Class InfoCriteria
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.criteria.InfoCriteria
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
InfoCriteria Class
Used to add an info with criteria element with XStream
- Author:
- Pablo GARCIA - 04/JUN/2012
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementorg.stringtemplate.v4.ST
generateTemplate
(org.stringtemplate.v4.STGroup group) Generates the output HTML of the elementMethods inherited from class com.almis.awe.model.entities.screen.component.criteria.AbstractCriteria
getComponentTag, getElementGroup, getHelpTemplate, 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
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
-
InfoCriteria
public InfoCriteria()
-
-
Method Details
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-
generateTemplate
public org.stringtemplate.v4.ST generateTemplate(org.stringtemplate.v4.STGroup group) Description copied from class:Component
Generates the output HTML of the element- Overrides:
generateTemplate
in classComponent
- Parameters:
group
- String Template Group- Returns:
- Code
-