Class Info
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Info Class
Used to add an info element with XStream
- Author:
- Pablo GARCIA - 04/JUN/2012
- 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 elementGet info dropdown children dataRetrieve component tagMethods inherited from class com.almis.awe.model.entities.screen.component.button.AbstractButton
getActionConverter, getButtonType, getButtonTypeConverter, 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
-
Info
public Info()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
getChildren
Get info dropdown children data- Returns:
- Info dropdown children data
-
getComponentTag
Description copied from class:AbstractCriteria
Retrieve component tag- Overrides:
getComponentTag
in classAbstractButton
- Returns:
- Component tag
-