class: ViewItemDetailsUI

public class: ViewItemDetailsUI
Author: : Tobias Schraut, created 26.09.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:54; Modified: 16.07.2009 15:33:54;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {124CE82D-0B03-4d37-A180-66B3A308F9E4}
UI for creating the details section of a pubitem to be used in the ViewItemMediumUI.
 

Goto: Custom Properties, Fields, Methods

See also: HTMLElementUI, InternationalizationHelper

Appears in: viewItemMediumComponents

Connections
 
Custom Properties
 
ViewItemDetailsUI Attributes
Attribute Details
private ResourceBundle
  bundleLabel
Initial: ResourceBundle.getBundle(i18nHelper.getSelectedLabelBundle())
Notes: ... and set the refering resource bundle
private HTMLElementUI
  htmlElement
Initial: new HTMLElementUI()
private InternationalizationHelper
  i18nHelper
Initial: (InternationalizationHelper)FacesContext.getCurrentInstance() .getApplication().getVariableResolver().resolveVariable(FacesContext.getCurrentInstance(), InternationalizationHelper.BEAN_NAME)
Notes: get the selected language...
private HtmlGraphicImage
  image
private PubItemVO
  pubItem
 
ViewItemDetailsUI Methods
Operation Details
private
getPublishingInfo():String
Sequential
Notes: Returns the formatted Publishing Info according to filled elements
@return String the formatted Publishing Info
protected
initialize(
   PubItemVO pubItemVO):void
Sequential
Notes: Initializes the UI and sets all attributes of the GUI components.
public
processRestoreState(
   FacesContext context,
   Object state):void
Sequential
public
processSaveState(
   FacesContext context):Object
Sequential
public
ViewItemDetailsUI():
Sequential
public
ViewItemDetailsUI(
   PubItemVO pubItemVO):
Sequential
Notes: Public constructor.