|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for html buttons with icon.
| Method Summary | |
String |
buttonHtml(CmsWorkplace wp)
Returns the necessary html code. |
CmsMessageContainer |
getHelpText()
Returns the help text. |
String |
getIconPath()
Returns the path to the icon. |
String |
getId()
Returns the id of the html component. |
CmsMessageContainer |
getName()
Returns the display name. |
boolean |
isEnabled()
Returns if enabled or disabled. |
void |
setEnabled(boolean enabled)
Sets if enabled or disabled. |
void |
setHelpText(CmsMessageContainer helpText)
Sets the help Text. |
void |
setIconPath(String iconPath)
Sets the icon Path. |
void |
setName(CmsMessageContainer name)
Sets the name. |
| Method Detail |
public String buttonHtml(CmsWorkplace wp)
wp - the jsp page to write the code to
public CmsMessageContainer getHelpText()
public String getIconPath()
public String getId()
public CmsMessageContainer getName()
public boolean isEnabled()
public void setEnabled(boolean enabled)
enabled - if enabled or disabledpublic void setHelpText(CmsMessageContainer helpText)
helpText - the help Text to setpublic void setIconPath(String iconPath)
iconPath - the icon Path to setpublic void setName(CmsMessageContainer name)
name - the name to set
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||