C# Класс Fluqi.Widget.jSelectMenu.Events

A set of properties to apply to a set of jQuery UI SelectMenu.
Наследование: Core.Options
Показать файл Открыть проект

Открытые методы

Метод Описание
Events ( SelectMenu selectMenu ) : System

Constructor

Finish ( ) : SelectMenu

Used to flag that configuration of Events has finished, and returns the SelectMenu object so we can continue defining attributes.

SetChangeEvent ( string changeEvent ) : Events

Triggered when the control changes.

SetCloseEvent ( string closeEvent ) : Events

Triggered when the control is closed.

SetCreateEvent ( string createEvent ) : Events

Triggered when the control is created.

SetFocusEvent ( string focusEvent ) : Events

Triggered when the control gains focus or when any menu item is activated.

SetOpenEvent ( string openEvent ) : Events

Triggered when the control item is opened.

SetSelectEvent ( string selectEvent ) : Events

Triggered when an item is selected.

Защищенные методы

Метод Описание
DiscoverOptions ( Core options ) : void

Builds up a set of events the control can use (i.e. jQuery UI control supports). Which is then used in rendering the JavaScript required to initialise the control properties.

Reset ( ) : void

Resets all the control properties back to their default settings (i.e. the defaults as documented by jQuery UI library

Описание методов

DiscoverOptions() защищенный Метод

Builds up a set of events the control can use (i.e. jQuery UI control supports). Which is then used in rendering the JavaScript required to initialise the control properties.
protected DiscoverOptions ( Core options ) : void
options Core Collection to add the identified options to
Результат void

Events() публичный Метод

Constructor
public Events ( SelectMenu selectMenu ) : System
selectMenu SelectMenu SelectMenu object to configure events for
Результат System

Finish() публичный Метод

Used to flag that configuration of Events has finished, and returns the SelectMenu object so we can continue defining attributes.
public Finish ( ) : SelectMenu
Результат SelectMenu

Reset() защищенный Метод

Resets all the control properties back to their default settings (i.e. the defaults as documented by jQuery UI library
protected Reset ( ) : void
Результат void

SetChangeEvent() публичный Метод

Triggered when the control changes.
public SetChangeEvent ( string changeEvent ) : Events
changeEvent string
Результат Events

SetCloseEvent() публичный Метод

Triggered when the control is closed.
public SetCloseEvent ( string closeEvent ) : Events
closeEvent string
Результат Events

SetCreateEvent() публичный Метод

Triggered when the control is created.
public SetCreateEvent ( string createEvent ) : Events
createEvent string
Результат Events

SetFocusEvent() публичный Метод

Triggered when the control gains focus or when any menu item is activated.
public SetFocusEvent ( string focusEvent ) : Events
focusEvent string
Результат Events

SetOpenEvent() публичный Метод

Triggered when the control item is opened.
public SetOpenEvent ( string openEvent ) : Events
openEvent string
Результат Events

SetSelectEvent() публичный Метод

Triggered when an item is selected.
public SetSelectEvent ( string selectEvent ) : Events
selectEvent string
Результат Events