Interface ModalFrame<R>

    • Field Detail

      • MODAL_PROPERTY

        static final java.lang.String MODAL_PROPERTY
        The modal state bound property.
      • RESULT_PROPERTY

        static final java.lang.String RESULT_PROPERTY
        The result bound property.
    • Method Detail

      • getResult

        R getResult()
        Returns:
        The result of this frame's modal interaction, or null if no result is given.
      • setResult

        void setResult​(R newResult)
        Sets the modal result. This is a bound property that only fires a change event when the new value is different via the equals() method.
        Parameters:
        newResult - The new result of this frame's modal interaction, or null if no result is given.
        See Also:
        RESULT_PROPERTY