Class MultiActionInputFormDialog

  • All Implemented Interfaces:
    Dialog

    public final class MultiActionInputFormDialog
    extends Object
    implements Dialog
    Represents a dialog which contains a variety of inputs and a multiple submit buttons at the bottom.
    • Method Detail

      • getBase

        public DialogBase getBase()
        Description copied from interface: Dialog
        Gets the dialog base which contains the dialog title and other options common to all types of dialogs.
        Specified by:
        getBase in interface Dialog
        Returns:
        mutable reference to the dialog base
      • inputs

        public List<DialogInput> inputs()
        The inputs to the dialog. At least one input must be provided.
      • actions

        public List<DialogSubmitAction> actions()
        The action/submit buttons for the dialog. At least one action must be provided.
      • columns

        public int columns()
        The amount of columns (default: 2)
      • setBase

        public void setBase​(DialogBase base)
        Description copied from interface: Dialog
        Sets the dialog base.
        For internal use only as this is mandatory and should be specified in the constructor.
        Specified by:
        setBase in interface Dialog
        Parameters:
        base - the new dialog base
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object