class: HTMLElementUI

public class: HTMLElementUI
Author: : Tobias Schraut, created 06.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:35; Modified: 16.07.2009 15:33:35;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {2AC83938-833F-49c8-BBC3-FEA66DFD4B04}
UI class for generating unescaped common HTML elements.
 

Goto: Custom Properties, Fields, Methods

See also: ViewReleaseUI, AffiliationDetailUI, AffiliationDetail, CollapsiblePanelUI, ContainerPanelUI, UIPaginatorControl, ViewItemBasicsUI, ViewItemDetailsUI, ViewItemEventUI, ViewItemFileUI, ViewItemSourceUI, ViewItemPanelUI, ViewItemShortUI

Appears in: ui

Connections
 
Custom Properties
 
HTMLElementUI Attributes
Attribute Details
private HtmlOutputText
  text
 
HTMLElementUI Methods
Operation Details
public
getEndTag(
   String elementName):HtmlOutputText
Sequential
Notes: Generates the desired unescaped HTML end Tag (e.g. </div>).
@return HtmlOutputText a HtmlOutputText component which contains the unescaped tag
public
getStartTag(
   String elementName):HtmlOutputText
Sequential
Notes: Shortcut for the method getStartTag(String elementName, String styleClass, String id) without having to provide a styleclass or an id.
@author Thomas Diebaecker
@return a HtmlOutputText component which contains the unescaped tag
private
getStartTag(
   String elementName,
   String styleClass,
   String id):HtmlOutputText
Sequential
Notes: Generates the desired unescaped HTML start Tag (e.g. <div>).
@return HtmlOutputText a HtmlOutputText component which contains the unescaped tag
public
getStartTagWithID(
   String elementName,
   String id):HtmlOutputText
Sequential
Notes: Shortcut for the method getStartTag(String elementName, String styleClass, String id) without having to provide a style class.
@author Thomas Diebaecker
@return a HtmlOutputText component which contains the unescaped tag
public
getStartTagWithStyleClass(
   String elementName,
   String styleClass):HtmlOutputText
Sequential
Notes: Shortcut for the method getStartTag(String elementName, String styleClass, String id) without having to provide an id.
@author Thomas Diebaecker
@return a HtmlOutputText component which contains the unescaped tag
public
HTMLElementUI():
Sequential
Notes: Public constructor.