Class ModeList

java.lang.Object
org.eclnt.ccaddons.dof.pbc.mode.ModeList
All Implemented Interfaces:
IModeList

public class ModeList extends Object implements IModeList
  • Constructor Details

    • ModeList

      public ModeList()
      Default constructor.
    • ModeList

      public ModeList(IModeList modeList)
      All parameters of the passed modeList are copied.
  • Method Details

    • initDefaultGridSbVisibleAmount

      public static void initDefaultGridSbVisibleAmount(int value)
    • getEnabledFiltering

      public boolean getEnabledFiltering()
      Specified by:
      getEnabledFiltering in interface IModeList
    • setEnabledFiltering

      public void setEnabledFiltering(boolean enabledFiltering)
    • getGridSbVisibleAmount

      public int getGridSbVisibleAmount()
      Specified by:
      getGridSbVisibleAmount in interface IModeList
    • setGridSbVisibleAmount

      public void setGridSbVisibleAmount(int gridSbVisibleAmount)
    • getGridHeight

      public String getGridHeight()
      Specified by:
      getGridHeight in interface IModeList
    • setGridHeight

      public void setGridHeight(String gridHeight)
    • getItemsEditable

      public boolean getItemsEditable()
      Specified by:
      getItemsEditable in interface IModeList
    • setItemsEditable

      public void setItemsEditable(boolean itemsEditable)
    • getEnabledCreation

      public boolean getEnabledCreation()
      Specified by:
      getEnabledCreation in interface IModeList
    • setEnabledCreation

      public void setEnabledCreation(boolean enabledCreation)
    • getEnabledRemoval

      public boolean getEnabledRemoval()
      Specified by:
      getEnabledRemoval in interface IModeList
    • setEnabledRemoval

      public void setEnabledRemoval(boolean enabledRemoval)
    • getEnabledDetailSelection

      public boolean getEnabledDetailSelection()
      Specified by:
      getEnabledDetailSelection in interface IModeList
    • setEnabledDetailSelection

      public void setEnabledDetailSelection(boolean enabledDetailSelection)
    • getShowEmptyRows

      public boolean getShowEmptyRows()
      Specified by:
      getShowEmptyRows in interface IModeList
    • setShowEmptyRows

      public void setShowEmptyRows(boolean showEmptyRows)
    • getShowHeader

      public boolean getShowHeader()
      Specified by:
      getShowHeader in interface IModeList
    • setShowHeader

      public void setShowHeader(boolean showHeader)
    • getShowFooter

      public boolean getShowFooter()
      Specified by:
      getShowFooter in interface IModeList
    • setShowFooter

      public void setShowFooter(boolean showFooter)