|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.cc.framework.ui.model.imp.ClientHandlerImp
com.cc.framework.ui.model.imp.ColumnDesignModelImp
com.cc.framework.ui.model.imp.ColumnButtonDesignModelImp
Designmodel for button columns
| Field Summary | |
private DeferredValue |
command
Optional command name |
private DeferredValue |
image
ImageModel |
private static long |
serialVersionUID
Serial Version UID |
private DeferredValue |
text
Text |
| Fields inherited from class com.cc.framework.ui.model.imp.ColumnDesignModelImp |
|
| Fields inherited from class com.cc.framework.ui.model.imp.ClientHandlerImp |
|
| Constructor Summary | |
ColumnButtonDesignModelImp()
|
|
| 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 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 DeferredValue image
private DeferredValue text
private DeferredValue command
| Constructor Detail |
public ColumnButtonDesignModelImp()
| Method Detail |
public ImageModel getImage()
ColumnButtonDesignModel
getImage in interface ColumnButtonDesignModelColumnButtonDesignModel.getImage()public void setImage(ImageModel image)
ColumnButtonDesignModel
setImage in interface ColumnButtonDesignModelimage - ImageModelColumnButtonDesignModel.setImage(ImageModel)public void setImage(java.lang.String image)
ColumnButtonDesignModel
setImage in interface ColumnButtonDesignModelimage - ImageModelColumnButtonDesignModel.setImage(java.lang.String)public java.lang.String getCommand()
ColumnButtonDesignModel
getCommand in interface ColumnButtonDesignModelColumnButtonDesignModel.getCommand()public void setCommand(java.lang.String command)
ColumnButtonDesignModel
setCommand in interface ColumnButtonDesignModelcommand - The Command nameColumnButtonDesignModel.setCommand(java.lang.String)public java.lang.String getText()
ColumnButtonDesignModel
getText in interface ColumnButtonDesignModelColumnButtonDesignModel.getText()public void setText(java.lang.String text)
ColumnButtonDesignModel
setText in interface ColumnButtonDesignModeltext - The text to setColumnButtonDesignModel.setText(java.lang.String)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||