All Superinterfaces:
Cloneable, Component, CompositeComponent
All Known Implementing Classes:
FormImpl

public interface Form extends CompositeComponent
A form component represents any kind of form written in xml. Forms always belong to an entity model and do have a unique name.
  • 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()