Class ContextButton
java.lang.Object
com.almis.awe.model.entities.Element
com.almis.awe.model.entities.screen.component.Component
com.almis.awe.model.entities.screen.component.criteria.AbstractCriteria
com.almis.awe.model.entities.screen.component.button.AbstractButton
com.almis.awe.model.entities.screen.component.button.ContextButton
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
ContextButton Class
Used to add an context menu option with XStream
- Author:
- Pablo GARCIA - 31/MAY/2013
- See Also:
-
Field Summary
Fields inherited from class com.almis.awe.model.entities.screen.component.button.AbstractButton
BUTTON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementRetrieve component tagRetrieve help templateRetrieve element templateMethods inherited from class com.almis.awe.model.entities.screen.component.button.AbstractButton
getActionConverter, getButtonType, getButtonTypeConverter
Methods inherited from class com.almis.awe.model.entities.screen.component.criteria.AbstractCriteria
getElementGroup, getReportStructure, getType, isCapitalize, isChecked, isCheckEmpty, isCheckInitial, isOptional, isPrintable, isReadonly, isRequiredConverter, isShowFutureDates, isShowSlider, isShowTodayButton, isShowWeekends, isStrict
Methods inherited from class com.almis.awe.model.entities.screen.component.Component
generateTemplate, getContextMenuConverter, getDependencyConverter, isAutoload, isLoadAll, isVisible
Methods inherited from class com.almis.awe.model.entities.Element
addElement, generateHelpTemplate, generateHelpTemplate, getChildrenByType, getElementKey, getElementList, getElementsById, getElementsByType, getElementsByType
-
Constructor Details
-
ContextButton
public ContextButton()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
getTemplate
Description copied from class:Component
Retrieve element template- Overrides:
getTemplate
in classComponent
- Returns:
- Element template
-
getComponentTag
Description copied from class:AbstractCriteria
Retrieve component tag- Overrides:
getComponentTag
in classAbstractButton
- Returns:
- Component tag
-
getHelpTemplate
Description copied from class:Element
Retrieve help template- Overrides:
getHelpTemplate
in classAbstractButton
- Returns:
- Help template
-