@Override
 public void onRender(Element parent, int index) {
   //	setForceHeight(600);
   setAdditionalWidthPadding(0);
   //	setForceWidth(600);
   //	setAutoExpandColumn("spacer");
   setLayout(new CenterLayout());
   //	setLayout(new FillLayout(Orientation.VERTICAL));
   setPanelHeading("Delete Reasons");
   super.onRender(parent, index);
 }
Example #2
0
 @Override
 public void onRender(Element parent, int index) {
   //	setForceHeight(500);
   setAdditionalWidthPadding(14);
   //	setForceWidth(600);
   //	setAutoExpandColumn("spacer");
   setLayout(new CenterLayout());
   //	setLayout(new FillLayout(Orientation.VERTICAL));
   setPanelHeading("Users");
   IconSupplier.setIcon(this.panel, IconSupplier.getUsersIconName());
   super.onRender(parent, index);
 }