class: ViewItemShortUI

public class: ViewItemShortUI
Author: : Tobias Schraut, created 30.08.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:59; Modified: 16.07.2009 15:33:59;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7750E94F-28E3-479d-A144-8BD4AE28CBB2}
UI for viewing items in a brief context.
 

Goto: Custom Properties, Fields, Methods

Extends: ContainerPanelUI

See also: HTMLElementUI, ContainerPanelUI

Appears in: ui

Connections
 
Custom Properties
 
ViewItemShortUI Attributes
Attribute Details
private HTMLElementUI
  htmlElement
Initial: new HTMLElementUI()
private static Logger
  logger
Initial: Logger.getLogger(ViewItemShortUI.class)
annotations=@SuppressWarnings("unused")
 
ViewItemShortUI Methods
Operation Details
private
displayDate(
   String date,
   String label,
   boolean empty):boolean
Sequential
private
getCreators(
   PubItemVO pubitemVo):String
Sequential
Notes: Distinguish between Persons and organization as creators and returns them formatted as string.
@return String the formatted creators
private
getFiles(
   PubItemVO pubitemVo):String
Sequential
Notes: This method examines the pubitem concerning its files and generates a display string for the page according to the number of files detected.
@return String the formatted String to display the occurencies of files
public
processRestoreState(
   FacesContext context,
   Object state):void
Sequential
Notes: For JSF 1.2.
public
processSaveState(
   FacesContext context):Object
Sequential
Notes: For JSF 1.2.
@return State object.
public
ViewItemShortUI():
Sequential
Notes: Default constructor.
public
ViewItemShortUI(
   PubItemVOWrapper pubItemVOWrapper):
Sequential
Notes: Public constructor.