class: ItemList

public class: ItemList
Author: : Thomas Diebäcker, created 29.08.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:32:34; Modified: 16.07.2009 15:32:34;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {4A41B4FC-0E77-4f5c-82C0-7A1B729C0AB1}
Fragment class for lists of items.
 

Goto: Custom Properties, Fields, Methods

Extends: FacesBean

See also: DepositorWS, FacesBean, QAWS, RevisionList, SearchResultList

Appears in: itemList

Connections
 
Custom Properties
 
ItemList Attributes
Attribute Details
public static const String
  BEAN_NAME
Initial: "itemListItemList"
private static Logger
  logger
Initial: Logger.getLogger(ItemList.class)
annotations=@SuppressWarnings("unused")
private HtmlPanelGroup
  panDynamicItemList
Initial: new HtmlPanelGroup()
Notes: panels for dynamic components
 
ItemList Methods
Operation Details
private
createTestItem(
   String titleValue):PubItemVOWrapper
Sequential
Notes: Creates an item for testing purpose.
@return a new test item
public
getPanDynamicItemList():HtmlPanelGroup
Sequential
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
ItemList():
Sequential
Notes: This is just for testing purpose!
public
setPanDynamicItemList(
   HtmlPanelGroup panDynamicItemList):void
Sequential