|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PageMetadata
Metadata for any wizard page.
Method Summary | |
---|---|
Link |
getCancel()
Return link instance, NullLink if there is no finish
link on this page. |
String |
getDirective()
Get the page directions. |
Link |
getFinish()
Return link instance, NullLink if there is no finish
link on this page. |
String |
getHelpText()
Get the page help text. |
Link |
getNext()
Return link instance, NullLink if there is no finish
link on this page. |
Link |
getPrevious()
Return link instance, NullLink if there is no finish
link on this page. |
String |
getTitle()
Return the page title. |
String |
getViewId()
Retrieve a view id that corresponds to Struts/JSF/whatever special view. |
boolean |
isEntryRequired()
Retrurn false if the user can skip a step without entering anything. |
boolean |
isHasEntry()
Set to true if the page has text entry. |
Method Detail |
---|
Link getFinish()
NullLink
if there is no finish
link on this page.
Link getNext()
NullLink
if there is no finish
link on this page.
Link getPrevious()
NullLink
if there is no finish
link on this page.
Link getCancel()
NullLink
if there is no finish
link on this page.
String getTitle()
String getDirective()
String getHelpText()
boolean isHasEntry()
boolean isEntryRequired()
String getViewId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |