Interface IDialogParametrization

    • Method Detail

      • getTitle

        String getTitle()
        Returns the title of dialog.
        Returns:
        the title of dialog.
      • getHeight

        int getHeight()
        Returns the height of dialog.
        Returns:
        the height of dialog.
      • getWidth

        int getWidth()
        Returns the width of dialog.
        Returns:
        the width of dialog.
      • isResizable

        boolean isResizable()
        Returns the resizable flag.
        Returns:
        the resizable flag.
      • isEditable

        boolean isEditable()
        Returns the editable flag.
        Returns:
        the editable flag.
      • isAsyncDialog

        default boolean isAsyncDialog()
        Gets dialog creation async flag
        Returns:
        true if dialog should be created in async mode, false otherwise