|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sri.emo.wizard.defaults.EmoWizardMetadata
public class EmoWizardMetadata
Wizard Metadata instance.
| Constructor Summary | |
|---|---|
EmoWizardMetadata()
Constructor that takes constructed links. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object parm1)
Override of equals(). |
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 the view id. |
int |
hashCode()
Override of Hashcode(). |
boolean |
isEntry()
|
boolean |
isEntryRequired()
Retrurn false if the user can skip a step without entering anything. |
boolean |
isHasEntry()
Set to true if there is some sort of entry to occur on a page. |
void |
setCancelLink(Link cancelLink)
|
void |
setDirective(String directive)
Sets the directive string. |
void |
setEntry(boolean entry)
True if there is data entry for this page. |
void |
setEntryRequired(boolean entryRequired)
Sets whether the data entry is required or not. |
void |
setFinishLink(Link finishLink)
|
void |
setHelpText(String helpText)
Sets the help text. |
void |
setNextLink(Link nextLink)
|
void |
setPreviousLink(Link previousLink)
|
void |
setTitle(String title)
Sets the title. |
void |
setViewId(String newId)
Set the view id. |
String |
toString()
Override of toString(). |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EmoWizardMetadata()
| Method Detail |
|---|
public void setCancelLink(Link cancelLink)
public void setFinishLink(Link finishLink)
public void setNextLink(Link nextLink)
public void setPreviousLink(Link previousLink)
public Link getFinish()
PageMetadataNullLink if there is no finish
link on this page.
getFinish in interface PageMetadatapublic Link getNext()
PageMetadataNullLink if there is no finish
link on this page.
getNext in interface PageMetadatapublic Link getPrevious()
PageMetadataNullLink if there is no finish
link on this page.
getPrevious in interface PageMetadatapublic Link getCancel()
PageMetadataNullLink if there is no finish
link on this page.
getCancel in interface PageMetadatapublic String getTitle()
PageMetadata
getTitle in interface PageMetadatapublic String getDirective()
PageMetadata
getDirective in interface PageMetadatapublic String getHelpText()
PageMetadata
getHelpText in interface PageMetadatapublic boolean isEntry()
public void setDirective(String directive)
directive - the new value.public void setHelpText(String helpText)
helpText - the new value.public void setTitle(String title)
title - the new value.public void setEntry(boolean entry)
entry - booleanpublic void setEntryRequired(boolean entryRequired)
entryRequired - booleanpublic boolean equals(Object parm1)
equals in class Objectparm1 - the other object to check.
public void setViewId(String newId)
newId - Stringpublic String getViewId()
getViewId in interface PageMetadatapublic String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean isHasEntry()
isHasEntry in interface PageMetadatapublic boolean isEntryRequired()
isEntryRequired in interface PageMetadata
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||