Operation |
Details |
public AffiliationTreePage(): |
Sequential Notes: | Construct a new Page bean instance. | |
protected getCommonSessionBean():CommonSessionBean |
Sequential Notes: | Returns the CommonSessionBean. @return a reference to the scoped data bean (CommonSessionBean) | |
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. Customize this method to acquire resources that will be needed for event handlers and lifecycle methods, whether or not this page is performing post back processing. Note that, if the current request is a postback, the property values of the components do <strong>not</strong> represent any values submitted with this request. Instead, they represent the property values that were saved for this view when it was rendered. | |
public isItemSpecific():boolean |
Sequential Tags: | annotations=@Override
| |
protected redirectToGUITool():String |
Sequential Notes: | Redirets to the referring GUI Tool page. @return a navigation string | |