|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WizardPage
Interface for a wizard page.
Method Summary | |
---|---|
void |
addError(String message)
Adds an error to be associated with the current page. |
Serializable |
getData()
Retrieve the data associated with the page. |
Serializable |
getId()
Every page must have an id that is serializable. |
ValidValue[] |
getMenu()
Retrieve the picklist value for the map. |
PageMetadata |
getMetadata()
Retrieve the metadata associated with the page. |
ErrorCollection |
getPageErrors()
Retrieve an error collection (if any) that is associated with this page. |
String |
getPrintableData()
Retrieve the data in a printable fashion. |
void |
removeErrors()
Clear all errors associated with the page. |
void |
setData(Serializable newData)
Sets the data associated with the page. |
Method Detail |
---|
Serializable getId()
Serializable getData()
String getPrintableData()
void setData(Serializable newData) throws WizardException
newData
- the new data for the page.
WizardException
- upon error.PageMetadata getMetadata()
ValidValue[] getMenu()
ErrorCollection getPageErrors()
void removeErrors()
void addError(String message)
message
- String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |