| Constructor and Description |
|---|
LabelledComboBox(T[] selections) |
LabelledComboBox(T[] selections,
String title) |
| Modifier and Type | Method and Description |
|---|---|
T |
getSelected() |
T[] |
getSelections() |
String |
getTitle()
The title will either be the title for a field or the title round a
group or the title on a dialog depending on how the visual component
is presented.
|
boolean |
isPopulated()
Used by certain summary views to indicate that there is more
detail.
|
void |
setSelected(T selected) |
FormItem |
setTitle(String title)
Set the title that will be displayed on the view for this form
item.
|
public LabelledComboBox(T[] selections)
public FormItem setTitle(String title)
FormItemDesignProperty that
creates this model.public String getTitle()
FormItempublic T getSelected()
public void setSelected(T selected)
public boolean isPopulated()
FormItemisPopulated in interface FormItempublic T[] getSelections()
Copyright © 2023. All rights reserved.