C# Class System.Html.InputElement

Inheritance: Element
Show file Open project: Saltarelle/SaltarelleWeb Class Usage Examples

Private Properties

Property Type Description
InputElement System.IO

Public Methods

Method Description
AddEventListener ( InputElementEvents type, Action listener ) : void
AddEventListener ( InputElementEvents type, Action listener, bool capture ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandler listener ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandler listener, bool capture ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
AddEventListener ( InputElementEvents type, IEventListener listener ) : void
AddEventListener ( InputElementEvents type, IEventListener listener, bool capture ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
AddEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
CheckValidity ( ) : bool
OpenDirectoryPicker ( ) : void
RemoveEventListener ( InputElementEvents type, Action listener ) : void
RemoveEventListener ( InputElementEvents type, Action listener, bool capture ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandler listener ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandler listener, bool capture ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( InputElementEvents type, HtmlEventHandlerWithTarget listener, bool capture ) : void
RemoveEventListener ( InputElementEvents type, IEventListener listener ) : void
RemoveEventListener ( InputElementEvents type, IEventListener listener, bool capture ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener ) : void
RemoveEventListener ( string type, HtmlEventHandlerWithTarget listener, bool capture ) : void
Select ( ) : void
SetCustomValidity ( string error ) : void
SetSelectionRange ( int start, int end ) : void
SetSelectionRange ( int start, int end, string direction ) : void
StepDown ( ) : void
StepDown ( int n ) : void
StepUp ( ) : void
StepUp ( int n ) : void

Private Methods

Method Description
InputElement ( ) : System.IO

Method Details

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

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

AddEventListener() public method

public AddEventListener ( InputElementEvents type, IEventListener listener, bool capture ) : void
type InputElementEvents
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

OpenDirectoryPicker() public method

public OpenDirectoryPicker ( ) : void
return void

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

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

RemoveEventListener() public method

public RemoveEventListener ( InputElementEvents type, IEventListener listener, bool capture ) : void
type InputElementEvents
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

Select() public method

public Select ( ) : void
return void

SetCustomValidity() public method

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

SetSelectionRange() public method

public SetSelectionRange ( int start, int end ) : void
start int
end int
return void

SetSelectionRange() public method

public SetSelectionRange ( int start, int end, string direction ) : void
start int
end int
direction string
return void

StepDown() public method

public StepDown ( ) : void
return void

StepDown() public method

public StepDown ( int n ) : void
n int
return void

StepUp() public method

public StepUp ( ) : void
return void

StepUp() public method

public StepUp ( int n ) : void
n int
return void