class: FileUI

public class: FileUI
Author: : Tobias Schraut, created 10.01.2007
Project: Phase: 1.0; Status: Proposed; Version: : $Revision: 1850 $ $LastChangedDate: 2008-12-17 1; Complexity: 1
Dates: Created: 16.07.2009 15:33:57; Modified: 16.07.2009 15:33:57;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {7F18FAE8-F0BA-4c2d-A132-601EE034914E}
UI component for listing files in the view item page.
 

Goto: Custom Properties, Fields, Methods

Appears in: ui

Custom Properties
 
FileUI Attributes
Attribute Details
private HtmlCommandButton
  btnDownload
Initial: new HtmlCommandButton()
private HtmlOutputText
  emptySpace
Initial: new HtmlOutputText()
private HtmlOutputText
  lblFileCitation
Initial: new HtmlOutputText()
private HtmlOutputText
  lblFileDescription
Initial: new HtmlOutputText()
private HtmlCommandLink
  lnkName
Initial: new HtmlCommandLink()
private HtmlPanelGrid
  panGrid
Initial: new HtmlPanelGrid()
private UIParameter
  param
Initial: new UIParameter()
private HtmlOutputText
  valFileCitation
Initial: new HtmlOutputText()
private HtmlOutputText
  valFileContentType
Initial: new HtmlOutputText()
private HtmlOutputText
  valFileDescription
Initial: new HtmlOutputText()
private HtmlOutputText
  valFileSize
Initial: new HtmlOutputText()
private HtmlOutputText
  valFileVisibility
Initial: new HtmlOutputText()
 
FileUI Methods
Operation Details
public
FileUI(
   FileVO file,
   int position):
Sequential
Notes: Public constructor. Initializes the UI.
public
getUIComponent():UIComponent
Sequential
protected
initialize(
   FileVO file,
   int position):void
Sequential
Notes: Initializes the UI and sets all attributes of the GUI components.