Uses of Class
com.jaxfront.core.xui.BehaviourDefinition

Packages that use BehaviourDefinition
com.jaxfront.core.xui   
 

Uses of BehaviourDefinition in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui that return BehaviourDefinition
 BehaviourDefinition XUIDefinition.getBehaviour()
          Returns informations about the behaviour of a component
 

Methods in com.jaxfront.core.xui with parameters of type BehaviourDefinition
 void BehaviourDefinition.update(BehaviourDefinition behaviourDefinition)
           
 

Constructors in com.jaxfront.core.xui with parameters of type BehaviourDefinition
BehaviourDefinition(XUIDefinition xuiDefinition, BehaviourDefinition behaviourDefinition)
          Creates a BehavourDefinition for the given XUIDefintion based on another BehaviourDefinition