예제 #1
0
 /** change the {@link IRowHeightLayout} to the selected one */
 @Override
 public void onSelectionChanged(GLButton button, boolean selected) {
   IRowHeightLayout l = button.getLayoutDataAs(IRowHeightLayout.class, null);
   TableBodyUI body = findBody();
   body.setRowLayout(l);
 }