|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.sri.emo.wizard.defaults.EmoWizardPage com.sri.emo.wizard.selection.DisplaySummaryPage
public class DisplaySummaryPage
Page that displays the selected node and the choices that lead to that choice.
Nested Class Summary | |
---|---|
static class |
DisplaySummaryPage.SelectionResults
Record Structure that provides a list of step names and their appropriate values. |
Field Summary | |
---|---|
static Integer |
PAGE_ID
My own page id. |
Constructor Summary | |
---|---|
DisplaySummaryPage(PageMetadata pageMetadata)
Constructor for the summary page. |
Method Summary | |
---|---|
void |
clearCachedNode()
Clear before redisplaying the page. |
protected String |
getCachedNodeId()
|
Serializable |
getData()
Retrieve the data associated with the page. |
Wizard |
getMyOwner()
|
Node |
getSelectedNode()
Runs the previous step history through the Decision Matrix to |
DisplaySummaryPage.SelectionResults[] |
getSelectionResults()
Retrive all selection results up to this given page. |
protected void |
setCachedNodeId(String newValue)
|
void |
setMyOwner(Wizard myOwner)
|
Methods inherited from class com.sri.emo.wizard.defaults.EmoWizardPage |
---|
addError, equals, getId, getMenu, getMetadata, getPageErrors, getPrintableData, hashCode, removeErrors, setData, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Integer PAGE_ID
Constructor Detail |
---|
public DisplaySummaryPage(PageMetadata pageMetadata)
pageMetadata
- PageMetadata the metadata associated with this
page.Method Detail |
---|
public void clearCachedNode()
protected String getCachedNodeId()
protected void setCachedNodeId(String newValue)
public DisplaySummaryPage.SelectionResults[] getSelectionResults() throws WizardException
WizardException
public Node getSelectedNode() throws WizardException
WizardException
public Wizard getMyOwner()
public void setMyOwner(Wizard myOwner)
public Serializable getData()
getData
in interface WizardPage
getData
in class EmoWizardPage
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |