Operation |
Details |
public getSelectMultipleItemOptions():SelectItem |
Sequential |
public getSelectMultipleItems():String |
Sequential |
public getSelectSortBy():String |
Sequential |
public getSelectSortByOptions():SelectItem |
Sequential |
public isSortOrderAscending():boolean |
Sequential |
public ListControlSessionBean(): |
Sequential |
public mediumButtonAction():String |
Sequential Notes: | Navigation method to be called after the mediumButtonPressed actionListener. Handles the internal model update and leads navigation back to redisplay the current view. @return null | |
public mediumButtonPressed( ActionEvent event):void |
Sequential Notes: | ActionListener method which will be invoked, when the mediumButton has been pressed. | |
private processModelAndDisplayUpdate():void |
Sequential |
public processSelectMultipleItemsChanged( ValueChangeEvent event):void |
Sequential |
public processSelectSortByChanged( ValueChangeEvent event):void |
Sequential |
public processValueChange( ValueChangeEvent event):void |
Sequential Tags: | throws=AbortProcessingException
| Notes: | Process ValueChangeEvent derived from PaginatorControlSessionBean | |
public setSelectMultipleItems( String selectMultipleItems):void |
Sequential |
public setSelectSortBy( String selectSortBy):void |
Sequential |
public setSortOrderAscending( boolean sortOrderAscending):void |
Sequential |
public shortButtonAction():String |
Sequential Notes: | Navigation method to be called after the shortButtonPressed actionListener. Handles the internal model update and leads navigation back to redisplay the current view. @return null | |
public shortButtonPressed( ActionEvent event):void |
Sequential Notes: | ActionListener method which will be invoked, when the shortButton has been pressed. | |
public sortButtonAction():String |
Sequential Notes: | Navigation method to be called after the sortButtonPressed actionListener. Handles the internal model update and leads navigation back to redisplay the current view. @return null | |
public sortButtonPressed( ActionEvent event):void |
Sequential Notes: | ActionListener method which will be invoked, when the sortButton has been pressed. | |