n2n Page Rocket 1 API

n2n\impl\web\ui\view\html

­Html­Properties

HtmlProperties

Property summary

Modifier and Type Property
protected prependedAttributes
protected attributes
protected contentHtmlProperties
protected serverPushDirectives

Methods summary

Modifier and Type Method
public __construct ( )
public setContentHtmlProperties ( HtmlProperties|null contentHtmlProperties )
public HtmlProperties|null getContentHtmlProperties ( )
public set ( string name , UiComponent value , bool prepend = false )
public push ( string name , UiComponent value , bool prepend = false )
public add ( string name , string key , UiComponent value , bool prepend = false )
public remove ( string name )
public removeKey ( unknown name , unknown key )
public boolean containsName ( string name )
public hasKey ( unknown name , unknown key )
public Attributes [] getAttributesCollection ( )
public array fetchUiComponentHtmlSnipplets ( string keys )
public fetchHtmlSnipplets ( array keys )
public out ( OutputBuffer contentBuffer , BuildContext buildContext )
public isEmpty ( )
public validateForResponse ( )
public registerLibrary ( Library library )
public addServerPushDirective ( ServerPushDirective serverPushDirective )
public ServerPushDirective [] getServerPushDirectives ( )
public registerId ( unknown id )
public Form getForm ( )
public setForm ( Form form = null )
public merge ( HtmlProperties htmlProperties )

Properties in detail

Methods in detail