Operation |
Details |
public processAction( ActionEvent event):void |
Sequential Notes: | Action handler for user actions. @param ActionEvent event | |
public processRestoreState( FacesContext context, Object state):void |
Sequential |
public processSaveState( FacesContext context):Object |
Sequential |
public processValueChange( ValueChangeEvent event):void |
Sequential Notes: | ValueChange handler for checkBoxes. @param ValueChangeEvent event | |
public setSelected( boolean selected):void |
Sequential |
public showAsViewItemMedium():void |
Sequential Notes: | Show the current item directly in medium view and stores this value in the wrapper. | |
public showAsViewItemShort():void |
Sequential Notes: | Show the current item directly in short view and stores this value in the wrapper. | |
public showItem():void |
Sequential Notes: | Shows the panel in the view that is stored in the corresponding PubItemVOWrapper. With this method you can create the panel newly but keep the old view that is stored in the wrapper. | |
public ViewItemPanelUI(): |
Sequential |
public ViewItemPanelUI( PubItemVOWrapper pubItemVOWrapper, String actionMethodForTitleLink): |
Sequential Notes: | Public constructor. | |