| Package | com.adobe.idp.dsc.propertyeditor |
| Interface | public interface PropertyContext |
PropertyContext interface provides a UIComponent instance access to the context of the PropertySheet in which it is being rendered.| Method | Defined By | ||
|---|---|---|---|
String browseForFilename(String[] filter) Opens a file browser and retrieves the selected resource. | PropertyContext | ||
Browses for a service. | PropertyContext | ||
Browses for service operations. | PropertyContext | ||
String browseForXPathExpression() Allows the user to construct an XPath expression from the orchestration template environment. | PropertyContext | ||
Retrieves the currently selected property object. | PropertyContext | ||
String getParameter(String aParamName) Retrieves the value of specified parameter. | PropertyContext | ||
Retrieves the common interface of the com.adobe.idp.dsc.propertyeditor.PropertySheet PropertySheet in which the currently selected property editor is running. | PropertyContext | ||
Retrieves a com.adobe.idp.dsc.clientsdk.ServiceClientFactory ServiceClientFactory, which custom property editors can use to connect to the LiveCycle ES server. | PropertyContext | ||
Retrieves the com.adobe.idp.dsc.registry.infomodel.ServiceConfiguration ServiceConfiguration with which this context is associtated. | PropertyContext | ||
| browseForFilename | () |
public String browseForFilename(String[] filter)Opens a file browser and retrieves the selected resource.
Parameters
filter — A list of wildcards on which to filter. |
The selected file or folder name, or null if the dialog was cancelled. |
| browseForService | () |
public Service browseForService()Browses for a service.
ReturnsThe selected document service, or null if the dialog was cancelled. |
| browseForServiceOperation | () |
public Operation browseForServiceOperation()Browses for service operations.
ReturnsThe selected operation, or null if the dialog was cancelled. |
| browseForXPathExpression | () |
public String browseForXPathExpression()Allows the user to construct an XPath expression from the orchestration template environment.
ReturnsA string containing an XPath expression, or null if the dialog was cancelled. |
| getCurrentProperty | () |
public Property getCurrentProperty()Retrieves the currently selected property object.
Returns| The currently selected property object. |
| getParameter | () |
public String getParameter(String aParamName)Retrieves the value of specified parameter. If no such parameter exists, null is returned.
Parameters
aParamName — The name of the parameter whose value is to be retrieved. |
| The value of specified parameter. |
| getPropertySheet | () |
public PropertySheet getPropertySheet()Retrieves the common interface of the PropertySheet in which the currently selected property editor is running.
Returns| The common interface of the PropertySheet in which the currently selected property editor is running. |
| getServiceClientFactory | () |
public ServiceClientFactory getServiceClientFactory()Retrieves a ServiceClientFactory, which custom property editors can use to connect to the LiveCycle ES server. In the IDE, the returned ServiceClientFactory is integrated into the IDE's single sign-on information.
Returns| a ServiceClientFactory, which custom property editors can use to connect to the LiveCycle ES server. |
| getServiceConfiguration | () |
public ServiceConfiguration getServiceConfiguration()Retrieves the ServiceConfiguration with which this context is associtated.
Returns| The ServiceConfiguration instance associated with this context. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/dsc/propertyeditor/PropertyContext.html