Operation |
Details |
public getDeleteConfirmation():String |
Sequential Notes: | Getters and Setters | |
protected getSessionBean():CommonSessionBean |
Sequential Notes: | Returns the CommonSessionBean. @return a reference to the scoped data bean (CommonSessionBean) | |
protected getViewItem():ViewItem |
Sequential Notes: | Returns a reference to the scoped data bean (the ViewItemBean). @return a reference to the scoped data bean | |
protected getViewItemSessionBean():ViewItemSessionBean |
Sequential Notes: | Returns a reference to the scoped data bean (the ViewItemSessionBean). @return a reference to the scoped data bean | |
public GTviewItemPage(): |
Sequential Notes: | Public constructor | |
public init():void |
Sequential Notes: | Callback method that is called whenever a page is navigated to, either directly via a URL, or indirectly via page navigation. | |
public setDeleteConfirmation( String deleteConfirmation):void |
Sequential |