|
|
|||||
| 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 |
| 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 |
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 Detail |
CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess)
CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess, String xmlDlgModel)
CATJWACPage()
| Method Detail |
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)