Interface TreeView<V extends TreeView<V>>

    • Method Detail

      • addCloneAction

        default V addCloneAction​(CloneModalFormAction<?> action)
        Configures this view with a secondary action that provides the ability to "clone" the entity. The use of this action will result in a modal form being provided with any fields configured on the action. This form is typically used so that a user has the opportunity to change up a limited set of properties on the cloned entity.
        Parameters:
        action - the clone action
        Returns:
        this