class: ViewItemEventUI

public class: ViewItemEventUI
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:55; Modified: 16.07.2009 15:33:55;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {177A3791-FBFC-442c-BC0F-9629D10552ED}
UI for creating the event 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
 
ViewItemEventUI 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
 
ViewItemEventUI Methods
Operation Details
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
ViewItemEventUI():
Sequential
public
ViewItemEventUI(
   PubItemVO pubItemVO):
Sequential
Notes: Public constructor.