Class Accordion
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.panelable.Panelable
com.almis.awe.model.entities.screen.component.panelable.Accordion
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Accordion Class
Used to parse an accordion with XStream
Generates an accordion with collapsible elements
- Author:
- Jorge BELLON - 16/02/2017
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementRetrieve component tag (to be overriden)Retrieves the list of items selected for JSON serializationboolean
Returns if is autocollapseMethods inherited from class com.almis.awe.model.entities.screen.component.panelable.Panelable
generateHelpTemplate, getHelpTemplate, getReportStructure
Methods inherited from class com.almis.awe.model.entities.screen.component.criteria.AbstractCriteria
getElementGroup, 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, getChildrenByType, getElementKey, getElementList, getElementsById, getElementsByType, getElementsByType
-
Constructor Details
-
Accordion
public Accordion()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
isAutocollapse
public boolean isAutocollapse()Returns if is autocollapse- Returns:
- Is autocollapse
-
getItemsSelectedConverter
Retrieves the list of items selected for JSON serialization- Returns:
- itemsSelected
-
getComponentTag
Retrieve component tag (to be overriden)- Overrides:
getComponentTag
in classAbstractCriteria
- Returns:
accordion
tag
-