Package com.sardak.antform.gui

Examples of com.sardak.antform.gui.RadioGroupBox


    ActionListenerComponent {
  private int columns = 1;
  private RadioGroupBox radioBox;

  public void addToControlPanel(ControlPanel panel) {
    radioBox = new RadioGroupBox(getSplitValues(), getColumns());
    radioBox.setEnabled(isEditable());
    panel.getStylesheetHandler().addRadioGroupBox(radioBox);
    initComponent(radioBox, panel);
  }
View Full Code Here

TOP

Related Classes of com.sardak.antform.gui.RadioGroupBox

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.