Ejemplo n.º 1
0
 /* triggered by categories tab only */
 public void lbxSubCatItems_processValueChange(ValueChangeEvent event) {
   _sb.setSourceTabAfterListboxSelection();
 }
Ejemplo n.º 2
0
 /* triggered by both tabs */
 public void lbxItems_processValueChange(ValueChangeEvent event) {
   _sb.setSourceTabAfterListboxSelection();
   updateSelectedResource(null); // resets currently selected
 }