Class AbstractButton
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
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
- Direct Known Subclasses:
Avatar
,Button
,ContextButton
,ContextSeparator
,Info
,InfoButton
Button Class
Used to parse the Button Component in a screen with XStream
Launches contained Button Actions when it is clicked
- Author:
- Pablo GARCIA - 24/JUN/2010
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the action listReturns the Button TypeReturns the Button Type formatted for JSONRetrieve component tagRetrieve help templateMethods 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, getTemplate, isAutoload, isLoadAll, isVisible
Methods inherited from class com.almis.awe.model.entities.Element
addElement, generateHelpTemplate, generateHelpTemplate, getChildrenByType, getElementKey, getElementList, getElementsById, getElementsByType, getElementsByType
-
Field Details
-
BUTTON
- See Also:
-
-
Constructor Details
-
AbstractButton
public AbstractButton()
-
-
Method Details
-
getComponentTag
Description copied from class:AbstractCriteria
Retrieve component tag- Overrides:
getComponentTag
in classAbstractCriteria
- Returns:
- Component tag
-
getButtonType
Returns the Button Type- Returns:
- Button Type
-
getButtonTypeConverter
Returns the Button Type formatted for JSON- Returns:
- Button Type
-
getActionConverter
Returns the action list- Returns:
- Action list
-
getHelpTemplate
Description copied from class:Element
Retrieve help template- Overrides:
getHelpTemplate
in classAbstractCriteria
- Returns:
- Help template
-