|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of OptionListDesignModel in com.cc.framework.taglib |
Methods in com.cc.framework.taglib with parameters of type OptionListDesignModel | |
void |
OptionsContainerTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control |
Uses of OptionListDesignModel in com.cc.framework.taglib.base |
Fields in com.cc.framework.taglib.base declared as OptionListDesignModel | |
private OptionListDesignModel |
OptionsTag.designModel
The design model |
Methods in com.cc.framework.taglib.base that return OptionListDesignModel | |
OptionListDesignModel |
OptionsTag.getDesignModel()
Retrieves or creates the design model |
Uses of OptionListDesignModel in com.cc.framework.taglib.controls |
Methods in com.cc.framework.taglib.controls with parameters of type OptionListDesignModel | |
void |
TreeSwapSelectTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control |
void |
SwapSelectTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control |
void |
SelectTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control |
void |
ComboBoxTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control |
void |
ColumnSelectTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control |
void |
ColumnComboBoxTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the Select-Control |
void |
CheckboxGroupTag.setOptionList(OptionListDesignModel optionList,
java.lang.Object optionElements)
Sets the OptionList which is used by the CheckboxGroup-Control |
Uses of OptionListDesignModel in com.cc.framework.ui.control |
Fields in com.cc.framework.ui.control declared as OptionListDesignModel | |
private OptionListDesignModel |
TreeSwapSelectControl.options
The option list |
private OptionListDesignModel |
SwapSelectControl.options
The option list |
private OptionListDesignModel |
SelectControl.options
The design model for the option elements - not for the control! |
private OptionListDesignModel |
ComboBoxControl.options
The design model for the option elements - not for the control! |
private OptionListDesignModel |
CheckboxGroupControl.options
The design model for the option elements - not for the control! |
Methods in com.cc.framework.ui.control that return OptionListDesignModel | |
OptionListDesignModel |
TreeSwapSelectControl.getOptions()
Returns the option list. |
OptionListDesignModel |
SwapSelectControl.getOptions()
Returns the option list. |
OptionListDesignModel |
SelectControl.getOptions()
Returns the option list. |
OptionListDesignModel |
ComboBoxControl.getOptions()
Returns the option list. |
OptionListDesignModel |
CheckboxGroupControl.getOptions()
Returns the option list. |
Methods in com.cc.framework.ui.control with parameters of type OptionListDesignModel | |
void |
TreeSwapSelectControl.setOptions(OptionListDesignModel options,
java.lang.Object elements)
Sets a option list. |
void |
SwapSelectControl.setOptions(OptionListDesignModel options,
java.lang.Object elements)
Sets a option list. |
void |
SelectControl.setOptions(OptionListDesignModel options,
java.lang.Object elements)
Sets a option list. |
void |
MultiLevelSelectControl.setOptions(OptionListDesignModel options,
java.lang.Object elements)
Sets a option list. |
void |
ComboBoxControl.setOptions(OptionListDesignModel options,
java.lang.Object elements)
Sets a option list. |
void |
CheckboxGroupControl.setOptions(OptionListDesignModel options,
java.lang.Object elements)
Sets a option list. |
Uses of OptionListDesignModel in com.cc.framework.ui.model |
Subinterfaces of OptionListDesignModel in com.cc.framework.ui.model | |
interface |
ColumnComboBoxDesignModel
Defines the visual Properties for the select Column |
interface |
ColumnSelectDesignModel
Defines the visual Properties for the select Column |
Uses of OptionListDesignModel in com.cc.framework.ui.model.imp |
Classes in com.cc.framework.ui.model.imp that implement OptionListDesignModel | |
class |
ColumnComboBoxDesignModelImp
Design Model implementation for the select column |
class |
ColumnSelectDesignModelImp
Design Model implementation for the select column |
class |
OptionListDesignModelImp
Designmodel for Optionslists |
Uses of OptionListDesignModel in com.cc.framework.ui.painter.html |
Fields in com.cc.framework.ui.painter.html declared as OptionListDesignModel | |
private OptionListDesignModel |
OptionsPainter.designModel
The design model |
private OptionListDesignModel |
OptionsHelp.IterBase.designModel
The designmodel |
Methods in com.cc.framework.ui.painter.html with parameters of type OptionListDesignModel | |
static OptionsIterator |
OptionsHelp.createIterator(OptionListDesignModel designModel,
java.lang.Object dataModel)
Creates an iterator for the given option collection |
static java.lang.String[] |
OptionsHelp.translateSelectedItems(PainterContext ctx,
OptionListDesignModel designModel,
java.lang.Object dataModel,
OptionsComparator cmp)
Creates a String array with all selected option labels |
Constructors in com.cc.framework.ui.painter.html with parameters of type OptionListDesignModel | |
OptionsPainter(OptionListDesignModel designModel,
java.lang.Object dataModel,
OptionsComparator comparator)
Constructor for OptionsPainter |
|
OptionsHelp.IterBase(OptionListDesignModel designModel)
Constructor |
|
OptionsHelp.IterList(OptionListDesignModel designModel,
java.util.List list)
Constructor |
|
OptionsHelp.IterIterator(OptionListDesignModel designModel,
java.util.Iterator iter)
Constructor |
|
OptionsHelp.IterEnumeration(OptionListDesignModel designModel,
java.util.Enumeration e)
Constructor |
|
OptionsHelp.IterOptionListDataModel(OptionListDesignModel designModel,
OptionListDataModel list)
Constructor |
|
OptionsHelp.IterLineIterator(OptionListDesignModel designModel,
ListDataModel list)
Constructor |
|
OptionsHelp.IterLineIterator(OptionListDesignModel designModel,
TreeNodeDataModel tree)
Constructor |
|
OptionsHelp.IterSimpleEnumType2(OptionListDesignModel designModel,
SimpleEnumType2 e)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |