class: ViewReleasePanelUI

public class: ViewReleasePanelUI
Author: : Thomas Diebäcker, created 12.10.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1891 $ $LastChangedDate: 2008-12-23 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:51; Modified: 16.07.2009 15:32:51;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4C42DB96-EAE9-478b-9FF0-81AD70DB029A}
ContainerPanelUI for keeping ViewCollectionUIs.
 

Goto: Custom Properties, Fields, Methods

Extends: ContainerPanelUI

See also: ContainerPanelUI

Appears in: ui

Connections
 
Custom Properties
 
ViewReleasePanelUI Attributes
Attribute Details
private static const Logger
  logger
Initial: Logger.getLogger(ViewReleasePanelUI.class)
annotations=@SuppressWarnings("unused")
private HtmlPanelGroup
  panViewItemPanelControls
Initial: new HtmlPanelGroup()
Notes: item list controls
private VersionHistoryEntryVO
  pubItemVersionVO
Initial: null
private UIParameter
  version
Initial: new UIParameter()
private HtmlCommandLink
  viewItemLink
Initial: new HtmlCommandLink()
private HtmlOutputText
  viewItemText
Initial: new HtmlOutputText()
 
ViewReleasePanelUI Methods
Operation Details
protected
getViewItemSessionBean():ViewItemSessionBean
Sequential
Notes: Returns the ViewItemSessionBean.
@return a reference to the scoped data bean (ViewItemSessionBean)
public
processAction(
   ActionEvent event):void
Sequential
Notes: Action handler for user actions.
@param ActionEvent event
public
processValueChange(
   ValueChangeEvent arg0):void
Sequential
Tags: throws=AbortProcessingException
public
viewItem(
   String itemID):String
Sequential
Notes: View the selected item.
@return string, identifying the page that should be navigated to after this methodcall
public
viewRelease():String
Sequential
Notes: View the selected item.
@return string, identifying the page that should be navigated to after this methodcall
public
ViewReleasePanelUI(
   PubItemVersionVOWrapper pubItemVersionVOWrapper,
   ReleaseListUI releaseListUI,
   int position):
Sequential
Notes: Public constructor.