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
public class XContainerInvisible extends XContainer implements IXItemAppendable
Handler for the invisible container form element.- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description XContainerInvisible()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getAdditionalCssClasses()
String
getIcon()
-
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
-
-
-
-
Method Detail
-
getIcon
public String 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
protected String getAdditionalCssClasses()
- Overrides:
getAdditionalCssClasses
in classXContainer
-
-