Interface ModalPanelBuilder<T extends Serializable>

    • Method Detail

      • getDefaultItem

        T getDefaultItem()
      • setItem

        ModalPanelBuilder<T> setItem​(T item)
        Replaces the default value provided with the constructor and nullify working item object.
        Parameters:
        item - new value.
        Returns:
        the current wizard factory instance.