C# Class Open.Core.Lists.ListTreeBackController

A controller for attaching a 'Back' and 'Home' button to a ListTree.
Inheritance: ControllerBase
Mostrar archivo Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Private Properties

Property Type Description
FadeBackMask void
OnBackClick void
OnPropertyChanged void

Public Methods

Method Description
ListTreeBackController ( ListTreeView listTree, jQueryObject backButton, jQueryObject backMask ) : jQueryApi

Constructor.

Protected Methods

Method Description
OnDisposed ( ) : void

Private Methods

Method Description
FadeBackMask ( ) : void
OnBackClick ( jQueryApi.jQueryEvent e ) : void
OnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

ListTreeBackController() public method

Constructor.
public ListTreeBackController ( ListTreeView listTree, jQueryObject backButton, jQueryObject backMask ) : jQueryApi
listTree ListTreeView The list tree under control.
backButton jQueryObject The back button.
backMask jQueryObject The mask which causes the back-button to look like a back button.
return jQueryApi

OnDisposed() protected method

protected OnDisposed ( ) : void
return void