This section provides information about XEO Web Components (XWC the visual layer of the XEO Framework. You'll find information about the components provided by XEO, you'll also find tutorials and reference material about how to create your own component or how to create a plugin to an existing component.You can find the following content in this section:
The XEO Framework includes a set of pre-defined components to accelerate the programer's job. There are two types of components, the ones that can be used freely and the ones that are binded to XEO objects.
The components binded to XEO Models are designated XEO Components and the not-binded are XVW Components (there are XVW components which can be binded to XEO Models, but it's not a requirement).
As explained before, XEO Components are typically binded to a XEO Object and there are several categories of components
In form components, input components can be used to the gather input from a user
AttributeBase- Base component from which all component inherit their properties
A list of Java code snippets regarding common operations with the Java API of Web Components ( read more)
How to create a custom component a use it in a viewer.( read more)
It's possible to have messages for the various components/viewers localized in multiple languages, the procedure on how to achieve that is described in the I18N page.
XEO Web Components that extend the XUIOutput component can have a value change listener, i.e. a method will be invoked whenever the value of the component changes ( read more).
Viewer Events are a mechanism that allow you to interact at the Java Bean level in the various parts of a viewer life-cycle ( read more)
Instead of creating a full web component, you can also create a component plugin to change some of the default behavior of the component ( read more)
The following table summarizes the list of libraries/frameworks used in the XEO Framework (including a description and a link to the project site). Go to the page.
No permission to view TWiki.WebTopBar