Package com.dassault_systemes.catjwebapplicationcomposer.catjwacruntime

   
Class CATJWACPage

 
Class Hierarchy
java.lang.Object
  |
  +-com.dassault_systemes.catjdialog.CATCallbackSource
        |
        +-com.dassault_systemes.catjdialog.CATDialog
              |
              +-com.dassault_systemes.catjdialog.CATUserDialog
                    |
                    +-com.dassault_systemes.catjwebapplicationcomposer.catjwacruntime.CATJWACPage
Class Location

Framework : CATJWebApplicationComposer

Module : CATJWACRuntime

Class Description

public class CATJWACPage

   All Implemented Interfaces:
CATJWACIDataProvider
Field Summary
CATWebPartFrame _mainWebPartFrame
CATWebPartFrame _actionWebPartFrame
CATFrame _mainFrame
CATFrame _actionFrame
CATButton _okButton
CATButton _cancelButton
CATButton _applyButton
CATButton _previousButton
CATButton _finishButton
CATFrame _buttonFrame
CATButton _nextButton
CATLabel _navigationBarTitle
String NO_BUTTON
String NEXT_CANCEL
String NEXT_FINISH_CANCEL
String PREVIOUS_NEXT_CANCEL
String PREVIOUS_FINISH_CANCEL
String PREVIOUS_NEXT_FINISH_CANCEL
String OK_CANCEL
String OK_APPLY_CANCEL
String FINISH_CANCEL
String STYLE_ATTRIBUTE
String NAME_ATTRIBUTE
String ACTION_ELEMENT

Constructor Summary
CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess)
CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess, String xmlDlgModel)
CATJWACPage()

Method Summary
Enumeration getMainFrameContent()
void setMainFrame(String iXMLDlgName)
CATFrame getMainFrame()
void addActionClick(String iName, String iBehaviorName)
void setTitle(String iTitle)
void setNavigationBarTitle(String iTitle)
String getTitle()
void addPageEventBehavior(String iBehaviorName, String iEventName)
void removeAction(String behaviorName)
void setNextPage(String iPageName)
String getNextPage()
void setStyle(String iStyle)
String getStyle()
CATNotification getShowNotification()
CATNotification getHideNotification()
CATNotification getOKNotification()
CATNotification getCancelNotification()
CATNotification getApplyNotification()
CATNotification getNextNotification()
CATNotification getPreviousNotification()
CATNotification getFinishNotification()
void onOK(CATDialog iDialog, CATNotification iNotification, Object iData)
void onCancel(CATDialog iDialog, CATNotification iNotification, Object iData)
void onApply(CATDialog iDialog, CATNotification iNotification, Object iData)
void onPrevious(CATDialog iDialog, CATNotification iNotification, Object iData)
void onNext(CATDialog iDialog, CATNotification iNotification, Object iData)
void onFinish(CATDialog iDialog, CATNotification iNotification, Object iData)
String[] getNotifications()
void addEventMap(String iBehaviorName, String iMethodName)
void addWidgetMap(String iWidgetName, String iFieldName)
String getMethodNameOnNotification(CATNotification notif)
void init(Object iController)
void dispose()
void cancelChangePageOperation(boolean state)
boolean changePageOperationAllowed()
Object getData(String iKey)
void setData(String iKey, Object iData)
CATJWACProcess getProcess()


Field Detail

_mainWebPartFrame

    CATWebPartFrame _mainWebPartFrame


_actionWebPartFrame

    CATWebPartFrame _actionWebPartFrame


_mainFrame

    CATFrame _mainFrame


_actionFrame

    CATFrame _actionFrame


_okButton

    CATButton _okButton


_cancelButton

    CATButton _cancelButton


_applyButton

    CATButton _applyButton


_previousButton

    CATButton _previousButton


_finishButton

    CATButton _finishButton


_buttonFrame

    CATFrame _buttonFrame


_nextButton

    CATButton _nextButton


_navigationBarTitle

    CATLabel _navigationBarTitle


NO_BUTTON

    String NO_BUTTON


NEXT_CANCEL

    String NEXT_CANCEL


NEXT_FINISH_CANCEL

    String NEXT_FINISH_CANCEL


PREVIOUS_NEXT_CANCEL

    String PREVIOUS_NEXT_CANCEL


PREVIOUS_FINISH_CANCEL

    String PREVIOUS_FINISH_CANCEL


PREVIOUS_NEXT_FINISH_CANCEL

    String PREVIOUS_NEXT_FINISH_CANCEL


OK_CANCEL

    String OK_CANCEL


OK_APPLY_CANCEL

    String OK_APPLY_CANCEL


FINISH_CANCEL

    String FINISH_CANCEL


STYLE_ATTRIBUTE

    String STYLE_ATTRIBUTE


NAME_ATTRIBUTE

    String NAME_ATTRIBUTE


ACTION_ELEMENT

    String ACTION_ELEMENT


Constructor Detail

CATJWACPage

    CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess)


CATJWACPage

    CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess, String xmlDlgModel)


CATJWACPage

    CATJWACPage()


Method Detail

getMainFrameContent

    Enumeration getMainFrameContent()


setMainFrame

    void setMainFrame(String iXMLDlgName)


getMainFrame

    CATFrame getMainFrame()


addActionClick

    void addActionClick(String iName, String iBehaviorName)


setTitle

    void setTitle(String iTitle)


setNavigationBarTitle

    void setNavigationBarTitle(String iTitle)


getTitle

    String getTitle()


addPageEventBehavior

    void addPageEventBehavior(String iBehaviorName, String iEventName)


removeAction

    void removeAction(String behaviorName)


setNextPage

    void setNextPage(String iPageName)


getNextPage

    String getNextPage()


setStyle

    void setStyle(String iStyle)


getStyle

    String getStyle()


getShowNotification

    CATNotification getShowNotification()

The Show page notification


getHideNotification

    CATNotification getHideNotification()

The Hide page notification


getOKNotification

    CATNotification getOKNotification()

The OK notification


getCancelNotification

    CATNotification getCancelNotification()

The Cancel notification


getApplyNotification

    CATNotification getApplyNotification()

The Apply notification


getNextNotification

    CATNotification getNextNotification()

The Next notification


getPreviousNotification

    CATNotification getPreviousNotification()

The Previous notification


getFinishNotification

    CATNotification getFinishNotification()

The Finish notification


onOK

    void onOK(CATDialog iDialog, CATNotification iNotification, Object iData)

Dispatching notifications


onCancel

    void onCancel(CATDialog iDialog, CATNotification iNotification, Object iData)


onApply

    void onApply(CATDialog iDialog, CATNotification iNotification, Object iData)


onPrevious

    void onPrevious(CATDialog iDialog, CATNotification iNotification, Object iData)


onNext

    void onNext(CATDialog iDialog, CATNotification iNotification, Object iData)


onFinish

    void onFinish(CATDialog iDialog, CATNotification iNotification, Object iData)


getNotifications

    String[] getNotifications()


addEventMap

    void addEventMap(String iBehaviorName, String iMethodName)


addWidgetMap

    void addWidgetMap(String iWidgetName, String iFieldName)


getMethodNameOnNotification

    String getMethodNameOnNotification(CATNotification notif)


init

    void init(Object iController)


dispose

    void dispose()


cancelChangePageOperation

    void cancelChangePageOperation(boolean state)


changePageOperationAllowed

    boolean changePageOperationAllowed()


getData

    Object getData(String iKey)


setData

    void setData(String iKey, Object iData)


getProcess

    CATJWACProcess getProcess()



Copyright © 2000, Dassault Systèmes. All rights reserved