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
public CATFrame _actionFrame
public CATWebPartFrame _actionWebPartFrame
public CATButton _applyButton
public CATFrame _buttonFrame
public CATButton _cancelButton
public CATButton _finishButton
public CATFrame _mainFrame
public CATWebPartFrame _mainWebPartFrame
public CATLabel _navigationBarTitle
public CATButton _nextButton
public CATButton _okButton
public CATButton _previousButton
public static final String ACTION_ELEMENT
public static final String FINISH_CANCEL
public static final String NAME_ATTRIBUTE
public static final String NEXT_CANCEL
public static final String NEXT_FINISH_CANCEL
public static final String NO_BUTTON
public static final String OK_APPLY_CANCEL
public static final String OK_CANCEL
public static final String PREVIOUS_FINISH_CANCEL
public static final String PREVIOUS_NEXT_CANCEL
public static final String PREVIOUS_NEXT_FINISH_CANCEL
public static final String STYLE_ATTRIBUTE

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
public void addActionClick(String iName, String iBehaviorName)
public void addEventMap(String iBehaviorName, String iMethodName)
public void addPageEventBehavior(String iBehaviorName, String iEventName)
public void addWidgetMap(String iWidgetName, String iFieldName)
public void cancelChangePageOperation(boolean state)
public boolean changePageOperationAllowed()
public void dispose()
public CATNotification getApplyNotification()
The Apply notification
public CATNotification getCancelNotification()
The Cancel notification
public Object getData(String iKey)
public CATNotification getFinishNotification()
The Finish notification
public CATNotification getHideNotification()
The Hide page notification
protected CATFrame getMainFrame()
public Enumeration getMainFrameContent()
public String getMethodNameOnNotification(CATNotification notif)
public CATNotification getNextNotification()
The Next notification
public String getNextPage()
public String[] getNotifications()
public CATNotification getOKNotification()
The OK notification
public CATNotification getPreviousNotification()
The Previous notification
public CATJWACProcess getProcess()
public CATNotification getShowNotification()
The Show page notification
public String getStyle()
public String getTitle()
public void init(Object iController)
public void onApply(CATDialog iDialog, CATNotification iNotification, Object iData)
public void onCancel(CATDialog iDialog, CATNotification iNotification, Object iData)
public void onFinish(CATDialog iDialog, CATNotification iNotification, Object iData)
public void onNext(CATDialog iDialog, CATNotification iNotification, Object iData)
public void onOK(CATDialog iDialog, CATNotification iNotification, Object iData)
Dispatching notifications
public void onPrevious(CATDialog iDialog, CATNotification iNotification, Object iData)
public void removeAction(String behaviorName)
public void setData(String iKey, Object iData)
public void setMainFrame(String iXMLDlgName)
public void setNavigationBarTitle(String iTitle)
public void setNextPage(String iPageName)
public void setStyle(String iStyle)
public void setTitle(String iTitle)


Field Detail

_actionFrame

    public CATFrame _actionFrame


_actionWebPartFrame

    public CATWebPartFrame _actionWebPartFrame


_applyButton

    public CATButton _applyButton


_buttonFrame

    public CATFrame _buttonFrame


_cancelButton

    public CATButton _cancelButton


_finishButton

    public CATButton _finishButton


_mainFrame

    public CATFrame _mainFrame


_mainWebPartFrame

    public CATWebPartFrame _mainWebPartFrame


_navigationBarTitle

    public CATLabel _navigationBarTitle


_nextButton

    public CATButton _nextButton


_okButton

    public CATButton _okButton


_previousButton

    public CATButton _previousButton


ACTION_ELEMENT

    public static final String ACTION_ELEMENT


FINISH_CANCEL

    public static final String FINISH_CANCEL


NAME_ATTRIBUTE

    public static final String NAME_ATTRIBUTE


NEXT_CANCEL

    public static final String NEXT_CANCEL


NEXT_FINISH_CANCEL

    public static final String NEXT_FINISH_CANCEL


NO_BUTTON

    public static final String NO_BUTTON


OK_APPLY_CANCEL

    public static final String OK_APPLY_CANCEL


OK_CANCEL

    public static final String OK_CANCEL


PREVIOUS_FINISH_CANCEL

    public static final String PREVIOUS_FINISH_CANCEL


PREVIOUS_NEXT_CANCEL

    public static final String PREVIOUS_NEXT_CANCEL


PREVIOUS_NEXT_FINISH_CANCEL

    public static final String PREVIOUS_NEXT_FINISH_CANCEL


STYLE_ATTRIBUTE

    public static final String STYLE_ATTRIBUTE


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

addActionClick

    public void addActionClick(String iName, String iBehaviorName)


addEventMap

    public void addEventMap(String iBehaviorName, String iMethodName)


addPageEventBehavior

    public void addPageEventBehavior(String iBehaviorName, String iEventName)


addWidgetMap

    public void addWidgetMap(String iWidgetName, String iFieldName)


cancelChangePageOperation

    public void cancelChangePageOperation(boolean state)


changePageOperationAllowed

    public boolean changePageOperationAllowed()


dispose

    public void dispose()


getApplyNotification

    public CATNotification getApplyNotification()

The Apply notification


getCancelNotification

    public CATNotification getCancelNotification()

The Cancel notification


getData

    public Object getData(String iKey)


getFinishNotification

    public CATNotification getFinishNotification()

The Finish notification


getHideNotification

    public CATNotification getHideNotification()

The Hide page notification


getMainFrame

    protected CATFrame getMainFrame()


getMainFrameContent

    public Enumeration getMainFrameContent()


getMethodNameOnNotification

    public String getMethodNameOnNotification(CATNotification notif)


getNextNotification

    public CATNotification getNextNotification()

The Next notification


getNextPage

    public String getNextPage()


getNotifications

    public String[] getNotifications()


getOKNotification

    public CATNotification getOKNotification()

The OK notification


getPreviousNotification

    public CATNotification getPreviousNotification()

The Previous notification


getProcess

    public CATJWACProcess getProcess()


getShowNotification

    public CATNotification getShowNotification()

The Show page notification


getStyle

    public String getStyle()


getTitle

    public String getTitle()


init

    public void init(Object iController)


onApply

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


onCancel

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


onFinish

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


onNext

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


onOK

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

Dispatching notifications


onPrevious

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


removeAction

    public void removeAction(String behaviorName)


setData

    public void setData(String iKey, Object iData)


setMainFrame

    public void setMainFrame(String iXMLDlgName)


setNavigationBarTitle

    public void setNavigationBarTitle(String iTitle)


setNextPage

    public void setNextPage(String iPageName)


setStyle

    public void setStyle(String iStyle)


setTitle

    public void setTitle(String iTitle)



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