|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DataHolder
The DataHolder interface is used to obtain data that is useful in creating the user interface.
The plug-in must use this interface to fetch the required data from the object passed by the Framework.
| Method Summary | |
|---|---|
java.util.Map |
getDSParameters()
Returns the Map that contains the data source parameters as supplied by the server-side/processing layer plug-in. |
java.lang.String |
getDSPath()
Returns the specified data source path for plug-ins with "FILE" or "URL" resource type(The value provided by the plug-in for call to CDSExtensionDescriptor.getDSResourceType()). |
java.awt.Font |
getFont()
Returns the interface font that is currently in use. |
SessionInfo |
getSessionInfo()
Returns information of the session. |
boolean |
isEditOperation()
Returns true for data source edit operation. |
| Method Detail |
|---|
SessionInfo getSessionInfo()
For more information, see SessionInfo.
SessionInfo object.java.util.Map getDSParameters()
Map that contains the data source parameters as supplied by the server-side/processing layer plug-in.
Map that contains data source parameters.boolean isEditOperation()
The edit operation can be called when the user clicks "Edit Settings" option from the Query Panel.
true, if the call is for data source edit; otherwise, false..java.awt.Font getFont()
The plug-in uses this font type to maintain uniformity across the UI.
java.lang.String getDSPath()
CDSExtensionDescriptor.getDSResourceType()).
It may return null or empty string for plug-ins with Resource Type as "NONE" or if the information is not available.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||