|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectqx.core.Object
qx.util.fsm.Transition
public class Transition
Create a new possible transition from one state to another.
Constructor Summary | |
---|---|
Transition()
|
|
Transition(java.lang.String transitionName)
|
|
Transition(java.lang.String transitionName,
java.lang.Object transitionInfo)
|
Method Summary | |
---|---|
java.lang.Object |
getAutoActionsAfterOntransition()
Returns the (computed) value of the property autoActionsAfterOntransition . |
java.lang.Object |
getAutoActionsBeforeOntransition()
Returns the (computed) value of the property autoActionsBeforeOntransition . |
java.lang.String |
getName()
Returns the (computed) value of the property name . |
java.lang.Object |
getNextState()
Returns the (computed) value of the property nextState . |
java.lang.Object |
getOntransition()
Returns the (computed) value of the property ontransition . |
java.lang.Object |
getPredicate()
Returns the (computed) value of the property predicate . |
void |
initAutoActionsAfterOntransition(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property autoActionsAfterOntransition
with the default value defined by the class developer. |
void |
initAutoActionsBeforeOntransition(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property autoActionsBeforeOntransition
with the default value defined by the class developer. |
void |
initName(java.lang.String arg)
Calls the apply method and dispatches the change event of the property name
with the default value defined by the class developer. |
void |
initNextState(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property nextState
with the default value defined by the class developer. |
void |
initOntransition(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property ontransition
with the default value defined by the class developer. |
void |
initPredicate(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property predicate
with the default value defined by the class developer. |
void |
resetAutoActionsAfterOntransition()
Resets the user value of the property autoActionsAfterOntransition . |
void |
resetAutoActionsBeforeOntransition()
Resets the user value of the property autoActionsBeforeOntransition . |
void |
resetName()
Resets the user value of the property name . |
void |
resetNextState()
Resets the user value of the property nextState . |
void |
resetOntransition()
Resets the user value of the property ontransition . |
void |
resetPredicate()
Resets the user value of the property predicate . |
void |
setAutoActionsAfterOntransition(java.lang.Object arg)
Sets the user value of the property autoActionsAfterOntransition . |
void |
setAutoActionsBeforeOntransition(java.lang.Object arg)
Sets the user value of the property autoActionsBeforeOntransition . |
void |
setName(java.lang.String arg)
Sets the user value of the property name . |
void |
setNextState(java.lang.Object arg)
Sets the user value of the property nextState . |
void |
setOntransition(java.lang.Object arg)
Sets the user value of the property ontransition . |
void |
setPredicate(java.lang.Object arg)
Sets the user value of the property predicate . |
Methods inherited from class qx.core.Object |
---|
_disposeFields, _disposeObjectDeep, _disposeObjects, base, dispose, get, getDisposed, isDisposed, reset, self, set, toHashCode, toString_ |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Transition()
public Transition(java.lang.String transitionName)
public Transition(java.lang.String transitionName, java.lang.Object transitionInfo)
Method Detail |
---|
public java.lang.Object getAutoActionsAfterOntransition()
Returns the (computed) value of the property autoActionsAfterOntransition
.
For further details take a look at the property definition: autoActionsAfterOntransition
.
public java.lang.Object getAutoActionsBeforeOntransition()
Returns the (computed) value of the property autoActionsBeforeOntransition
.
For further details take a look at the property definition: autoActionsBeforeOntransition
.
public java.lang.String getName()
Returns the (computed) value of the property name
.
For further details take a look at the property definition: name
.
public java.lang.Object getNextState()
Returns the (computed) value of the property nextState
.
For further details take a look at the property definition: nextState
.
public java.lang.Object getOntransition()
Returns the (computed) value of the property ontransition
.
For further details take a look at the property definition: ontransition
.
public java.lang.Object getPredicate()
Returns the (computed) value of the property predicate
.
For further details take a look at the property definition: predicate
.
public void initAutoActionsAfterOntransition(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property autoActionsAfterOntransition
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: autoActionsAfterOntransition
.
public void initAutoActionsBeforeOntransition(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property autoActionsBeforeOntransition
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: autoActionsBeforeOntransition
.
public void initName(java.lang.String arg)
Calls the apply method and dispatches the change event of the property name
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: name
.
public void initNextState(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property nextState
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: nextState
.
public void initOntransition(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property ontransition
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: ontransition
.
public void initPredicate(java.lang.Object arg)
Calls the apply method and dispatches the change event of the property predicate
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: predicate
.
public void resetAutoActionsAfterOntransition()
Resets the user value of the property autoActionsAfterOntransition
.
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: autoActionsAfterOntransition
.
public void resetAutoActionsBeforeOntransition()
Resets the user value of the property autoActionsBeforeOntransition
.
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: autoActionsBeforeOntransition
.
public void resetName()
Resets the user value of the property name
.
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: name
.
public void resetNextState()
Resets the user value of the property nextState
.
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: nextState
.
public void resetOntransition()
Resets the user value of the property ontransition
.
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: ontransition
.
public void resetPredicate()
Resets the user value of the property predicate
.
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: predicate
.
public void setAutoActionsAfterOntransition(java.lang.Object arg)
Sets the user value of the property autoActionsAfterOntransition
.
For further details take a look at the property definition: autoActionsAfterOntransition
.
public void setAutoActionsBeforeOntransition(java.lang.Object arg)
Sets the user value of the property autoActionsBeforeOntransition
.
For further details take a look at the property definition: autoActionsBeforeOntransition
.
public void setName(java.lang.String arg)
Sets the user value of the property name
.
For further details take a look at the property definition: name
.
public void setNextState(java.lang.Object arg)
Sets the user value of the property nextState
.
For further details take a look at the property definition: nextState
.
public void setOntransition(java.lang.Object arg)
Sets the user value of the property ontransition
.
For further details take a look at the property definition: ontransition
.
public void setPredicate(java.lang.Object arg)
Sets the user value of the property predicate
.
For further details take a look at the property definition: predicate
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |