Annotation Interface DialogMode


@Documented @Retention(RUNTIME) @Target(TYPE) @Inherited public @interface DialogMode
Specifies parameters of DialogWindow.
  • Element Details

    • width

      String width
      Default:
      ""
    • maxWidth

      String maxWidth
      Default:
      ""
    • minWidth

      String minWidth
      Default:
      ""
    • height

      String height
      Default:
      ""
    • maxHeight

      String maxHeight
      Default:
      ""
    • minHeight

      String minHeight
      Default:
      ""
    • modal

      boolean modal
      Default:
      true
    • draggable

      boolean draggable
      Default:
      true
    • resizable

      boolean resizable
      Default:
      false
    • closeOnOutsideClick

      boolean closeOnOutsideClick
      Default:
      false
    • closeOnEsc

      boolean closeOnEsc
      Default:
      false