|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface WizardSubPanelAPI
Method Summary | |
OrderedMap |
getPanelData(java.lang.String xPathRoot)
gets the Map object that contains all the key/value paired |
void |
onLoadAction()
The action to be executed when the panel is displayed. |
void |
setPanelData(java.lang.String xPathRoot,
OrderedMap map)
sets the data in the sub panel using the key/values paired Map object |
boolean |
validateUserInput()
checks that the user has filled in required fields - if not, highlights labels to draw attention to them |
Method Detail |
public void onLoadAction()
public boolean validateUserInput()
public OrderedMap getPanelData(java.lang.String xPathRoot)
xPathRoot
- the string xpath to which this dialog's xpaths will be
appended when making name/value pairs. For example, in the
xpath: /eml:eml/dataset/keywordSet[2]/keywordThesaurus, the
root would be /eml:eml/dataset/keywordSet[2]
NOTE - MUST NOT END WITH A SLASH, BUT MAY END WITH AN INDEX IN
SQUARE BRACKETS []
public void setPanelData(java.lang.String xPathRoot, OrderedMap map)
xPathRoot
- the string xpath to which this dialog's xpaths will be
appended when making name/value pairs. For example, in the
xpath: /eml:eml/dataset/keywordSet[2]/keywordThesaurus, the
root would be /eml:eml/dataset/keywordSet[2]
NOTE - MUST NOT END WITH A SLASH, BUT MAY END WITH AN INDEX IN
SQUARE BRACKETS []map
- - OrderedMap of xPath-value pairs. xPaths in this map
are absolute xPath and not the relative xPaths
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |