|
juife v0.1a |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WizardPage.Type>
net.sf.juife.wizard.WizardPage.Type
public static enum WizardPage.Type
Represents the type of a wizard page.
Enum Constant Summary | |
---|---|
CONFIRMATION_PAGE
Represents a conformation page. |
|
CONFIRMATION_PAGE_EX
Represents a conformation page. |
|
OVERVIEW_PAGE
Represents an overview page. |
|
PROGRESS_PAGE
Represents a progress page. |
|
REQUIREMENTS_PAGE
Represents a requirements page. |
|
SUMMARY_PAGE
Represents a summary page. |
|
USER_INPUT_PAGE
Represents an user-input page. |
Method Summary | |
---|---|
static WizardPage.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WizardPage.Type[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WizardPage.Type OVERVIEW_PAGE
public static final WizardPage.Type REQUIREMENTS_PAGE
public static final WizardPage.Type USER_INPUT_PAGE
public static final WizardPage.Type CONFIRMATION_PAGE
CONFIRMATION_PAGE_EX
if
you want the 'Next' button to be displayed.
public static final WizardPage.Type CONFIRMATION_PAGE_EX
CONFIRMATION_PAGE
and
CONFIRMATION_PAGE_EX
is the visibility of the 'Next' button.
Use CONFIRMATION_PAGE
if
you don't want the 'Next' button to be displayed.
public static final WizardPage.Type PROGRESS_PAGE
public static final WizardPage.Type SUMMARY_PAGE
Method Detail |
---|
public static final WizardPage.Type[] values()
for(WizardPage.Type c : WizardPage.Type.values()) System.out.println(c);
public static WizardPage.Type valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
juife v0.1a |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
Copyright © 2005 Grigor Iliev. All rights reserved. |