|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.ui.animation.MAnimation
public class MAnimation
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 |
---|
public MAnimation()
Method Detail |
---|
public void _applyFadeMax(java.lang.Object value, java.lang.Object old)
public java.lang.Object _applyFadeSteps(java.lang.Object value, java.lang.Object old)
public java.lang.Object _applyFadeTime(java.lang.Object value, java.lang.Object old)
public void _applyFadeUnit(java.lang.Object value, java.lang.Object old)
public java.lang.Object _computeFadeOpacity()
public void _onInterval(Event e)
public void fadeIn(java.lang.Object vSteps, java.lang.Object vTime)
public void fadeOut(java.lang.Object vSteps, java.lang.Object vTime)
public java.lang.Integer getFadeCounter()
Returns the (computed) value of the property fadeCounter
.
For further details take a look at the property definition: fadeCounter
.
public java.lang.Integer getFadeInterval()
Returns the (computed) value of the property fadeInterval
.
For further details take a look at the property definition: fadeInterval
.
public java.lang.Integer getFadeMax()
Returns the (computed) value of the property fadeMax
.
For further details take a look at the property definition: fadeMax
.
public java.lang.Integer getFadeSteps()
Returns the (computed) value of the property fadeSteps
.
For further details take a look at the property definition: fadeSteps
.
public java.lang.Integer getFadeTime()
Returns the (computed) value of the property fadeTime
.
For further details take a look at the property definition: fadeTime
.
public java.lang.Object getFadeTimer()
public java.lang.Integer getFadeUnit()
Returns the (computed) value of the property fadeUnit
.
For further details take a look at the property definition: fadeUnit
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
public void resetFader()
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
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
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |