C# Class LayoutFarm.HtmlWidgets.ListView

Inheritance: HtmlWidgetBase
Afficher le fichier Open project: prepare/HTML-Renderer

Méthodes publiques

Méthode 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 méthode

public AddItem ( ListItem ui ) : void
ui ListItem
Résultat void

ClearItems() public méthode

public ClearItems ( ) : void
Résultat void

GetItem() public méthode

public GetItem ( int index ) : ListItem
index int
Résultat ListItem

GetPresentationDomNode() public méthode

public GetPresentationDomNode ( WebDom htmldoc ) : WebDom.DomElement
htmldoc WebDom
Résultat WebDom.DomElement

ListView() public méthode

public ListView ( int w, int h ) : System
w int
h int
Résultat System

Remove() public méthode

public Remove ( ListItem item ) : void
item ListItem
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void