org.openxma.dsl.reference.xma.order.client
Class Page2

java.lang.Object
  extended by at.spardat.xma.page.Page
      extended by at.spardat.xma.page.PageClient
          extended by at.spardat.xma.page.NotebookPage
              extended by org.openxma.dsl.reference.xma.order.client.Page2Gen
                  extended by org.openxma.dsl.reference.xma.order.client.Page2
All Implemented Interfaces:
at.spardat.xma.boot.component.IXMAControl, at.spardat.xma.mdl.Synchronization, at.spardat.xma.mdl.Transactional, at.spardat.xma.mdl.util.Descriptive, at.spardat.xma.page.IEmbeddable

public class Page2
extends Page2Gen

Author:
clay

Field Summary
 
Fields inherited from class at.spardat.xma.page.PageClient
composite
 
Constructor Summary
Page2(at.spardat.xma.page.Notebook notebook)
          Constructs the Page2Gen.
 
Method Summary
 void determineState()
          Recalculates the state variables of this page.
protected  void enter()
          This method will be called every time the Page2 becomes visible.
 void stateChanged()
          Enables or disables Widgets according to the current state of the page.
 
Methods inherited from class org.openxma.dsl.reference.xma.order.client.Page2Gen
attachUIImpl, clientEvent, createModels, createTabItem, createWidgets, getTypedComponent, getTypeId, getWidgets, getWModels, hasModels, removeWidgetModels, removeWidgets, setWidgets, setWModels
 
Methods inherited from class at.spardat.xma.page.NotebookPage
close, createComposite, getComposite, getNotebook, getTabItem, initGUI
 
Methods inherited from class at.spardat.xma.page.PageClient
activatePage, addChild, attachUI, clearError, clearValidationErrorImpl, clientEventBase, detachUI, determineStateBase, enterBase, getComponent, getContextString, getCurrentEvent, getDialog, getDialogPage, getExtend, getHelpUri, getHelpUriBase, getParent, hasValidationError, helpEvent, insertLangInFilename, isEventsEnabled, isNew, isUIAttached, launch, launchExtern, launchRelative, leave, leaveBase, newRemoteCall, removeChild, removeModel, removeWidgetsBase, rpcFinished, serverEvent, setContextString, setDialog, setEditable, setError, setEventsEnabled, setExtend, setId, setNew, setValidationErrorImpl, showException, showMessage, stateChangedBase, stateChangedBaseImpl, stateChangedExtend, toLocalizedHelpUri
 
Methods inherited from class at.spardat.xma.page.Page
changed, commit, describe, display, equalsCS, externalize, getId, getNumWModels, getWModel, internalize, isAtServer, isStateless, randomlyChange, rollback, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Page2

public Page2(at.spardat.xma.page.Notebook notebook)
Constructs the Page2Gen.

Parameters:
notebook - the Notebook this page belongs to.
Method Detail

enter

protected void enter()
This method will be called every time the Page2 becomes visible.

Overrides:
enter in class at.spardat.xma.page.PageClient

determineState

public void determineState()
Recalculates the state variables of this page. This method is called every time the content of any WizardModel of the Page may have been changed.
This method is called imidiatly befor stateChanged().

Overrides:
determineState in class at.spardat.xma.page.PageClient

stateChanged

public void stateChanged()
Enables or disables Widgets according to the current state of the page. This method is called every time the content of any WizardModel of the Page may have been changed.
This method is called emediatly after determineState().

Overrides:
stateChanged in class at.spardat.xma.page.PageClient


Copyright © 2010. All Rights Reserved.