com.tonbeller.wcf.wizard
Class WizardPage.WizardPagePosition

java.lang.Object
  extended bycom.tonbeller.wcf.wizard.WizardPage.WizardPagePosition
Enclosing class:
WizardPage

public static class WizardPage.WizardPagePosition
extends java.lang.Object


Field Summary
static WizardPage.WizardPagePosition FIRST_PAGE
           
static WizardPage.WizardPagePosition LAST_PAGE
           
static WizardPage.WizardPagePosition MIDDLE_PAGE
           
static WizardPage.WizardPagePosition SINGLE_PAGE
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SINGLE_PAGE

public static final WizardPage.WizardPagePosition SINGLE_PAGE

FIRST_PAGE

public static final WizardPage.WizardPagePosition FIRST_PAGE

LAST_PAGE

public static final WizardPage.WizardPagePosition LAST_PAGE

MIDDLE_PAGE

public static final WizardPage.WizardPagePosition MIDDLE_PAGE