Class Button
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.Button
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
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
Fields inherited from class com.almis.awe.model.entities.screen.component.button.AbstractButton
BUTTON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.almis.awe.model.entities.screen.component.button.AbstractButton
getActionConverter, getButtonType, getButtonTypeConverter, getComponentTag, getHelpTemplate
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, getTemplate, isAutoload, isLoadAll, isVisible
Methods inherited from class com.almis.awe.model.entities.Element
addElement, generateHelpTemplate, generateHelpTemplate, getChildrenByType, getElementKey, getElementList, getElementsById, getElementsByType, getElementsByType
-
Constructor Details
-
Button
public Button()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-