Class CCUnOrderedListModel
- java.lang.Object
-
- com.iplanet.jato.model.DefaultModel
-
- com.sun.web.ui.model.CCOrderedListModelBase
-
- com.sun.web.ui.model.CCEditableListModel
-
- com.sun.identity.console.ui.model.CCUnOrderedListModel
-
- All Implemented Interfaces:
com.iplanet.jato.model.ContextualModel,com.iplanet.jato.model.DatasetModel,com.iplanet.jato.model.Model,com.sun.web.ui.model.CCEditableListModelInterface,com.sun.web.ui.model.CCOrderedListModelBaseInterface,Serializable
public class CCUnOrderedListModel extends com.sun.web.ui.model.CCEditableListModelThis is the model forCCUnOrderedListView.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.iplanet.jato.model.DefaultModel
com.iplanet.jato.model.DefaultModel.Context, com.iplanet.jato.model.DefaultModel.MultiFieldValueComparator, com.iplanet.jato.model.DefaultModel.RowValueArrayList, com.iplanet.jato.model.DefaultModel.SingleFieldValueComparator
-
-
Field Summary
-
Fields inherited from class com.sun.web.ui.model.CCOrderedListModelBase
defaultOptionLabel, label, labelLocation, listboxHeight, listboxWidth, moveErrorMsg, mvDownBtnLabel, mvUpBtnLabel, orientation, selectedLabel, selectedOptionList
-
Fields inherited from class com.iplanet.jato.model.DefaultModel
DEFAULT_CONTEXT_NAME, UNDEFINED_ROW_INDEX
-
-
Constructor Summary
Constructors Constructor Description CCUnOrderedListModel()
-
Method Summary
-
Methods inherited from class com.sun.web.ui.model.CCEditableListModel
getAddBtnLabel, getMaxWidth, getOptionList, getOptionList, getOptions, getRemoveBtnLabel, setAddBtnLabel, setMaxWidth, setOptionList, setOptionList, setRemoveBtnLabel
-
Methods inherited from class com.sun.web.ui.model.CCOrderedListModelBase
getDefaultOption, getDefaultOptionLabel, getLabel, getLabelLocation, getListboxHeight, getListboxWidth, getMoveDownBtnLabel, getMoveError, getMoveUpBtnLabel, getOptions, getOrientation, getSelectedLabel, getSelectedOptionList, getSelectedOptionList, isLabelLocationSet, isListboxHeightSet, isListboxWidthSet, isOrientationSet, setDefaultOptionLabel, setLabel, setLabelLocation, setListboxHeight, setListboxWidth, setMoveDownBtnLabel, setMoveError, setMoveUpBtnLabel, setOrientation, setSelectedLabel, setSelectedOptionList
-
Methods inherited from class com.iplanet.jato.model.DefaultModel
addContext, appendRow, beforeFirst, checkRowIndex, clear, clearModelData, createValueMap, dumpValues, dumpValues, ensureRow, first, getContext, getContextNames, getCurrentContext, getCurrentContextName, getDefaultValue, getDefaultValueMap, getDefaultValues, getLocation, getLocationOffset, getName, getNumRows, getRowIndex, getRowList, getSize, getValue, getValueMap, getValueMap, getValues, hasValue, initializeDefaultContext, insertRow, isDefaultContext, isUseDefaultValues, last, next, previous, removeContext, selectContext, selectDefaultContext, setDefaultValue, setDefaultValues, setLocation, setLocationOffset, setName, setNumRows, setRowIndex, setRowList, setSize, setUseDefaultValues, setValue, setValues, sort, sort
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.sun.web.ui.model.CCOrderedListModelBaseInterface
getDefaultOption, getDefaultOptionLabel, getLabel, getLabelLocation, getListboxHeight, getListboxWidth, getMoveDownBtnLabel, getMoveError, getMoveUpBtnLabel, getOrientation, getSelectedLabel, getSelectedOptionList, getSelectedOptionList, isLabelLocationSet, isListboxHeightSet, isListboxWidthSet, isOrientationSet, setDefaultOptionLabel, setLabel, setLabelLocation, setListboxHeight, setListboxWidth, setMoveDownBtnLabel, setMoveError, setMoveUpBtnLabel, setOrientation, setSelectedLabel, setSelectedOptionList
-
-