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 StringgetAdditionalCssClasses()StringgetIcon()- 
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, getPrefix, isShouldRenderForAttributeOnLabel, isShouldRenderUnit, isShowInDrawerPanel, isShowInElementSelect, isSubmitsValues, processUpload, renderItem, renderItemPreview, validate, validate, validateGlobal 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getIcon
public String getIcon()
- Specified by:
 getIconin interfaceIXItemBasic- Overrides:
 getIconin classXContainer- Returns:
 - The CSS class for the icon of this form item, such as for example 
ico-fc-XCheckbox. 
 
- 
getAdditionalCssClasses
protected String getAdditionalCssClasses()
- Overrides:
 getAdditionalCssClassesin classXContainer
 
 - 
 
 -