|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepAndPage | |
|---|---|
| org.dspace.app.xmlui.aspect.submission | |
| Uses of StepAndPage in org.dspace.app.xmlui.aspect.submission |
|---|
| Fields in org.dspace.app.xmlui.aspect.submission declared as StepAndPage | |
|---|---|
protected StepAndPage |
AbstractStep.stepAndPage
The current step and page's numeric values that it is at currently. |
| Methods in org.dspace.app.xmlui.aspect.submission that return StepAndPage | |
|---|---|
static StepAndPage[] |
FlowUtils.getListOfAllSteps(javax.servlet.http.HttpServletRequest request,
SubmissionInfo subInfo)
Retrieves a list of all steps and pages within the current submission process. |
StepAndPage |
AbstractStep.getMaxStepAndPageReached()
Find the maximum step and page that the user has reached in the submission processes. |
| Methods in org.dspace.app.xmlui.aspect.submission with parameters of type StepAndPage | |
|---|---|
void |
AbstractStep.addJumpButton(List list,
Message buttonText,
StepAndPage stepAndPage)
Adds a single "jump-to" button, which when clicked will jump the user directly to a particular step within the submission process. |
int |
StepAndPage.compareTo(StepAndPage o)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||