Loading [MathJax]/extensions/tex2jax.js
net.simplace.ui.formengine.choice.FWSingleCheckboxChoiceSubComponent
This class is used by FWChoiceFormComponent, to display a single choice.
public class FWSingleCheckboxChoiceSubComponent extends
net.simplace.ui.formengine.FWAbstractFormSubComponent implements
java.awt.event.ItemListener {
// Public Constructors
public FWSingleCheckboxChoiceSubComponent(Vector aOptions, boolean aEnabled,
FWObservable aObservable, Map aFormComponentParameterMap);
public FWSingleCheckboxChoiceSubComponent(Vector aOptions, boolean aEnabled,
FWObservable aObservable, Map aFormComponentParameterMap, String
aDefaultValue);
// Public Instance Methods public void
setSelectedIDs(String aIDs);
- aValue comma-separated list of the id-attributes of the values to be selected
public void
updateCheckBox(Vector aFormOptionVector);
Updates the choice list
- Vector of niew 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 - FWSingleCheckboxChoiceSubComponent (java.awt.event.ItemListener)