C# Class System.Html.OutputElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb

Private Properties

Property Type Description
OutputElement System.Runtime.CompilerServices

Public Methods

Method Description
AddEventListener ( OutputElementEvents type, Action listener ) : void
AddEventListener ( OutputElementEvents type, Action listener, bool capture ) : void
AddEventListener ( OutputElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( OutputElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( OutputElementEvents type, IEventListener listener ) : void
AddEventListener ( OutputElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
CheckValidity ( ) : bool
RemoveEventListener ( OutputElementEvents type, Action listener ) : void
RemoveEventListener ( OutputElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( OutputElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( OutputElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( OutputElementEvents type, IEventListener listener ) : void
RemoveEventListener ( OutputElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
SetCustomValidity ( string error ) : void

Private Methods

Method Description
OutputElement ( ) : System.Runtime.CompilerServices

Method Details

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, Action listener ) : void
type OutputElementEvents
listener Action
return void

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, Action listener, bool capture ) : void
type OutputElementEvents
listener Action
capture bool
return void

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, HtmlEventHandler listener ) : void
type OutputElementEvents
listener HtmlEventHandler
return void

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, HtmlEventHandler listener, bool capture ) : void
type OutputElementEvents
listener HtmlEventHandler
capture bool
return void

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type OutputElementEvents
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type OutputElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, IEventListener listener ) : void
type OutputElementEvents
listener IEventListener
return void

AddEventListener() public method

public AddEventListener ( OutputElementEvents type, IEventListener listener, bool capture ) : void
type OutputElementEvents
listener IEventListener
capture bool
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

AddEventListener() public method

public AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

CheckValidity() public method

public CheckValidity ( ) : bool
return bool

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, Action listener ) : void
type OutputElementEvents
listener Action
return void

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, Action listener, bool capture ) : void
type OutputElementEvents
listener Action
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, HtmlEventHandler listener ) : void
type OutputElementEvents
listener HtmlEventHandler
return void

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, HtmlEventHandler listener, bool capture ) : void
type OutputElementEvents
listener HtmlEventHandler
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
type OutputElementEvents
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type OutputElementEvents
listener HtmlEventHandlerWithTarget
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, IEventListener listener ) : void
type OutputElementEvents
listener IEventListener
return void

RemoveEventListener() public method

public RemoveEventListener ( OutputElementEvents type, IEventListener listener, bool capture ) : void
type OutputElementEvents
listener IEventListener
capture bool
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
type string
listener HtmlEventHandlerWithTarget
return void

RemoveEventListener() public method

public RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
type string
listener HtmlEventHandlerWithTarget
capture bool
return void

SetCustomValidity() public method

public SetCustomValidity ( string error ) : void
error string
return void