Uses of Class
com.cc.framework.common.CheckState

Packages that use CheckState
com.cc.framework.common   
com.cc.framework.ui.painter.def.scheduler   
com.cc.framework.util   
 

Uses of CheckState in com.cc.framework.common
 

Fields in com.cc.framework.common declared as CheckState
static CheckState CheckState.NONE
          CheckState: NONE (-2 = Don't show any checkboxes)
static CheckState CheckState.UNSELECTABLE
          CheckState: UNSELECTABLE (-1 = The object is not selectable) (unchecked gray)
static CheckState CheckState.UNCHECKED
          CheckState: UNCHECKED (0 = The object is not checked)
static CheckState CheckState.CHECKED
          CheckState: CHECKED (1 = The object is checked)
static CheckState CheckState.UNDEFINED
          CheckState: UNDEFINED (2 = The check sate is undefined) (checked gray)
private static CheckState[] CheckState.ALL
          Collection with all kinds of check states
 

Methods in com.cc.framework.common that return CheckState
static CheckState CheckState.parseInt(int i)
          Creates for the argument an Object of type CheckState
static CheckState CheckState.parse(java.lang.Object obj)
          Creates for the argument an Object of type CheckState
 

Uses of CheckState in com.cc.framework.ui.painter.def.scheduler
 

Methods in com.cc.framework.ui.painter.def.scheduler that return CheckState
protected static CheckState SchedulerViewHelp.getCheckState(java.util.Calendar date, Appointment[] appointments)
          Retrieves the cumulated Check state for the given Appointment list
protected static CheckState SchedulerViewHelp.getCheckState(java.util.Calendar date, Appointment appointment)
          Retrieves the Check state for the given Appointment
 

Uses of CheckState in com.cc.framework.util
 

Fields in com.cc.framework.util declared as CheckState
private  CheckState Algorithms.CollectCheckableAlg.query
          State to query for
private  CheckState Algorithms.CollectPropertyAlg.query
          State to query for
 

Methods in com.cc.framework.util with parameters of type CheckState
static java.util.Map TreeHelp.getItemsByState(TreeNodeDataModel node, CheckState state)
          Returns a collection for all element in the tree which fits the specified check state.
static java.util.Map TreeHelp.getItemsByState(TreeNodeDataModel node, java.lang.String property, CheckState state)
          Returns a collection for all element in the tree which fits the specified check state.
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.
 

Constructors in com.cc.framework.util with parameters of type CheckState
Algorithms.CollectCheckableAlg(CheckState query)
          Constructor
Algorithms.CollectPropertyAlg(java.lang.String property, CheckState query)
          Constructor
 



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