Uses of Interface
com.cc.framework.ui.model.ListDataModel

Packages that use ListDataModel
com.cc.framework.ui.control   
com.cc.framework.ui.model.imp   
com.cc.framework.ui.painter.html   
com.cc.framework.util   
 

Uses of ListDataModel in com.cc.framework.ui.control
 

Fields in com.cc.framework.ui.control declared as ListDataModel
private  ListDataModel SimpleListControl.dataModel
          The data model
private  ListDataModel ListLineIterator.dataModel
          The data model
 

Methods in com.cc.framework.ui.control with parameters of type ListDataModel
 void SimpleListControl.setDataModel(ListDataModel dataModel)
          Sets the data model
 void SimpleListControl.setDataModel(ListDataModel dataModel, boolean keepState)
          Sets the data model
 

Constructors in com.cc.framework.ui.control with parameters of type ListDataModel
ListLineIterator(ListStateModel state, ListDataModel dataModel, int current, Principal principal)
          Constructor
ListLineIterator(ListStateModel state, ListDataModel dataModel, int current, int maxRows, Principal principal)
          Constructor
 

Uses of ListDataModel in com.cc.framework.ui.model.imp
 

Classes in com.cc.framework.ui.model.imp that implement ListDataModel
 class KeyListDataModel
          ListDataModel which holds only a Key Set in Memory.
 class VirtualKeyListDataModel
          List Data Model for Key lists with a very large or unknown number of keys.
 class VirtualListDataModel
          List Data Model for display lists with a very large or unknown number of rows.
 

Uses of ListDataModel in com.cc.framework.ui.painter.html
 

Constructors in com.cc.framework.ui.painter.html with parameters of type ListDataModel
OptionsHelp.IterLineIterator(OptionListDesignModel designModel, ListDataModel list)
          Constructor
 

Uses of ListDataModel in com.cc.framework.util
 

Methods in com.cc.framework.util with parameters of type ListDataModel
static java.lang.Object ListHelp.getLineFromKey(ListDataModel list, java.lang.String key)
          Returns the Row (Object) with the specified key from the list.
static java.lang.Object ListHelp.iterateNodes(ListDataModel list, Algorithm alg)
          This method processes an algorithm for all elements (nodes) in the list.
static java.lang.Object ListHelp.iterateNodes(ListDataModel list, Algorithm alg, AlgorithmFilter filter)
          This method processes an algorithm for all elements (nodes) in the list.
static int ListHelp.indexOf(ListDataModel list, java.lang.String key)
          Returns the index of the row with the specified key from the list.
static void ListHelp.uncheckAll(ListDataModel list)
          Clears all selected elements in a list.
static void ListHelp.uncheck(ListDataModel list, AlgorithmFilter filter)
          Clears all selected elements in a list.
static void ListHelp.uncheckAll(ListDataModel list, java.lang.String property)
          Unchecks only the checked Items in a List
static void ListHelp.uncheck(ListDataModel list, java.lang.String property, AlgorithmFilter filter)
          Unchecks only the checked Items in a List
static void ListHelp.checkAll(ListDataModel list)
          Checks all elements in a list.
static void ListHelp.checkAll(ListDataModel list, java.lang.String property)
          Checks all elements in a list.
static void ListHelp.check(ListDataModel list, AlgorithmFilter filter)
          Checks all elements in a list.
static void ListHelp.check(ListDataModel list, java.lang.String property, AlgorithmFilter filter)
          Checks a property for all elements in a list.
static java.util.Map ListHelp.getCheckedItems(ListDataModel list)
          Returns an Array including all the matching row beans of the list.
static java.util.Map ListHelp.getCheckedItems(ListDataModel list, java.lang.String property)
          Returns an Array including all the matching row beans in a list.
static java.util.Map ListHelp.getUncheckedItems(ListDataModel list)
          Returns an Array including all the matching row beans of the list.
static java.util.Map ListHelp.getUncheckedItems(ListDataModel list, java.lang.String property)
          Returns an Array including all the matching row beans of the list.
static java.util.Map ListHelp.getItemsByState(ListDataModel list, CheckState state)
          Returns a collection for all element in the list which fits the specified check state.
static java.util.Map ListHelp.getItemsByState(ListDataModel list, java.lang.String property, CheckState state)
          Returns a collection for all element in the list which fits the specified check state.
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.