C# Class Open.Core.ViewFocus

Inheritance: ModelBase, IFocus
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
Apply ( ) : bool
Blur ( ) : bool
ViewFocus ( ViewBase view, jQueryObject element ) : System

Protected Methods

Method Description
OnDisposed ( ) : void

Private Methods

Method Description
FireGotFocus ( ) : void
FireLostFocus ( ) : void
HandleFocusChanged ( bool gotFocus ) : void
HandleIsEnabledChanged ( object sender, EventArgs e ) : void
SyncTabIndexOnHtml ( ) : void
SyncTabIndexOnHtml ( int value ) : void

Method Details

Apply() public method

public Apply ( ) : bool
return bool

Blur() public method

public Blur ( ) : bool
return bool

OnDisposed() protected method

protected OnDisposed ( ) : void
return void

ViewFocus() public method

public ViewFocus ( ViewBase view, jQueryObject element ) : System
view ViewBase
element jQueryObject
return System