Uses of Class
com.cc.framework.ui.CheckRange

Packages that use CheckRange
com.cc.framework.taglib   
com.cc.framework.ui   
com.cc.framework.ui.model   
com.cc.framework.ui.model.imp   
 

Uses of CheckRange in com.cc.framework.taglib
 

Methods in com.cc.framework.taglib that return CheckRange
static CheckRange TagHelp.toCheckRange(java.lang.String range)
          Creates a CheckRange object for the specified argument.
 

Uses of CheckRange in com.cc.framework.ui
 

Fields in com.cc.framework.ui declared as CheckRange
static CheckRange CheckRange.NONE
          do not check elements
static CheckRange CheckRange.PAGE
          check only elements that are visible on the current page
static CheckRange CheckRange.ALL
          check all elements
private static CheckRange[] CheckRange.LIST
          Collection with all kinds of join modes
 

Methods in com.cc.framework.ui that return CheckRange
static CheckRange CheckRange.parse(java.lang.String code)
          Creates for the argument an object of type CheckRange
static CheckRange CheckRange.valueOf(boolean b)
          Maps a boolean value to a CheckRange
 

Uses of CheckRange in com.cc.framework.ui.model
 

Methods in com.cc.framework.ui.model that return CheckRange
 CheckRange ColumnCheckDesignModel.getCheckRange()
          Determines what rows the multiple check option of the column should affect.
 CheckRange ColumnCheckboxDesignModel.getCheckRange()
          Determines what rows the multiple check option of the column should affect.
 

Methods in com.cc.framework.ui.model with parameters of type CheckRange
 void ColumnCheckDesignModel.setCheckRange(CheckRange range)
          Defines what rows the multiple check option of the column should affect.
 void ColumnCheckboxDesignModel.setCheckRange(CheckRange range)
          Defines what rows the multiple check option of the column should affect.
 

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

Fields in com.cc.framework.ui.model.imp declared as CheckRange
private  CheckRange ColumnCheckDesignModelImp.checkRange
          Indicates if the multiple check option of the column is enabled
private  CheckRange ColumnCheckboxDesignModelImp.checkRange
          Indicates if the multiple check option of the column is enabled
 

Methods in com.cc.framework.ui.model.imp that return CheckRange
 CheckRange ColumnCheckDesignModelImp.getCheckRange()
           
 CheckRange ColumnCheckboxDesignModelImp.getCheckRange()
           
 

Methods in com.cc.framework.ui.model.imp with parameters of type CheckRange
 void ColumnCheckDesignModelImp.setCheckRange(CheckRange range)
           
 void ColumnCheckboxDesignModelImp.setCheckRange(CheckRange range)
           
 



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