|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RunAt in com.cc.framework.taglib |
Methods in com.cc.framework.taglib with parameters of type RunAt | |
static boolean |
TagHelp.checkRunAtClient(RunAt runat,
javax.servlet.jsp.PageContext pageContext)
This Method checks if a component should run on the client |
Uses of RunAt in com.cc.framework.taglib.util |
Fields in com.cc.framework.taglib.util declared as RunAt | |
private RunAt |
ImageMapTag.runat
Specifies if the image map should be exposed as a java script object to the client browser (RunAt.CLIENT) |
Methods in com.cc.framework.taglib.util that return RunAt | |
RunAt |
ImageMapTag.getRunAt()
This property specifies whether, for the imagemap should be exposed as a java scripting object |
Uses of RunAt in com.cc.framework.ui |
Fields in com.cc.framework.ui declared as RunAt | |
static RunAt |
RunAt.DEFAULT
RunAt: NONE |
static RunAt |
RunAt.CLIENT
RunAt: SINGLE |
static RunAt |
RunAt.SERVER
RunAt: MULTIPLE |
static RunAt |
RunAt.AUTO
RunAt: AUTO |
private static RunAt[] |
RunAt.ALL
Collection with all elements |
private RunAt |
AbstractImageMap.runat
Specifies if the image map should be exposed as a java script object to the client browser (RunAt.CLIENT) |
Methods in com.cc.framework.ui that return RunAt | |
static RunAt |
RunAt.parse(java.lang.String code)
Creates for the argument an object of type RunAt |
RunAt |
ImageMap.getRunat()
Returns the RunAt attribute |
RunAt |
AbstractImageMap.getRunat()
Returns the RunAt attribute |
Methods in com.cc.framework.ui with parameters of type RunAt | |
void |
AbstractImageMap.setRunat(RunAt runat)
Sets the RunAt attribute |
Uses of RunAt in com.cc.framework.ui.control |
Methods in com.cc.framework.ui.control that return RunAt | |
RunAt |
Control.getRunAt()
Returns if the control works with or without server round trips. |
Uses of RunAt in com.cc.framework.ui.model |
Methods in com.cc.framework.ui.model that return RunAt | |
RunAt |
ControlDesignModel.getRunAt()
Returns if the control works with or without server round trips. |
RunAt |
ColumnDesignModel.getRunAt()
Returns if the Control works with or without server round trips. |
Methods in com.cc.framework.ui.model with parameters of type RunAt | |
void |
ControlDesignModel.setRunAt(RunAt location)
Specified if the control should work with or without server round trips |
void |
ColumnDesignModel.setRunAt(RunAt location)
Defines if the Control works with or without server round trips. |
Uses of RunAt in com.cc.framework.ui.model.imp |
Fields in com.cc.framework.ui.model.imp declared as RunAt | |
private RunAt |
ControlDesignModelImp.runat
Indicates where to execute the Eventhandler. |
private RunAt |
ColumnDesignModelImp.runat
Indicates if the control works with or without server round trips |
Methods in com.cc.framework.ui.model.imp that return RunAt | |
RunAt |
ControlDesignModelImp.getRunAt()
|
RunAt |
ColumnDesignModelImp.getRunAt()
|
Methods in com.cc.framework.ui.model.imp with parameters of type RunAt | |
void |
ControlDesignModelImp.setRunAt(RunAt location)
|
void |
ColumnDesignModelImp.setRunAt(RunAt location)
|
Uses of RunAt in com.cc.framework.ui.painter |
Methods in com.cc.framework.ui.painter with parameters of type RunAt | |
static boolean |
PainterHelp.checkRunAtClient(RunAt runat,
javax.servlet.jsp.PageContext pageContext)
This Method checks if a component should run on the client |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |