qx.ui.animation
Class MAnimation

java.lang.Object
  extended by qx.ui.animation.MAnimation

public class MAnimation
extends java.lang.Object

Fading support for widgets

This mixin supports fading in and out of widgets. It can be included in any sub class of Widget. To enable this feature for all widgets use:

  qx.Class.include(qx.ui.core.Widget, qx.ui.animation.MAnimation);


Constructor Summary
MAnimation()
           
 
Method Summary
 void _applyFadeMax(java.lang.Object value, java.lang.Object old)
           
 java.lang.Object _applyFadeSteps(java.lang.Object value, java.lang.Object old)
           
 java.lang.Object _applyFadeTime(java.lang.Object value, java.lang.Object old)
           
 void _applyFadeUnit(java.lang.Object value, java.lang.Object old)
           
 java.lang.Object _computeFadeOpacity()
           
 void _onInterval(Event e)
           
 void fadeIn(java.lang.Object vSteps, java.lang.Object vTime)
           
 void fadeOut(java.lang.Object vSteps, java.lang.Object vTime)
           
 java.lang.Integer getFadeCounter()
          Returns the (computed) value of the property fadeCounter.
 java.lang.Integer getFadeInterval()
          Returns the (computed) value of the property fadeInterval.
 java.lang.Integer getFadeMax()
          Returns the (computed) value of the property fadeMax.
 java.lang.Integer getFadeSteps()
          Returns the (computed) value of the property fadeSteps.
 java.lang.Integer getFadeTime()
          Returns the (computed) value of the property fadeTime.
 java.lang.Object getFadeTimer()
           
 java.lang.Integer getFadeUnit()
          Returns the (computed) value of the property fadeUnit.
 void initFadeCounter(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property fadeCounter with the default value defined by the class developer.
 void initFadeInterval(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property fadeInterval with the default value defined by the class developer.
 void initFadeMax(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property fadeMax with the default value defined by the class developer.
 void initFadeSteps(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property fadeSteps with the default value defined by the class developer.
 void initFadeTime(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property fadeTime with the default value defined by the class developer.
 void initFadeUnit(java.lang.Integer arg)
          Calls the apply method and dispatches the change event of the property fadeUnit with the default value defined by the class developer.
 void resetFadeCounter()
          Resets the user value of the property fadeCounter.
 void resetFadeInterval()
          Resets the user value of the property fadeInterval.
 void resetFadeMax()
          Resets the user value of the property fadeMax.
 void resetFader()
           
 void resetFadeSteps()
          Resets the user value of the property fadeSteps.
 void resetFadeTime()
          Resets the user value of the property fadeTime.
 void resetFadeUnit()
          Resets the user value of the property fadeUnit.
 void setFadeCounter(java.lang.Integer arg)
          Sets the user value of the property fadeCounter.
 void setFadeInterval(java.lang.Integer arg)
          Sets the user value of the property fadeInterval.
 void setFadeMax(java.lang.Integer arg)
          Sets the user value of the property fadeMax.
 void setFadeSteps(java.lang.Integer arg)
          Sets the user value of the property fadeSteps.
 void setFadeTime(java.lang.Integer arg)
          Sets the user value of the property fadeTime.
 void setFadeUnit(java.lang.Integer arg)
          Sets the user value of the property fadeUnit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MAnimation

public MAnimation()
Method Detail

_applyFadeMax

public void _applyFadeMax(java.lang.Object value,
                          java.lang.Object old)

_applyFadeSteps

public java.lang.Object _applyFadeSteps(java.lang.Object value,
                                        java.lang.Object old)

_applyFadeTime

public java.lang.Object _applyFadeTime(java.lang.Object value,
                                       java.lang.Object old)

_applyFadeUnit

public void _applyFadeUnit(java.lang.Object value,
                           java.lang.Object old)

_computeFadeOpacity

public java.lang.Object _computeFadeOpacity()

_onInterval

public void _onInterval(Event e)

fadeIn

public void fadeIn(java.lang.Object vSteps,
                   java.lang.Object vTime)

fadeOut

public void fadeOut(java.lang.Object vSteps,
                    java.lang.Object vTime)

getFadeCounter

public java.lang.Integer getFadeCounter()

Returns the (computed) value of the property fadeCounter.

For further details take a look at the property definition: fadeCounter.


getFadeInterval

public java.lang.Integer getFadeInterval()

Returns the (computed) value of the property fadeInterval.

For further details take a look at the property definition: fadeInterval.


getFadeMax

public java.lang.Integer getFadeMax()

Returns the (computed) value of the property fadeMax.

For further details take a look at the property definition: fadeMax.


getFadeSteps

public java.lang.Integer getFadeSteps()

Returns the (computed) value of the property fadeSteps.

For further details take a look at the property definition: fadeSteps.


getFadeTime

public java.lang.Integer getFadeTime()

Returns the (computed) value of the property fadeTime.

For further details take a look at the property definition: fadeTime.


getFadeTimer

public java.lang.Object getFadeTimer()

getFadeUnit

public java.lang.Integer getFadeUnit()

Returns the (computed) value of the property fadeUnit.

For further details take a look at the property definition: fadeUnit.


initFadeCounter

public void initFadeCounter(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property fadeCounter with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: fadeCounter.


initFadeInterval

public void initFadeInterval(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property fadeInterval with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: fadeInterval.


initFadeMax

public void initFadeMax(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property fadeMax with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: fadeMax.


initFadeSteps

public void initFadeSteps(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property fadeSteps with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: fadeSteps.


initFadeTime

public void initFadeTime(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property fadeTime with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: fadeTime.


initFadeUnit

public void initFadeUnit(java.lang.Integer arg)

Calls the apply method and dispatches the change event of the property fadeUnit with the default value defined by the class developer. This function can only be called from the constructor of a class.

For further details take a look at the property definition: fadeUnit.


resetFadeCounter

public void resetFadeCounter()

Resets the user value of the property fadeCounter.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: fadeCounter.


resetFadeInterval

public void resetFadeInterval()

Resets the user value of the property fadeInterval.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: fadeInterval.


resetFadeMax

public void resetFadeMax()

Resets the user value of the property fadeMax.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: fadeMax.


resetFader

public void resetFader()

resetFadeSteps

public void resetFadeSteps()

Resets the user value of the property fadeSteps.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: fadeSteps.


resetFadeTime

public void resetFadeTime()

Resets the user value of the property fadeTime.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: fadeTime.


resetFadeUnit

public void resetFadeUnit()

Resets the user value of the property fadeUnit.

The computed value falls back to the next available value e.g. appearance, init or inheritance value depeneding on the property configuration and value availability.

For further details take a look at the property definition: fadeUnit.


setFadeCounter

public void setFadeCounter(java.lang.Integer arg)

Sets the user value of the property fadeCounter.

For further details take a look at the property definition: fadeCounter.


setFadeInterval

public void setFadeInterval(java.lang.Integer arg)

Sets the user value of the property fadeInterval.

For further details take a look at the property definition: fadeInterval.


setFadeMax

public void setFadeMax(java.lang.Integer arg)

Sets the user value of the property fadeMax.

For further details take a look at the property definition: fadeMax.


setFadeSteps

public void setFadeSteps(java.lang.Integer arg)

Sets the user value of the property fadeSteps.

For further details take a look at the property definition: fadeSteps.


setFadeTime

public void setFadeTime(java.lang.Integer arg)

Sets the user value of the property fadeTime.

For further details take a look at the property definition: fadeTime.


setFadeUnit

public void setFadeUnit(java.lang.Integer arg)

Sets the user value of the property fadeUnit.

For further details take a look at the property definition: fadeUnit.



Copyright © 2008 1&1. All Rights Reserved.