Class FieldSetImpl
java.lang.Object
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
ch.tocco.nice2.model.form.impl.form2.components.AbstractCompositeComponent
ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentContainer
ch.tocco.nice2.model.form.impl.form2.components.FieldSetImpl
- All Implemented Interfaces:
Component
,ComponentContainer
,CompositeComponent
,FieldSet
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Field Summary
Fields inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentContainer
hidden, ignoreCopy, readonly, useLabel
-
Constructor Summary
-
Method Summary
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponentContainer
getDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonly, setHidden, setIgnoreCopy, setReadonly, setUseLabel, toString, validate
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractCompositeComponent
accept, addComponent, addScope, addScopes, clone, findById, getChildren, getScopes, hasChildren, indexOf, insertComponent, parseScopes, removeComponent, removeScope, removeScopes, replaceComponent
Methods inherited from class ch.tocco.nice2.model.form.impl.form2.components.AbstractComponent
getDefaultFormLabel, getId, getLabel, getParent, getPosition, setId, setLabel, setParent, setPosition
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
accept, getForm, getId, getLabel, getParent, getPosition, validate
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.ComponentContainer
getDefaultLabel, getUseLabel, isHidden, isIgnoreCopy, isReadonly
Methods inherited from interface ch.tocco.nice2.model.form.api.form2.components.CompositeComponent
findById, getChildren, getScopes, hasChildren
-
Constructor Details
-
FieldSetImpl
public FieldSetImpl()
-