|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ControlAction | |
com.cc.framework.adapter | |
com.cc.framework.adapter.struts | |
com.cc.framework.ui.control | |
com.cc.framework.ui.painter | |
com.cc.framework.ui.painter.def |
Uses of ControlAction in com.cc.framework.adapter |
Methods in com.cc.framework.adapter with parameters of type ControlAction | |
ActionPainter |
FrameworkAdapter.createActionPainter(PainterContext ctx,
ControlAction action)
Creates an ActionPainter. |
Uses of ControlAction in com.cc.framework.adapter.struts |
Methods in com.cc.framework.adapter.struts with parameters of type ControlAction | |
ActionPainter |
StrutsFrameworkAdapter.createActionPainter(PainterContext ctx,
ControlAction action)
|
Uses of ControlAction in com.cc.framework.ui.control |
Methods in com.cc.framework.ui.control that return ControlAction | |
ControlAction |
ControlActionDef.createInstance(PainterContext ctx)
Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition. |
ControlAction |
ControlActionDef.createInstance(Control ctrl)
Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition. |
ControlAction |
ControlActionDef.createInstance(Control ctrl,
java.lang.String actionName)
Die Methode erzeugt eine konkrete Aktionsinstanz zu dieser Aktionsdefinition. |
Uses of ControlAction in com.cc.framework.ui.painter |
Methods in com.cc.framework.ui.painter that return ControlAction | |
ControlAction |
ActionPainter.getAction()
return the Action |
Methods in com.cc.framework.ui.painter with parameters of type ControlAction | |
protected ActionPainter |
PainterFactory.doCreateActionPainter(PainterContext ctx,
ControlAction action)
Creates an ActionPainter. |
static ActionPainter |
PainterFactory.createActionPainter(PainterContext ctx,
ControlAction action)
Creates an ActionPainter. |
Uses of ControlAction in com.cc.framework.ui.painter.def |
Fields in com.cc.framework.ui.painter.def declared as ControlAction | |
private ControlAction |
DefActionPainter.action
ControlAction |
Methods in com.cc.framework.ui.painter.def that return ControlAction | |
ControlAction |
DefActionPainter.getAction()
|
Constructors in com.cc.framework.ui.painter.def with parameters of type ControlAction | |
DefActionPainter(PainterContext ctx,
ControlAction action)
Constructor for ActionPainter |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |