| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of SelectMode in com.cc.framework.ui | 
| Fields in com.cc.framework.ui declared as SelectMode | |
static SelectMode | 
SelectMode.NONE
mode: NONE  | 
static SelectMode | 
SelectMode.SINGLE
mode: SINGLE  | 
static SelectMode | 
SelectMode.MULTIPLE
mode: MULTIPLE  | 
private static SelectMode[] | 
SelectMode.ALL
Collection with all objects  | 
| Methods in com.cc.framework.ui that return SelectMode | |
static SelectMode | 
SelectMode.parse(java.lang.String code)
Creates for the argument an object of type SelectMode  | 
| Uses of SelectMode in com.cc.framework.ui.control | 
| Methods in com.cc.framework.ui.control that return SelectMode | |
 SelectMode | 
TreelistControl.getSelectMode()
 | 
 SelectMode | 
SimpleListControl.getSelectMode()
 | 
abstract  SelectMode | 
ListControl.getSelectMode()
Return the selection mode of the list.  | 
| Methods in com.cc.framework.ui.control with parameters of type SelectMode | |
protected  void | 
TreelistControl.setCheckboxValue(RequestContext ctx,
                 ControlValuePath path,
                 java.lang.Object rowbean,
                 java.lang.String property,
                 boolean checked,
                 SelectMode selectmode)
This method is called to set the value of a checkbox column  | 
 void | 
TreelistControl.onCheck(ControlRequestContext ctx,
        java.lang.String key,
        SelectMode mode,
        boolean check)
Default Handler for the Check Event  | 
 void | 
TreelistControl.onCheckAll(ControlRequestContext ctx,
           SelectMode mode,
           boolean check)
Default Handler for the CheckAll Event  | 
 void | 
TreeControl.onCheck(ControlRequestContext ctx,
        java.lang.String key,
        SelectMode mode,
        boolean check)
Default handler for the onCheck Event  | 
protected  void | 
SimpleListControl.setCheckboxValue(RequestContext ctx,
                 ControlValuePath path,
                 java.lang.Object rowbean,
                 java.lang.String property,
                 boolean checked,
                 SelectMode selectmode)
This method is called to set the value of a checkbox column  | 
 void | 
SimpleListControl.onCheck(ControlRequestContext ctx,
        java.lang.String key,
        SelectMode mode,
        boolean check)
Default handler for the Check Event  | 
 void | 
SimpleListControl.onCheckAll(ControlRequestContext ctx,
           SelectMode mode,
           boolean check)
Default handler for the CheckAll Event  | 
protected  void | 
ListControl.setCheckboxValue(RequestContext ctx,
                 ControlValuePath path,
                 java.lang.Object rowbean,
                 java.lang.String property,
                 boolean checked,
                 SelectMode selectmode)
This method is called to set the value of a checkbox column  | 
 void | 
ListControl.onCheck(ControlRequestContext ctx,
        java.lang.String key,
        SelectMode mode,
        boolean check)
Default handler for the Check Event  | 
 void | 
ListControl.onCheckAll(ControlRequestContext ctx,
           SelectMode mode,
           boolean check)
Default handler for the CheckAll Event  | 
| Uses of SelectMode in com.cc.framework.ui.model | 
| Methods in com.cc.framework.ui.model that return SelectMode | |
 SelectMode | 
TreeStyle.getSelectMode()
Returns the the selection mode of the list.  | 
 SelectMode | 
ListDesignModel.getSelectMode()
Specifies the selection mode of the list.  | 
 SelectMode | 
ColumnCheckboxDesignModel.getSelectMode()
Specifies the selection mode of the list.  | 
| Methods in com.cc.framework.ui.model with parameters of type SelectMode | |
 void | 
TreeStyle.setSelectMode(SelectMode mode)
Specifies the selection mode of the list.  | 
 void | 
ListDesignModel.setSelectMode(SelectMode mode)
Sets the selection mode of the list.  | 
 void | 
ColumnCheckboxDesignModel.setSelectMode(SelectMode mode)
Sets the selection mode of the list.  | 
| Uses of SelectMode in com.cc.framework.ui.model.imp | 
| Fields in com.cc.framework.ui.model.imp declared as SelectMode | |
private  SelectMode | 
TreeDesignModelImp.selectMode
Selection mode  | 
private  SelectMode | 
ListDesignModelImp.selectMode
The selection mode for optional checkboxes.  | 
private  SelectMode | 
ColumnCheckboxDesignModelImp.selectMode
The selection mode for optional checkboxes.  | 
| Methods in com.cc.framework.ui.model.imp that return SelectMode | |
 SelectMode | 
TreeDesignModelImp.getSelectMode()
 | 
 SelectMode | 
ListDesignModelImp.getSelectMode()
 | 
 SelectMode | 
ColumnCheckboxDesignModelImp.getSelectMode()
 | 
| Methods in com.cc.framework.ui.model.imp with parameters of type SelectMode | |
 void | 
TreeDesignModelImp.setSelectMode(SelectMode mode)
 | 
 void | 
ListDesignModelImp.setSelectMode(SelectMode mode)
 | 
 void | 
ColumnCheckboxDesignModelImp.setSelectMode(SelectMode mode)
 | 
| Uses of SelectMode in com.cc.framework.ui.painter.def | 
| Methods in com.cc.framework.ui.painter.def with parameters of type SelectMode | |
static org.apache.ecs.ConcreteElement | 
DefPainterUtility.createCheckBox(PainterContext ctx,
               java.lang.String key,
               int checkState,
               SelectMode selectMode,
               ClientHandler handler,
               int size,
               boolean displayOnly,
               ActionBehavior behavior)
renders a CheckBox  | 
static org.apache.ecs.ConcreteElement | 
DefPainterUtility.createCheckButton(PainterContext ctx,
                  java.lang.String key,
                  int checkState,
                  SelectMode selectMode,
                  ClientHandler handler,
                  int size,
                  ActionBehavior behavior)
renders a CheckBox  | 
| Uses of SelectMode in com.cc.framework.ui.painter.def.col | 
| Methods in com.cc.framework.ui.painter.def.col with parameters of type SelectMode | |
protected  org.apache.ecs.ConcreteElement | 
ColumnPainterBase.createCheckAllButton(PainterContext ctx,
                     ColumnDesignModel column,
                     SelectMode mode)
Creates the check all button  | 
protected  org.apache.ecs.ConcreteElement | 
ColumnPainterBase.createUncheckAllButton(PainterContext ctx,
                       ColumnDesignModel column,
                       SelectMode mode)
Creates the uncheck all button  | 
| Uses of SelectMode in com.cc.framework.util | 
| Fields in com.cc.framework.util declared as SelectMode | |
private  SelectMode | 
Checker.mode
The select mode  | 
| Constructors in com.cc.framework.util with parameters of type SelectMode | |
Checker(SelectMode mode,
        boolean check)
Constructor for Checker  | 
|
Checker(SelectMode mode,
        java.lang.String key,
        boolean check)
Constructor for Checker  | 
|
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||