Package com.kheops.jmap.metadata.forms
Class LayerSubForm
java.lang.Object
com.kheops.jmap.metadata.LocalizedObject
com.kheops.jmap.metadata.forms.Form
com.kheops.jmap.metadata.forms.LayerSubForm
- All Implemented Interfaces:
IAbstractForm
,ILayerForm
,ISubForm
,Serializable
,Cloneable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.kheops.jmap.metadata.forms.IAbstractForm
IAbstractForm.FormType
-
Constructor Summary
-
Method Summary
Methods inherited from class com.kheops.jmap.metadata.forms.Form
cloneFormImpl, equals, getFields, getFormSections, getName, getSection, pack, removeTranslationsOtherThan, setFormSections, setName
Methods inherited from class com.kheops.jmap.metadata.LocalizedObject
getAvailableLocales, getTranslation, isTranslationExists, setTranslation, updateTranslations
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.kheops.jmap.metadata.forms.IAbstractForm
getAcl, getFields, getFormSections, getId, getName, getName, getRules, getUidAttributeName, setId, setName, setName, setUidAttributeName
-
Constructor Details
-
LayerSubForm
public LayerSubForm() -
LayerSubForm
public LayerSubForm(int initialRowsCount, int initialColsCount)
-
-
Method Details
-
getType
- Specified by:
getType
in interfaceIAbstractForm
- Overrides:
getType
in classForm
-
clone
-