|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataEntryFunction
Interface that represents the function currently provided via the script extension point "Data Entry Additional Panel Script"
Configured via the 'data_entry_properties.xml' file within $TOP/etc/default
This function provides a way of customising data entry panels.
The user should implement one of the below methods depending on how the function is to be used.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getContent(DataEntryFunctionArguments inArgs)
This method will be invoked by WPC. |
java.lang.String |
getURL(DataEntryFunctionArguments inArgs)
This method will be invoked by WPC. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getURL(DataEntryFunctionArguments inArgs)
inArgs
- The arguments for this invocation.
java.lang.String getContent(DataEntryFunctionArguments inArgs)
inArgs
- The arguments for this invocation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |