C# Класс Fluqi.Models.SpinnerModel

Takes all the Initial Settings defined on the view and configures the control accordingly. Also displays the JavaScript and C# required to make the jQuery UI control do what we want For instance on the DatePicker screen we can change the "ShowAnim" setting to "Explode" this class takes what the model tells us and would then configure the DatePicker (or whatever control we're looking at).
Note all the files in this project are for demo purposes and certainly aren't "best practice" by any stretch of the imagination.
Наследование: BaseModel
Показать файл Открыть проект

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

Метод Описание
CSharpCode ( Fluqi.Widget.jSpinner.Spinner spin ) : string
ConfigureSpinner ( Fluqi.Widget.jSpinner.Spinner spin ) : void
JavaScriptCode ( Fluqi.Widget.jSpinner.Spinner spin ) : string
SpinnerModel ( ) : System

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

Метод Описание
OptionsCSharpCode ( ) : string
ShowEventsCSharpCode ( ) : string

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

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

public CSharpCode ( Fluqi.Widget.jSpinner.Spinner spin ) : string
spin Fluqi.Widget.jSpinner.Spinner
Результат string

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

public ConfigureSpinner ( Fluqi.Widget.jSpinner.Spinner spin ) : void
spin Fluqi.Widget.jSpinner.Spinner
Результат void

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

public JavaScriptCode ( Fluqi.Widget.jSpinner.Spinner spin ) : string
spin Fluqi.Widget.jSpinner.Spinner
Результат string

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

protected OptionsCSharpCode ( ) : string
Результат string

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

protected ShowEventsCSharpCode ( ) : string
Результат string

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

public SpinnerModel ( ) : System
Результат System