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
Constructors -
Method Summary
Methods inherited from class com.kheops.jmap.metadata.forms.Form
cloneFormImpl, equals, getFields, getFormSections, getName, getSection, pack, removeTranslationsOtherThan, setFormSections, setNameMethods inherited from class com.kheops.jmap.metadata.LocalizedObject
getAvailableLocales, getTranslation, isTranslationExists, setTranslation, updateTranslationsMethods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getTypein interfaceIAbstractForm- Overrides:
getTypein classForm
-
clone
-