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

Packages that use XUIDefinition
com.jaxfront.core.dom   
com.jaxfront.core.type   
com.jaxfront.core.xpath   
com.jaxfront.core.xui   
 

Uses of XUIDefinition in com.jaxfront.core.dom
 

Methods in com.jaxfront.core.dom that return XUIDefinition
 XUIDefinition Document.removeXUIDefinition(Type type)
           
 

Uses of XUIDefinition in com.jaxfront.core.type
 

Methods in com.jaxfront.core.type that return XUIDefinition
 XUIDefinition VirtualType.getXUIDefinition()
          Gets the current XUI definition.
 XUIDefinition Type.getXUIDefinition()
          Gets the current XUI definition.
 XUIDefinition EmptyType.getXUIDefinition()
           
 XUIDefinition AbstractType.getXUIDefinition()
          Gets the current XUI definition.
 XUIDefinition VirtualType.getXUIDefinition(boolean lazyInitialization)
           
 XUIDefinition Type.getXUIDefinition(boolean create)
          Gets the current XUI definition saying if a xui definition should be initialized lazy if it does not exist.
 XUIDefinition AbstractType.getXUIDefinition(boolean create)
           
 XUIDefinition AbstractType.getXUIDefinition(boolean create, boolean isReleasing)
           
 

Methods in com.jaxfront.core.type with parameters of type XUIDefinition
 void VirtualType.setUIDefinition(XUIDefinition uiDefinition)
          Sets a XUI definition to this type.
 void Type.setUIDefinition(XUIDefinition uiDefinition)
          Sets a XUI definition to this type.
 void AbstractType.setUIDefinition(XUIDefinition uiDefinition)
          Sets a XUI definition to this type.
 

Uses of XUIDefinition in com.jaxfront.core.xpath
 

Methods in com.jaxfront.core.xpath that return XUIDefinition
 XUIDefinition XPathDummyChoiceTypeWrapper.getXUIDefinition()
           
 XUIDefinition DummyXPathRootType.getXUIDefinition()
           
 XUIDefinition XPathDummyChoiceTypeWrapper.getXUIDefinition(boolean create)
           
 XUIDefinition DummyXPathRootType.getXUIDefinition(boolean lazyInit)
           
 

Methods in com.jaxfront.core.xpath with parameters of type XUIDefinition
 void XPathDummyChoiceTypeWrapper.setUIDefinition(XUIDefinition uiDefinition)
           
 

Uses of XUIDefinition in com.jaxfront.core.xui
 

Methods in com.jaxfront.core.xui with parameters of type XUIDefinition
 void XUIDefinition.reinitialize(XUIDefinition xuiDefinition)
          Reinitialize the xui definition with an other xui definition. param Type xuiType
 void XUIDefinition.update(XUIDefinition xuiDefinition)
          Reinitialize the xui definition with an other xui definition. param Type xuiType
 

Constructors in com.jaxfront.core.xui with parameters of type XUIDefinition
BehaviourDefinition(XUIDefinition xuiDefinition, BehaviourDefinition behaviourDefinition)
          Creates a BehavourDefinition for the given XUIDefintion based on another BehaviourDefinition
BehaviourDefinition(XUIDefinition xuiDefinition, Type xuiType)
          Creates a BehavourDefinition for the given XUIDefintion based on information provided by the xuiType
StyleDefinition(XUIDefinition xuiDefinition, StyleDefinition styleDefinition)
          Creates a StyleDefinition for the given XUIDefintion based on an other StyleDefinition.
StyleDefinition(XUIDefinition xuiDefinition, Type xuiType)
          Creates a StyleDefinition for the given XUIDefintion based on information provided by the xuiType