public interface FormStructureHelper
FormsConstants.START_PROPERTY_ACTION_TYPE
,
FormsConstants.START_PROPERTY_LOAD_PATH
.
FormStructureHelper
whose
canManage(Resource)
returns true for a given resource, will get used.
For getting an instance of this interface check FormStructureHelperFactory
Modifier and Type | Method and Description |
---|---|
boolean |
canManage(Resource resource)
Tests whether this
FormStructureHelper can obtain form properties from the given node. |
java.lang.Iterable<Resource> |
getFormElements(Resource resource)
Gets the resources corresponding to fields of given form resource.
|
Resource |
getFormResource(Resource resource)
Gets the resource corresponding to form element i.e.
|
Resource |
updateFormStructure(Resource resource)
Updates necessary changes to the form resource.
|
boolean canManage(Resource resource)
FormStructureHelper
can obtain form properties from the given node.resource
- Resource
.FormStructureHelper
can obtain form properties, false otherwise.Resource getFormResource(Resource resource)
java.lang.Iterable<Resource> getFormElements(Resource resource)
Resource updateFormStructure(Resource resource)
resource
- Resource
any resource.Copyright © 2010 - 2020 Adobe. All Rights Reserved