Interface Form
- All Superinterfaces:
Cloneable
,Component
,CompositeComponent
- All Known Implementing Classes:
FormImpl
A form component represents any kind of form written in xml.
Forms always belong to an entity model and do have a unique name.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.model.form.api.form2.components.Component
Component.Configuration
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
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.CompositeComponent
findById, getChildren, getScopes, hasChildren
-
Method Details
-
getEntityModel
EntityModel getEntityModel()- Returns:
- the base entity model
-
getFormScope
FormScope getFormScope() -
isReadonly
boolean isReadonly() -
isMarkable
boolean isMarkable() -
hasPreferencesMenu
boolean hasPreferencesMenu() -
getCreateEndpoint
String getCreateEndpoint()
-