Class UIFormGroup.DisplayMode

java.lang.Object
com.orchestranetworks.ui.form.UIFormGroup.DisplayMode
Enclosing interface:
UIFormGroup

public static final class UIFormGroup.DisplayMode extends Object
A form group can have several display modes. They are available here.

Default display mode is null and thus automatic: depends on the model for fully model-driven form groups, or general ergonomic parameters set in the administration section.

See Also:
  • Field Details

    • EXPANDED

      public static final UIFormGroup.DisplayMode EXPANDED
      Displays the form group with an expand/collapse button, and is initially expanded.
    • COLLAPSED

      public static final UIFormGroup.DisplayMode COLLAPSED
      Displays the form group with an expand/collapse button, and is initially collapsed.
  • Method Details

    • toString

      public String toString()
      Used for debug purposes.
      Overrides:
      toString in class Object