Uses of Interface
com.jaxfront.core.xui.XUITypes

Packages that use XUITypes
com.jaxfront.core.type   
com.jaxfront.core.xpath   
com.jaxfront.core.xui   
 

Uses of XUITypes in com.jaxfront.core.type
 

Classes in com.jaxfront.core.type that implement XUITypes
 class AbstractCompositeType
          This class represents an abstract Composite Type.
 class AbstractListType
          This class represents an abstract list type.
 class AbstractType
          This class represents an abstract JAXFront type.
 class ComplexGroup
          This class represents a ComplexGroup which is a JAXFront type.
 class ComplexGroupList
          This class represents a ComplexGroupList which is JAXFront type.
 class EmptyType
          This class represents a null marker for an empty JAXFront type.
 class SimpleGroup
          This class represents a SimpleGroup which is a JAXFront type.
 class SimpleGroupList
          This class represents a SimpleGroupList which is JAXFront type.
 class SimpleType
          This class represents a SimpleType which is a always a leaf node of the under- lying XML Schema.
 class SimpleTypeList
          This class represents a SimpleTypeList which is JAXFront type.
 

Uses of XUITypes in com.jaxfront.core.xpath
 

Classes in com.jaxfront.core.xpath that implement XUITypes
 class DummyXPathRootType
           
 

Uses of XUITypes in com.jaxfront.core.xui
 

Subinterfaces of XUITypes in com.jaxfront.core.xui
 interface XUIElementPaths
           
 

Classes in com.jaxfront.core.xui that implement XUITypes
 class AbstractXUIElement
          A XUIElement represents a component entry in the XUI document.
 class BehaviourDefinition
          The BehaviourDefinition encapsulate the behaviour of a XUI component.
 class GlobalDefinition
          Holds all global definitions declared for a XUI.
 class ListInfo
          Defines the style of the visual representation of a list type.
 class SearchDefinition
          This class represents a search definition according to a XUI file of which it holds the definition of search filters, page size, query and result.
 class StyleDefinition
          The StyleDefinition encapsulate all graphical layout definitions of a XUI component.
 class TableInfo
          Defines the style of list type where all items in the list gets represented in a JTable.
 class XUIDefinition
          The XUIDefinition is the container for all information regarding xui customization.