Class FrameDesignerModel

  • All Implemented Interfaces:
    Serializable

    public final class FrameDesignerModel
    extends Object
    implements Serializable
    POJO model holding the data required for the main designer frame page containing the sub pages such as the form and workflow designer.
    Since:
    7.0.0
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Method Detail

      • getBaseModel

        public BaseDesignerModel getBaseModel()
        Returns:
        The base model with the current project, form version, and workflow version being edited.
      • getTabViewModel

        public TabViewModel getTabViewModel()
        Returns:
        The tab model with the available tabs and the currently active tabs.
      • getPreviewModel

        public PreviewModel getPreviewModel()
        Returns:
        The preview model for viewing a preview of the form.
      • empty

        public static FrameDesignerModel empty()
        Returns:
        A new empty model with no data yet.