C# Class LayoutFarm.CustomWidgets.HtmlBox

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

Private Properties

Свойство Type Description
ClearWaitingContent void
GetInputEventAdapter LayoutFarm.HtmlBoxes.HtmlInputEventAdapter
IEventPortal bool
IEventPortal void
IEventPortal void
IEventPortal void
SetHtmlContainerEventHandlers void

Méthodes publiques

Méthode Description
GetPrimaryRenderElement ( RootGraphic rootgfx ) : RenderElement
HtmlBox ( HtmlHost htmlHost, int width, int height ) : System
LoadHtmlDom ( HtmlDocument htmldoc ) : void
LoadHtmlFragmentString ( string fragmentHtmlString ) : void
LoadHtmlString ( string htmlString ) : void
PerformContentLayout ( ) : void
SetViewport ( int x, int y ) : void
Walk ( UIVisitor visitor ) : void

Méthodes protégées

Méthode Description
OnContentLayout ( ) : void
OnKeyUp ( UIKeyEventArgs e ) : void

Private Methods

Méthode Description
ClearWaitingContent ( ) : void
GetInputEventAdapter ( ) : HtmlInputEventAdapter
IEventPortal ( UIKeyEventArgs e ) : bool
IEventPortal ( UIFocusEventArgs e ) : void
IEventPortal ( UIKeyEventArgs e ) : void
IEventPortal ( UIMouseEventArgs e ) : void
SetHtmlContainerEventHandlers ( ) : void

Method Details

GetPrimaryRenderElement() public méthode

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

HtmlBox() public méthode

public HtmlBox ( HtmlHost htmlHost, int width, int height ) : System
htmlHost LayoutFarm.HtmlBoxes.HtmlHost
width int
height int
Résultat System

LoadHtmlDom() public méthode

public LoadHtmlDom ( HtmlDocument htmldoc ) : void
htmldoc LayoutFarm.Composers.HtmlDocument
Résultat void

LoadHtmlFragmentString() public méthode

public LoadHtmlFragmentString ( string fragmentHtmlString ) : void
fragmentHtmlString string
Résultat void

LoadHtmlString() public méthode

public LoadHtmlString ( string htmlString ) : void
htmlString string
Résultat void

OnContentLayout() protected méthode

protected OnContentLayout ( ) : void
Résultat void

OnKeyUp() protected méthode

protected OnKeyUp ( UIKeyEventArgs e ) : void
e LayoutFarm.UI.UIKeyEventArgs
Résultat void

PerformContentLayout() public méthode

public PerformContentLayout ( ) : 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