C# Class System.Html.TableElement

Inheritance: Element
Afficher le fichier Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Свойство Type Description
TableElement System.Runtime.CompilerServices

Méthodes publiques

Méthode Description
AddEventListener ( TableElementEvents type, Action listener ) : void
AddEventListener ( TableElementEvents type, Action listener, bool capture ) : void
AddEventListener ( TableElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( TableElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( TableElementEvents type, IEventListener listener ) : void
AddEventListener ( TableElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
CreateCaption ( ) : Element
CreateTBody ( ) : Element
CreateTFoot ( ) : Element
CreateTHead ( ) : Element
DeleteCaption ( ) : void
DeleteRow ( int index ) : void
DeleteTFoot ( ) : void
DeleteTHead ( ) : void
InsertRow ( ) : Element
InsertRow ( int index ) : Element
RemoveEventListener ( TableElementEvents type, Action listener ) : void
RemoveEventListener ( TableElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( TableElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( TableElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( TableElementEvents type, IEventListener listener ) : void
RemoveEventListener ( TableElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void

Private Methods

Méthode Description
TableElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, Action listener ) : void
type TableElementEvents
listener Action
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, Action listener, bool capture ) : void
type TableElementEvents
listener Action
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, HtmlEventHandler listener ) : void
type TableElementEvents
listener HtmlEventHandler
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, HtmlEventHandler listener, bool capture ) : void
type TableElementEvents
listener HtmlEventHandler
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type TableElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TableElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, IEventListener listener ) : void
type TableElementEvents
listener IEventListener
Résultat void

AddEventListener() public méthode

public AddEventListener ( TableElementEvents type, IEventListener listener, bool capture ) : void
type TableElementEvents
listener IEventListener
capture bool
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

AddEventListener() public méthode

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

CreateCaption() public méthode

public CreateCaption ( ) : Element
Résultat Element

CreateTBody() public méthode

public CreateTBody ( ) : Element
Résultat Element

CreateTFoot() public méthode

public CreateTFoot ( ) : Element
Résultat Element

CreateTHead() public méthode

public CreateTHead ( ) : Element
Résultat Element

DeleteCaption() public méthode

public DeleteCaption ( ) : void
Résultat void

DeleteRow() public méthode

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

DeleteTFoot() public méthode

public DeleteTFoot ( ) : void
Résultat void

DeleteTHead() public méthode

public DeleteTHead ( ) : void
Résultat void

InsertRow() public méthode

public InsertRow ( ) : Element
Résultat Element

InsertRow() public méthode

public InsertRow ( int index ) : Element
index int
Résultat Element

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, Action listener ) : void
type TableElementEvents
listener Action
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, Action listener, bool capture ) : void
type TableElementEvents
listener Action
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, HtmlEventHandler listener ) : void
type TableElementEvents
listener HtmlEventHandler
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, HtmlEventHandler listener, bool capture ) : void
type TableElementEvents
listener HtmlEventHandler
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type TableElementEvents
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type TableElementEvents
listener HtmlEventHandlerWithTarget
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, IEventListener listener ) : void
type TableElementEvents
listener IEventListener
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( TableElementEvents type, IEventListener listener, bool capture ) : void
type TableElementEvents
listener IEventListener
capture bool
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
Résultat void

RemoveEventListener() public méthode

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
Résultat void