我在TabbedPage中有2个内容页面。一个内容页面包含ListView。我想在ListView中选择项目时切换到其他选项卡。我怎样才能做到这一点?
答案 0 :(得分:2)
收听partialFilterExpression
事件并将其转发到TabbedPage。
您可以使用<%
ArrayList<HospitalDTO> list=(ArrayList<HospitalDTO>)request.getAttribute("arrayList");
for(HospitalDTO hsp:list)
{
long no=hsp.getNumber();
//session.setAttribute("contactNumber",no);
String name=hsp.getName();
Date nextDD=hsp.getNextDD();
Date lastDD=hsp.getLastDD();
out.println("<tr><td class='text-center'>"+no+"</td><td class='text-center'>"+name+"</td><td class='text-center'>"+lastDD+
"</td><td class='text-center'>"+nextDD+"</td><td class='text-center'><form action='SendSmsServlet' method='post'><input type='submit' class='btn btn-info' value='Notify Donor'></form></td></tr>");
}
%>
属性更改当前活动页面。
ListView.ItemSelected
答案 1 :(得分:0)
我可以给你一个简单的例子是
while (search = 1) {
if (table[i++] == 11) {
search = 0;
found = -1;
}
if (count == i) {
search = 0;
found = 0;
}
}