unsetVariableメソッドを使いlistboxからselected変数を取り除いた後、
データバインダを使用してデータをロードし直すことでリストボックスの選択を解除し、
明細をクリアできる。
public void onClick$clearSelBtn(Event e) throws Exception{
empListbox.unsetVariable("selected", true);
binder = (AnnotateDataBinder)page.getVariable("binder");
binder.loadAll();
}
0 コメント:
コメントを投稿