Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.webengine.ui.wizard
Class WebPage

java.lang.Object
  extended by org.nuxeo.ecm.webengine.ui.wizard.WizardPage
      extended by org.nuxeo.ecm.webengine.ui.wizard.WebPage
All Implemented Interfaces:
Serializable

public class WebPage
extends WizardPage

Author:
Bogdan Stefanescu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.nuxeo.ecm.webengine.ui.wizard.WizardPage
BACK, CANCEL, INITIAL, LAST, MIDDLE, NEXT, NEXT_PAGE, OK
 
Constructor Summary
WebPage(Class<? extends Form> formType)
           
WebPage(Class<? extends Form> formType, int style)
           
WebPage(String id, Class<? extends Form> formType, int style)
           
 
Method Summary
 
Methods inherited from class org.nuxeo.ecm.webengine.ui.wizard.WizardPage
getForm, getFormType, getId, getIndex, getNextPage, isBackEnabled, isCancelEnabled, isNextEnabled, isOkEnabled, setForm, setIndex
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebPage

public WebPage(Class<? extends Form> formType)

WebPage

public WebPage(String id,
               Class<? extends Form> formType,
               int style)

WebPage

public WebPage(Class<? extends Form> formType,
               int style)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.