public interface FormsManager
Modifier and Type | Interface and Description |
---|---|
static interface |
FormsManager.ComponentDescription |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<FormsManager.ComponentDescription> |
getActions()
Return the paths for all action resources.
|
java.util.Iterator<FormsManager.ComponentDescription> |
getConstraints()
Return the paths for all constraint resources.
|
java.lang.String |
getDialogPathForAction(java.lang.String resourceType)
Return the dialog path (resource path) for the
form action.
|
java.util.Iterator<FormsManager.ComponentDescription> getActions()
java.util.Iterator<FormsManager.ComponentDescription> getConstraints()
java.lang.String getDialogPathForAction(java.lang.String resourceType)
resourceType
- The resource type of the form actionnull
.Copyright © 2010 - 2020 Adobe. All Rights Reserved