|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines the visual properties for the buttomcolumn
Method Summary | |
java.lang.String |
getCommand()
Returns the name of the command that should bet triggered |
ImageModel |
getImage()
Returns the image used for the button |
java.lang.String |
getText()
Returns the text. |
void |
setCommand(java.lang.String command)
Sets the name of the command that should bet triggered |
void |
setImage(ImageModel image)
Sets the image used for the button |
void |
setImage(java.lang.String image)
Sets the image used for the button |
void |
setText(java.lang.String text)
Sets the text. |
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 |
Method Detail |
public ImageModel getImage()
public void setImage(ImageModel image)
image
- ImageModelpublic void setImage(java.lang.String image)
image
- ImageModelpublic java.lang.String getText()
public void setText(java.lang.String text)
text
- The text to setpublic java.lang.String getCommand()
public void setCommand(java.lang.String command)
command
- The Command name
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |