C# Класс Fluqi.Utilities.jAnimation.Options

Наследование: Core.Options
Показать файл Открыть проект

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

Метод Описание
Finish ( ) : Animation

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

Options ( Animation ani, string caller ) : System

Constructor

SetDisabled ( ) : Options

Turns off the animation

SetDuration ( Core speed ) : Options

The duration the effect should play for.

SetDuration ( int duration ) : Options

The duration the effect should play for (in milliseconds).

SetDuration ( string duration ) : Options

The duration the effect should play for.

SetEasing ( Core easing ) : Options

The easing effect to use when showing/hiding.

SetEasing ( string easing ) : Options

The easing effect to use when showing/hiding.

SetEffect ( Core animation ) : Options

The effect to use when showing/hiding.

SetEffect ( string effect ) : Options

The effect to use when showing/hiding.

SetJSON ( string json ) : Options

Sets the effects as a JSON object

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

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

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

GetAnimationScriptOption ( ) : Core.ScriptOption

Gets a script option defining the Animation options (this is exposed as the Animation control is used in other controls).

GetAnimationScriptOption ( bool asChild ) : Core.ScriptOption

Gets a script option defining the Animation options (this is exposed as the Animation control is used in other controls).

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 options 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

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

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

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

Gets a script option defining the Animation options (this is exposed as the Animation control is used in other controls).
protected GetAnimationScriptOption ( ) : Core.ScriptOption
Результат Core.ScriptOption

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

Gets a script option defining the Animation options (this is exposed as the Animation control is used in other controls).
protected GetAnimationScriptOption ( bool asChild ) : Core.ScriptOption
asChild bool Flags that this option should be added a child
Результат Core.ScriptOption

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

Constructor
public Options ( Animation ani, string caller ) : System
ani Animation Animation object to define options for
caller string caller
Результат System

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

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

Turns off the animation
public SetDisabled ( ) : Options
Результат Options

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

The duration the effect should play for.
public SetDuration ( Core speed ) : Options
speed Core Duration enum to use.
Результат Options

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

The duration the effect should play for (in milliseconds).
public SetDuration ( int duration ) : Options
duration int Duration (milliseconds) to use.
Результат Options

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

The duration the effect should play for.
public SetDuration ( string duration ) : Options
duration string Duration to use, can be milliseconds, or "fast", "slow" or "normal".
Результат Options

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

The easing effect to use when showing/hiding.
public SetEasing ( Core easing ) : Options
easing Core Easing enum to use
Результат Options

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

The easing effect to use when showing/hiding.
public SetEasing ( string easing ) : Options
easing string Easing name to use
Результат Options

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

The effect to use when showing/hiding.
public SetEffect ( Core animation ) : Options
animation Core Effect enum to use
Результат Options

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

The effect to use when showing/hiding.
public SetEffect ( string effect ) : Options
effect string Effect as a string to use
Результат Options

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

Sets the effects as a JSON object
public SetJSON ( string json ) : Options
json string JSON object to use
Результат Options