Uses of Class
org.palo.api.subsets.filter.settings.IntegerParameter

Packages that use IntegerParameter
org.palo.api.subsets.filter.settings   
 

Uses of IntegerParameter in org.palo.api.subsets.filter.settings
 

Methods in org.palo.api.subsets.filter.settings that return IntegerParameter
 IntegerParameter DataFilterSetting.getCellOperator()
          Returns the cell operator to use, i.e. one of the predefined operator constants.
 IntegerParameter HierarchicalFilterSetting.getEndLevel()
          Returns the end level for selection based on element level
 IntegerParameter HierarchicalFilterSetting.getHideMode()
          Returns the hide mode to use, i.e. one of the predefined hide mode constants
 IntegerParameter SortingFilterSetting.getHierarchicalMode()
          Returns the hierarchical mode
 IntegerParameter PicklistFilterSetting.getInsertMode()
          Returns the insert mode to use
 IntegerParameter SortingFilterSetting.getOrderMode()
          Returns the reverse order mode
 IntegerParameter HierarchicalFilterSetting.getRevolveCount()
          Returns the number of elements to take for revolve selection
 IntegerParameter HierarchicalFilterSetting.getRevolveMode()
          Returns the revolve mode, i.e. one of the predefined revolve mode constants
 IntegerParameter SortingFilterSetting.getShowDuplicates()
          Returns whether duplicate Elements should be shown or not, i.e.
 IntegerParameter SortingFilterSetting.getSortCriteria()
          Returns the currently set sorting criteria, i.e. one of the predefined sort criteria constants
 IntegerParameter SortingFilterSetting.getSortLevel()
          Returns the level at which the elements should be sorted
 IntegerParameter SortingFilterSetting.getSortTypeMode()
          Returns the sort by type mode
 IntegerParameter HierarchicalFilterSetting.getStartLevel()
          Returns the start level for selection based on element level
 IntegerParameter DataFilterSetting.getTop()
          Returns the number of top elements to select
 

Methods in org.palo.api.subsets.filter.settings with parameters of type IntegerParameter
 void DataFilterSetting.setCellOperator(IntegerParameter cellOperator)
          Sets the cell operator, i.e. the parameter value should be one of the predefined operator constants.
 void HierarchicalFilterSetting.setEndLevel(IntegerParameter level)
          Sets the end level for selection based on element level
 void HierarchicalFilterSetting.setHideMode(IntegerParameter hideMode)
          Sets the hide mode.
 void SortingFilterSetting.setHierarchicalMode(IntegerParameter hierarchicalMode)
          Sets the hierarchical mode.
 void PicklistFilterSetting.setInsertMode(IntegerParameter insertMode)
          Sets the insert mode, i.e. the parameter value should be one of the predefined insert mode constants.
 void SortingFilterSetting.setOrderMode(IntegerParameter orderMode)
          Sets the reverse order mode, i.e. the parameter value should be one of the predefined order mode constants.
 void HierarchicalFilterSetting.setRevolveCount(IntegerParameter revolveElementsCount)
          Sets the revolve count, i.e. the parameter value should contain the number of elements to take for revolve selection
 void HierarchicalFilterSetting.setRevolveMode(IntegerParameter revolveMode)
          Sets the revolve mode, i.e. the parameter value should be one of the predefined revolve mode constants
 void SortingFilterSetting.setShowDuplicates(IntegerParameter showDuplicates)
          Specifies whether duplicate Elements should be shown or not.
 void SortingFilterSetting.setSortCriteria(IntegerParameter sortCriteria)
          Sets the sorting criteria, i.e. the parameter value should be one of the predefined sort criteria constants.
 void SortingFilterSetting.setSortLevel(IntegerParameter sortLevel)
          Sets the level to sort the elements at as IntegerParameter
 void SortingFilterSetting.setSortTypeMode(IntegerParameter sortTypeMode)
          Sets the sort by type mode, i.e. the parameter value should be one of the predefined sort by type mode constants.
 void HierarchicalFilterSetting.setStartLevel(IntegerParameter level)
          Sets the start level for selection based on element level
 void DataFilterSetting.setTop(IntegerParameter top)
          Sets the top count, i.e. the parameter value should contain the number of elements to select.