class: ViewItemFullPage

public class: ViewItemFullPage
Author: Tobias Schraut, created 03.09.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 2349 $ $LastChangedDate: 2009-03-11 1; Complexity: 1
Dates: Created: 16.07.2009 15:34:23; Modified: 16.07.2009 15:34:23;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {259046D2-323F-4005-9860-1A1BC2C6DC51}
Backing bean for ViewItemFullPage.jsp (for viewing items in a full context).
 

Goto: Custom Properties, Fields, Methods

Extends: BreadcrumbPage

See also: BreadcrumbPage

Appears in: pubman

Connections
 
Custom Properties
 
ViewItemFullPage Attributes
Attribute Details
public static const String
  GT_VIEW_ITEM_FULL_PAGE
Initial: "GTViewItemFullPage.jsp"
Notes: The referring GUI Tool Page
private static Logger
  logger
Initial: Logger.getLogger(ViewItemFullPage.class)
 
ViewItemFullPage Methods
Operation Details
protected
getCommonSessionBean():CommonSessionBean
Sequential
Notes: Returns the CommonSessionBean.
@return a reference to the scoped data bean (CommonSessionBean)
protected
getViewItemSessionBean():ViewItemSessionBean
Sequential
Notes: Returns the ViewItemSessionBean.
@return a reference to the scoped data bean (ViewItemSessionBean)
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
isItemSpecific():boolean
Sequential
Tags: annotations=@Override
protected
redirectToGUITool():String
Sequential
Notes: Redirets to the referring GUI Tool page.
@return a navigation string
public
ViewItemFullPage():
Sequential
Notes: Public constructor.