|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.ClientHandlerImp com.cc.framework.ui.model.imp.ColumnDesignModelImp com.cc.framework.ui.model.imp.ColumnCommandDesignModelImp
Class ColumnAddDesignModelImp
Field Summary | |
private ControlActionDef |
command
the column command |
private DeferredValue |
icon
The icon resource id |
private static long |
serialVersionUID
Serial Version UID |
Fields inherited from class com.cc.framework.ui.model.imp.ColumnDesignModelImp |
|
Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
Constructor Summary | |
ColumnCommandDesignModelImp(ControlActionDef command,
java.lang.String icon,
java.lang.String width)
Constructor |
Method Summary | |
ControlActionDef |
getCommand()
Returns the command that will be executed when the user presses a button in this column |
java.lang.String |
getIconResource()
Returns the image resource for the button image of this column |
Methods inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
evaluate, getHandlers, setHandler |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.cc.framework.ui.model.ClientHandler |
getHandler, getHandlers, setHandler |
Methods inherited from interface com.cc.framework.ui.model.AccessControlled |
getPermission, show |
Methods inherited from interface com.cc.framework.ui.model.ActionBehavior |
isAjaxEnabled |
Methods inherited from interface com.cc.framework.ui.model.AjaxSupport |
enableAjax, isAjaxEnabled |
Field Detail |
private static final long serialVersionUID
private ControlActionDef command
private DeferredValue icon
Constructor Detail |
public ColumnCommandDesignModelImp(ControlActionDef command, java.lang.String icon, java.lang.String width)
command
- the commande for this columnicon
- the icon resource idwidth
- the column widthMethod Detail |
public ControlActionDef getCommand()
ColumnCommandDesignModel
getCommand
in interface ColumnCommandDesignModel
ColumnCommandDesignModel.getCommand()
public java.lang.String getIconResource()
ColumnCommandDesignModel
getIconResource
in interface ColumnCommandDesignModel
ColumnCommandDesignModel.getIconResource()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |