|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The widget model that encapsulates domain values which are usually displayed in a combo box.
The displayed entries in the combobox are drawn from a tabular data source,
see ITabularDataSource.
| Method Summary | |
java.lang.String |
getDataSource()
Returns the set data source or null, if non is set. |
boolean |
isDynamicDataSource()
Defines whether the data-source is defined at compile-time in the UI-designer or is always set dynamically (via setDataSource()). |
void |
setDataSource(java.lang.String dataSource)
Sets a new data source. |
| Methods inherited from interface at.spardat.xma.mdl.ISelectable |
deselect, deselectAll, getSelected, getSelection, getSelectionCount, isMultiSelect, isSelected, isStrict, select |
| Method Detail |
public void setDataSource(java.lang.String dataSource)
dataSource - specification of a tabular data source.ITabularDataSourcepublic java.lang.String getDataSource()
ITabularDataSourcepublic boolean isDynamicDataSource()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||