|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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()
PageMetadata
NullLink
if there is no finish
link on this page.
getFinish
in interface PageMetadata
public Link getNext()
PageMetadata
NullLink
if there is no finish
link on this page.
getNext
in interface PageMetadata
public Link getPrevious()
PageMetadata
NullLink
if there is no finish
link on this page.
getPrevious
in interface PageMetadata
public Link getCancel()
PageMetadata
NullLink
if there is no finish
link on this page.
getCancel
in interface PageMetadata
public String getTitle()
PageMetadata
getTitle
in interface PageMetadata
public String getDirective()
PageMetadata
getDirective
in interface PageMetadata
public String getHelpText()
PageMetadata
getHelpText
in interface PageMetadata
public 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 Object
parm1
- the other object to check.
public void setViewId(String newId)
newId
- Stringpublic String getViewId()
getViewId
in interface PageMetadata
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean isHasEntry()
isHasEntry
in interface PageMetadata
public boolean isEntryRequired()
isEntryRequired
in interface PageMetadata
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |