Class DialogParameterization

    • Constructor Detail

      • DialogParameterization

        public DialogParameterization()
        Creates a new dialog parameterization instance with empty title, height and width equal to 400px and resizable flag set to true
    • Method Detail

      • setTitle

        public void setTitle​(String title)
        Parameters:
        title - the title to set
      • setHeight

        public void setHeight​(int height)
        Parameters:
        height - the height to set
      • setWidth

        public void setWidth​(int width)
        Parameters:
        width - the width to set
      • setResizable

        public void setResizable​(boolean resizable)
        Parameters:
        resizable - the resizable to set
      • setEditable

        public void setEditable​(boolean editable)
        Sets editable property.
        Parameters:
        editable - the editable property
      • setAsyncDialog

        public void setAsyncDialog​(boolean asyncDialog)
        Sets dialog creation async flag
        Parameters:
        asyncDialog - true if dialog should be created in async mode, false otherwise