C# Class LayoutFarm.HtmlWidgets.ListView

Inheritance: HtmlWidgetBase
Datei anzeigen Open project: prepare/HTML-Renderer

Public Methods

Method Description
AddItem ( ListItem ui ) : void
ClearItems ( ) : void
GetItem ( int index ) : ListItem
GetPresentationDomNode ( WebDom htmldoc ) : WebDom.DomElement
ListView ( int w, int h ) : System
Remove ( ListItem item ) : void
RemoveAt ( int index ) : void

Method Details

AddItem() public method

public AddItem ( ListItem ui ) : void
ui ListItem
return void

ClearItems() public method

public ClearItems ( ) : void
return void

GetItem() public method

public GetItem ( int index ) : ListItem
index int
return ListItem

GetPresentationDomNode() public method

public GetPresentationDomNode ( WebDom htmldoc ) : WebDom.DomElement
htmldoc WebDom
return WebDom.DomElement

ListView() public method

public ListView ( int w, int h ) : System
w int
h int
return System

Remove() public method

public Remove ( ListItem item ) : void
item ListItem
return void

RemoveAt() public method

public RemoveAt ( int index ) : void
index int
return void