Package com.jaxfront.core.xui

Interface Summary
CodeSet This interface defines the access to a CodeSet.
LayoutInfo Layout information for a special layout implementation rather than the default rendering mechanism.
NLSChangeListener  
XUIElementPaths  
XUITypes Defines the syntax vocabulary of the xui.xsd schema.
 

Class Summary
AbstractXUIElement A XUIElement represents a component entry in the XUI document.
BehaviourDefinition The BehaviourDefinition encapsulate the behaviour of a XUI component.
ButtonEnabling  
ColumnInfo A lineInfo holds information how to display a row/column within a JTable.
DefaultXUIPropertyInitializer  
FormLayoutInfo Holds all necessary layout information to create a table layout.
GlobalDefinition Holds all global definitions declared for a XUI.
ListInfo Defines the style of the visual representation of a list type.
NLS Defines a NLS Property set which holds all the translated values in the current language.
NLSChangeEvent  
PluginBean Holds all necessary information to create a Java Bean trough the java reflection API.
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.
SearchFilter This class represents a search filter for a JAXFront type as defined in a XUI file.
SearchResult This class holds information of how the search results need to be formatted and displayed as defined in a XUI file.
StyleDefinition The StyleDefinition encapsulate all graphical layout definitions of a XUI component.
TableCell Defines a single cell placed within a table layout holding a dimension (x,y) and a cell type.
TableInfo Defines the style of list type where all items in the list gets represented in a JTable.
XMLResourceCodeSetCreator Demonstrates how to implement your own codeSet resolver.
XUIDefinition The XUIDefinition is the container for all information regarding xui customization.
 

Exception Summary
PluginException Gets thrown if any error occurs during the instantiation of a PluginBean.