Operation |
Details |
public changeContext():String |
Sequential Notes: | Called when the collection is changed. Creates a new list according to the new state. @return string, identifying the page that should be navigated to after this methodcall | |
public changeItemState():String |
Sequential Notes: | Called when the item state is changed. Creates a new list according to the new state. @return string, identifying the page that should be navigated to after this methodcall | |
public changeOU():String |
Sequential Notes: | Called when the organizational unit is changed. Creates a new list according to the new state. @return string, identifying the page that should be navigated to after this methodcall | |
protected createDynamicItemList2():void |
Sequential Notes: | Creates the panel newly according to the values in the FacesBean. | |
private createItemList( String newContextId, String newState, boolean initial):String |
Sequential Notes: | Creates a new itemList in the FacesBean and forces the UI component to create a new itemList. @param newItemState the new state @return string, identifying the page that should be navigated to after this methodcall | |
protected getApplicationBean():ApplicationBean |
Sequential Notes: | Returns the ApplicationBean. @return a reference to the scoped data bean (ApplicationBean) | |
public getCboContextMenu():HtmlSelectOneMenu |
Sequential |
public getCboItemStateMenu():HtmlSelectOneMenu |
Sequential |
protected getCollectionListSessionBean():ContextListSessionBean |
Sequential Notes: | Returns the ContextListSessionBean. @return a reference to the scoped data bean (ContextListSessionBean) | |
private getContextListSessionBean():ContextListSessionBean |
Sequential |
public getEnableNoItemMsg():boolean |
Sequential |
protected getItemListSessionBean():ItemListSessionBean |
Sequential Notes: | Returns the ItemListSessionBean. @return a reference to the scoped data bean (ItemListSessionBean) | |
public getSelectContextList():SelectItem |
Sequential |
public getSelectItemStateList():SelectItem |
Sequential |
protected getSessionBean():QAWSSessionBean |
Sequential Notes: | Returns the QAWSSessionBean. @return a reference to the scoped data bean (QAWSSessionBean) | |
public init():void |
Sequential Notes: | Callback method that is called whenever a page containing this page fragment is navigated to, either directly via a URL, or indirectly via page navigation. | |
public initContextMenu():void |
Sequential |
public QAWS(): |
Sequential Notes: | Public constructor. | |
public setCboContextMenu( HtmlSelectOneMenu cboItemstate):void |
Sequential |
public setCboItemStateMenu( HtmlSelectOneMenu cboItemStateMenu):void |
Sequential |
public setEnableNoItemMsg( boolean enableNoItemMsg):void |
Sequential |
public setSelectItemStateList( SelectItem[] selectItemStateList):void |
Sequential |