Interface FormsManager


  • public interface FormsManager
    The forms manager keeps track of all available actions and constraints.
    • Method Detail

      • getConstraints

        java.util.Iterator<FormsManager.ComponentDescription> getConstraints()
        Return the paths for all constraint resources.
        Returns:
        An iterator for paths.
      • getDialogPathForAction

        java.lang.String getDialogPathForAction​(java.lang.String resourceType)
        Return the dialog path (resource path) for the form action.
        Parameters:
        resourceType - The resource type of the form action
        Returns:
        The full path or null.