
public abstract class Select1Model extends SelectModel implements ActionListener
SelectModel.SelectionTreeModelselectedfc, FORM_CONTROL_IN_TABLE, jc, label, needsLabel, needsPostNewLine, needsPreNewLine| Constructor and Description |
|---|
Select1Model(Select1 control,
Renderer render)
constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
JComponent |
getNewComponent()
generate the
JComponent that displays this FormControl's
information. |
boolean |
isValid()
Test if the
JComponent information provided by the user is valid
according to the FormControl's definition. |
void |
update()
Update the
JComponent |
setSelected, valueChangedgetAlertString, isMandatory, isOfType, updateAsMissingcorrespondsTo, getComponent, getLabelModel, getPositionInGroup, getRenderer, isInDialog, isInIOGroup, isInMainMenu, isInMessage, isInStandardGroup, isInSubDialog, isInSubmitGroup, isInTable, needsLabel, needsPostNewLine, needsPreNewLinepublic Select1Model(Select1 control, Renderer render)
control - the FormControl which this model represents.public JComponent getNewComponent()
JComponent that displays this FormControl's
information.getNewComponent in class SelectModelJTree or a JComboBoxpublic void update()
JComponentupdate in class SelectModelpublic boolean isValid()
JComponent information provided by the user is valid
according to the FormControl's definition.isValid in class SelectModelpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerCopyright © 2018 universAAL Consortium. All rights reserved.