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