Class CCOrderedListModel

  • All Implemented Interfaces:
    com.iplanet.jato.model.ContextualModel, com.iplanet.jato.model.DatasetModel, com.iplanet.jato.model.Model, com.sun.web.ui.model.CCOrderableListModelInterface, com.sun.web.ui.model.CCOrderedListModelBaseInterface, Serializable

    public class CCOrderedListModel
    extends com.sun.web.ui.model.CCOrderableListModel
    This is the model for CCOrderedListView.
    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
      • Fields inherited from interface com.sun.web.ui.model.CCOrderedListModelBaseInterface

        DEFAULT_LISTBOX_HEIGHT, DEFAULT_LISTBOX_WIDTH, DEFAULT_OPTION_LABEL, DEFAULT_OPTION_VALUE, HORIZONTAL, LABEL_ABOVE, LABEL_LEFT, SEPARATOR, VERTICAL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getAddButtonLabel()
      Returns add button label.
      String getDeleteButtonLabel()
      Returns delete button label.
      void setAddButtonLabel​(String lbl)
      Set add button label.
      void setDeleteButtonLabel​(String lbl)
      Set delete button label.
      • Methods inherited from class com.sun.web.ui.model.CCOrderableListModel

        getMoveToBottomBtnLabel, getMoveToTopBtnLabel, getShowMoveTopBottomButtons, isShowMoveTopBottomButtonsSet, setMoveToBottomBtnLabel, setMoveToTopBtnLabel, setShowMoveTopBottomButtons
      • 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 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
      • Methods inherited from interface com.iplanet.jato.model.Model

        getName, getValue, getValues, setName, setValue, setValues
    • Constructor Detail

      • CCOrderedListModel

        public CCOrderedListModel()
    • Method Detail

      • getAddButtonLabel

        public String getAddButtonLabel()
        Returns add button label.
        Returns:
        add button label.
      • setAddButtonLabel

        public void setAddButtonLabel​(String lbl)
        Set add button label.
        Parameters:
        lbl - add button label.
      • getDeleteButtonLabel

        public String getDeleteButtonLabel()
        Returns delete button label.
        Returns:
        delete button label.
      • setDeleteButtonLabel

        public void setDeleteButtonLabel​(String lbl)
        Set delete button label.
        Parameters:
        lbl - delete button label.