Loading [MathJax]/extensions/tex2jax.js
net.simplace.ui.formengine.choice.FWCheckboxChoiceSubComponent
This class is used by FWChoiceFormComponent, to display a list of choices from which
any number of items may be selected.
public class FWCheckboxChoiceSubComponent extends
net.simplace.ui.formengine.FWAbstractFormSubComponent implements
java.awt.event.ItemListener {
// Public Constructors
public FWCheckboxChoiceSubComponent(Vector aOptions, boolean aEnabled,
FWObservable aObservable, Map aFormComponentParameterMap);
public FWCheckboxChoiceSubComponent(Vector aOptions, boolean aEnabled,
boolean aShowAll, FWObservable aObservable, Map
aFormComponentParameterMap);
public FWCheckboxChoiceSubComponent(Vector aOptions, boolean aEnabled,
FWObservable aObservable, Map aFormComponentParameterMap, String
aDefaultValue);
public FWCheckboxChoiceSubComponent(Vector aOptions, boolean aIsRequired,
boolean aEnabled, boolean aShowAll, FWObservable aObservable, Map
aFormComponentParameterMap, String aDefaultValue);
// Public Instance Methods public void
setSelectedIDs(String aIDs);
- aIDs comma-separated list of the id-attributes of the values to be selected
public void
updateCheckBoxes(Vector aFormOptionVector);
Updates the choice list
- aFormOptionVector of new FormOptions
public void itemStateChanged(ItemEvent e); // From
java.awt.event.ItemListener
Notifies the parent component if the value of this component has changed
}
Hierarchy: java.lang.Object - java.awt.Component (java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable) - java.awt.Container - javax.swing.JComponent (java.io.Serializable, javax.swing.TransferHandler.HasGetTransferHandler) - javax.swing.JPanel (javax.accessibility.Accessible) - net.simplace.ui.formengine.FWAbstractFormSubComponent - FWCheckboxChoiceSubComponent (java.awt.event.ItemListener)