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

java.lang.Object
  extended by at.spardat.xma.page.Page
      extended by at.spardat.xma.page.PageClient
          extended by at.spardat.xma.page.DialogPage
              extended by org.openxma.dsl.reference.xma.order.client.OrderSearchFormGen
                  extended by org.openxma.dsl.reference.xma.order.client.OrderSearchForm
All Implemented Interfaces:
at.spardat.xma.boot.component.IDialog, 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.IDialogPage, at.spardat.xma.page.IEmbeddable

public class OrderSearchForm
extends OrderSearchFormGen

Author:
clay

Field Summary
 
Fields inherited from class at.spardat.xma.page.DialogPage
statusBar, statusBarComposite
 
Fields inherited from class at.spardat.xma.page.PageClient
composite
 
Constructor Summary
OrderSearchForm(at.spardat.xma.component.ComponentClient component)
          Constructs the OrderSearchForm.
OrderSearchForm(at.spardat.xma.component.ComponentClient component, org.eclipse.swt.widgets.Shell parentShell)
          Constructs the OrderSearchForm.
OrderSearchForm(at.spardat.xma.page.PageClient parent)
          Constructs the OrderSearchForm.
 
Method Summary
protected  void enter()
          This method will be called every time the OrderSearchForm becomes visible.
protected  void selectCustomerWEvent()
          This method will be called every time the user clicks on selectCustomerW.
 
Methods inherited from class org.openxma.dsl.reference.xma.order.client.OrderSearchFormGen
attachUIImpl, clientEvent, createModels, createWidgets, findOrder, getHelpUri, getTypedComponent, getTypeId, getWidgets, getWModels, hasModels, removeWidgetModels, removeWidgets, selectOrder, setWidgets, setWModels, stateChanged
 
Methods inherited from class at.spardat.xma.page.DialogPage
clearError, clearInfo, clearValidationErrorImpl, clearWarning, close, closeCancel, closeOK, createComposite, getDialog, getDialogTitle, getErrorCount, getExitstatus, getFocusControl, getShell, hasValidationError, initGUI, invoke, isVisible, overrideErrorsFromModel, removeWidgetsBase, setError, setFocus, setFocusControl, setInfo, setRerunStateChanched, setValidationErrorImpl, setWarning, stateChangedBase, updateErrorStatus
 
Methods inherited from class at.spardat.xma.page.PageClient
activatePage, addChild, attachUI, clientEventBase, detachUI, determineState, determineStateBase, enterBase, getComponent, getComposite, getContextString, getCurrentEvent, getDialogPage, getExtend, getHelpUriBase, getParent, helpEvent, insertLangInFilename, isEventsEnabled, isNew, isUIAttached, launch, launchExtern, launchRelative, leave, leaveBase, newRemoteCall, removeChild, removeModel, rpcFinished, serverEvent, setContextString, setDialog, setEditable, setError, setEventsEnabled, setExtend, setId, setNew, setValidationErrorImpl, showException, showMessage, 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
 
Methods inherited from interface at.spardat.xma.boot.component.IXMAControl
enterBase, getComposite, leaveBase, removeModel
 
Methods inherited from interface at.spardat.xma.page.IEmbeddable
determineStateBase, getContextString, setDialog, setEventsEnabled, stateChangedBaseImpl, stateChangedExtend
 
Methods inherited from interface at.spardat.xma.boot.component.IXMAControl
enterBase, getComposite, leaveBase, removeModel
 

Constructor Detail

OrderSearchForm

public OrderSearchForm(at.spardat.xma.page.PageClient parent)
Constructs the OrderSearchForm.

Parameters:
parent - the parent page

OrderSearchForm

public OrderSearchForm(at.spardat.xma.component.ComponentClient component)
Constructs the OrderSearchForm.

Parameters:
component - the component this page belongs to

OrderSearchForm

public OrderSearchForm(at.spardat.xma.component.ComponentClient component,
                       org.eclipse.swt.widgets.Shell parentShell)
Constructs the OrderSearchForm.

Parameters:
component - the component this page belongs to
parentShell - the shell of the calling dialog
Method Detail

enter

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

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

selectCustomerWEvent

protected void selectCustomerWEvent()
This method will be called every time the user clicks on selectCustomerW.

Specified by:
selectCustomerWEvent in class OrderSearchFormGen


Copyright © 2010. All Rights Reserved.