Package de.xima.fc.form.common.items
Class XContainerInvisible
java.lang.Object
de.xima.fc.form.common.items.XContainer
de.xima.fc.form.common.items.XContainerInvisible
- All Implemented Interfaces:
IXItem
,IXItemAppendable
,IXItemBasic
Handler for the invisible container form element.
- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.xima.fc.form.common.items.XContainer
getAvailableProperties, getPrefix, isSubmitsValues, renderItem
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.xima.fc.form.common.models.IXItemBasic
getAutoReRender, getAvailableProperties, getFieldNameConventions, getPrefix, isShouldRenderForAttributeOnLabel, isShouldRenderUnit, isShowInDrawerPanel, isShowInElementSelect, isSubmitsValues, processUpload, renderItem, renderItemPreview, validate, validate, validateGlobal
-
Constructor Details
-
XContainerInvisible
public XContainerInvisible()
-
-
Method Details
-
getIcon
- Specified by:
getIcon
in interfaceIXItemBasic
- Overrides:
getIcon
in classXContainer
- Returns:
- The CSS class for the icon of this form item, such as for example
ico-fc-XCheckbox
.
-
getAdditionalCssClasses
- Overrides:
getAdditionalCssClasses
in classXContainer
-