|
|
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 |
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 |
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 Detail |
CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess)
CATJWACPage(CATDialog iParent, String iName, String iCtrlName, CATJWACProcess iProcess, String xmlDlgModel)
CATJWACPage()
Method Detail |
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()The Show page notification
CATNotification getHideNotification()The Hide page notification
CATNotification getOKNotification()The OK notification
CATNotification getCancelNotification()The Cancel notification
CATNotification getApplyNotification()The Apply notification
CATNotification getNextNotification()The Next notification
CATNotification getPreviousNotification()The Previous notification
CATNotification getFinishNotification()The Finish notification
void onOK(CATDialog iDialog, CATNotification iNotification, Object iData)Dispatching notifications
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()