class: AffiliationDetail

public class: AffiliationDetail
Author: : Hugo Niedermaier, created 24.07.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:21; Modified: 16.07.2009 15:33:21;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7DD69EF6-C4B4-459a-9C92-7202800B7F05}
Class for the AffiliationDetail Page. This class holds the AffiliationVO to be displayed in the AffiliationDetail Page.
 

Goto: Custom Properties, Fields, Methods

See also: AffiliationDetailUI, HTMLElementUI

Appears in: search

Connections
 
Custom Properties
 
AffiliationDetail Attributes
Attribute Details
private AffiliationDetailUI
  affiliationDetailUI
private AffiliationVO
  affiliationVO
public static const String
  BEAN_NAME
Initial: "AffiliationDetail"
private HTMLElementUI
  htmlElement
Initial: new HTMLElementUI()
private HtmlPanelGroup
  panDetail
Initial: new HtmlPanelGroup()
private HtmlPanelGroup
  panelAffiliationDetail
Initial: new HtmlPanelGroup()
private boolean
  renderDetails
Initial: false
private HtmlOutputText
  txtName
Initial: new HtmlOutputText()
 
AffiliationDetail Methods
Operation Details
public
AffiliationDetail():
Sequential
Notes: Public constructor.
public
getAffiliationVO():AffiliationVO
Sequential
public
getPanelAffiliationDetail():HtmlPanelGroup
Sequential
public
getRenderDetails():boolean
Sequential
public
setAffiliationVO(
   AffiliationVO affiliationVO):void
Sequential
public
setPanelAffiliationDetail(
   HtmlPanelGroup panelAffiliationDetail):void
Sequential
public
setRenderDetails(
   boolean renderDetails):void
Sequential
public
toggleDetails():String
Sequential