C# Class LayoutFarm.CustomWidgets.ListView

Inheritance: LayoutFarm.UI.UIBox
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
AddItem ( ListItem ui ) : void
ClearItems ( ) : void
EnsureSelectedItemVisible ( ) : void
GetItem ( int index ) : ListItem
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
ListView ( int width, int height ) : System
Remove ( ListItem item ) : void
RemoveAt ( int index ) : void
ScrollToSelectedItem ( ) : void
SetViewport ( int x, int y ) : void
Walk ( UIVisitor visitor ) : void
panel_MouseDoubleClick ( object sender, UIMouseEventArgs e ) : void
panel_MouseDown ( object sender, UIMouseEventArgs e ) : void
simpleBox_KeyDown ( object sender, UIKeyEventArgs e ) : void

Méthodes protégées

Méthode Description
OnContentLayout ( ) : void
OnMouseDown ( UIMouseEventArgs e ) : void
OnMouseUp ( UIMouseEventArgs e ) : 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

EnsureSelectedItemVisible() public méthode

public EnsureSelectedItemVisible ( ) : void
Résultat void

GetItem() public méthode

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

GetPrimaryRenderElement() public méthode

public GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
rootgfx RootGraphic
Résultat RenderElement

ListView() public méthode

public ListView ( int width, int height ) : System
width int
height int
Résultat System

OnContentLayout() protected méthode

protected OnContentLayout ( ) : void
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( UIMouseEventArgs e ) : void
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

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

ScrollToSelectedItem() public méthode

public ScrollToSelectedItem ( ) : void
Résultat void

SetViewport() public méthode

public SetViewport ( int x, int y ) : void
x int
y int
Résultat void

Walk() public méthode

public Walk ( UIVisitor visitor ) : void
visitor LayoutFarm.UI.UIVisitor
Résultat void

panel_MouseDoubleClick() public méthode

public panel_MouseDoubleClick ( object sender, UIMouseEventArgs e ) : void
sender object
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

panel_MouseDown() public méthode

public panel_MouseDown ( object sender, UIMouseEventArgs e ) : void
sender object
e LayoutFarm.UI.UIMouseEventArgs
Résultat void

simpleBox_KeyDown() public méthode

public simpleBox_KeyDown ( object sender, UIKeyEventArgs e ) : void
sender object
e LayoutFarm.UI.UIKeyEventArgs
Résultat void