|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--com.opencms.template.A_CmsXmlContent
|
+--com.opencms.workplace.CmsXmlWpButtonsDefFile
Content definition for the workplace button element definition file.
| Field Summary |
| Fields inherited from class com.opencms.template.A_CmsXmlContent |
C_ERR_NODATABLOCK, C_MINIMUM_CLASSNAME, C_PARAMTYPES_HANDLING_METHODS, C_PARAMTYPES_USER_METHODS, C_REGISTER_FIRST_RUN, C_REGISTER_MAIN_RUN, C_TEMPLATE_EXTENSION, C_TEMPLATEPATH, m_cms, m_firstRunTags, m_knownTags, m_mainProcessTags |
| Fields inherited from interface com.opencms.boot.I_CmsLogChannels |
C_FLEX_CACHE, C_FLEX_LOADER, C_LOGGING, C_MODULE_CRITICAL, C_MODULE_DEBUG, C_MODULE_INFO, C_OPENCMS_CACHE, C_OPENCMS_CRITICAL, C_OPENCMS_CRONSCHEDULER, C_OPENCMS_DEBUG, C_OPENCMS_ELEMENTCACHE, C_OPENCMS_INFO, C_OPENCMS_INIT, C_OPENCMS_POOL, C_OPENCMS_STATICEXPORT, C_OPENCMS_STREAMING, C_PREPROCESSOR_IS_LOGGING |
| Constructor Summary | |
CmsXmlWpButtonsDefFile()
Default constructor. |
|
CmsXmlWpButtonsDefFile(CmsObject cms,
CmsFile file)
Constructor for creating a new object containing the content of the given filename. |
|
CmsXmlWpButtonsDefFile(CmsObject cms,
String filename)
Constructor for creating a new object containing the content of the given filename. |
|
| Method Summary | |
String |
getButton(String name,
String action,
String alt,
String href,
Object callingObject)
Gets the processed data for a button. |
String |
getButtonSeparator(Object callingObject)
Gets the processed data for a button separator. |
String |
getButtonSubmit(String name,
String action,
String value,
String style,
String width)
Gets the processed data for a submit button. |
String |
getButtonText(String name,
String action,
String value,
String style,
String width)
Gets the processed data for a text button. |
String |
getContentDescription()
Gets a description of this content type. |
String |
getDeactivatedButton(String name,
String action,
String alt,
String href,
Object callingObject)
Gets the processed data for a deactivated button. |
String |
getJavascriptButton(String name,
String action,
String alt,
String href,
Object callingObject)
Gets the processed data for a javascript button. |
String |
getXmlDocumentTagName()
Gets the expected tagname for the XML documents of this content type |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public CmsXmlWpButtonsDefFile()
throws CmsException
public CmsXmlWpButtonsDefFile(CmsObject cms,
CmsFile file)
throws CmsException
cms - CmsObject object for accessing system resources.
public CmsXmlWpButtonsDefFile(CmsObject cms,
String filename)
throws CmsException
cms - CmsObject object for accessing system resources.filename - Name of the body file that shoul be read.| Method Detail |
public String getButton(String name,
String action,
String alt,
String href,
Object callingObject)
throws CmsException
CmsException
public String getButtonSeparator(Object callingObject)
throws CmsException
CmsException
public String getButtonSubmit(String name,
String action,
String value,
String style,
String width)
throws CmsException
CmsException
public String getButtonText(String name,
String action,
String value,
String style,
String width)
throws CmsException
CmsExceptionpublic String getContentDescription()
getContentDescription in class A_CmsXmlContent
public String getDeactivatedButton(String name,
String action,
String alt,
String href,
Object callingObject)
throws CmsException
CmsException
public String getJavascriptButton(String name,
String action,
String alt,
String href,
Object callingObject)
throws CmsException
CmsExceptionpublic String getXmlDocumentTagName()
getXmlDocumentTagName in class A_CmsXmlContent
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||