|
Class Summary |
| Accordion |
|
| AccordionMenu |
|
| Button |
|
| Calendar |
This web component produce a web calendar. |
| CheckBox |
|
| ChoiceElement |
|
| ChoiceSelector |
|
| ColorChooser |
|
| ColorPicker |
|
| CurrentYear |
Simply display the actual year (with four digits) in a <span> HTML tag. |
| DataGrid |
TODO |
| DataGridColumn |
A DataGridColumn object is used for store one column of the outer DataGrid. |
| DatePicker |
This web component can display a form element associated with a date and a button to get a <web:Calendar />
component (or a JWT QuickCalendar component). |
| DateValidator |
Checks if the considered input component's value is a valid date. |
| FloatTextBox |
This component class, that derive from TextBox, limits the user inputs only on digits for editing float values. |
| Form |
|
| FormElement |
|
| FormInput |
This abstract base class represents an editable form element (text component, check box, radio button, ...). |
| GenericTag |
Generic tags are tags that contains a runAt="server" attribute. |
| Html |
This class generates the page doctype, the root page's tag and also inserts into the header of the web page some subelements. |
| HtmlTextEditor |
|
| Image |
Inject an img tag in html with parameter source |
| IntegerTextBox |
This component class, that derive from TextBox, limits the user inputs only on digits for edit integer values. |
| Label |
|
| Link |
This web component allows to generate an HTML tag <a> accepting data binding. |
| Menu |
|
| MenuBar |
This class is used to inject the menu bars in your Ellipse web pages. |
| MenuItem |
|
| MenuSeparator |
|
| OutputText |
This class produces some texts into the generated HTML page. |
| Panel |
|
| ProgressBar |
|
| RegularExpressionValidator |
Checks if the considered input component's value match with the specified regular expression. |
| Repeater |
This web component repeats the sub elements (HTML tags or Ellipse web components) for all entries store in the
values sub expression (can be a Java array, an java.util.ArrayList instance or a
java.util.Vector instance). |
| RequiredValidator |
Check if the associated input component have a non empty value. |
| ResourceBundle |
This type of web component permits corelib.runtime.internationalisation.ResourceBundle usage on a web
page. |
| SameValidator |
|
| Slider |
This class is used to inject the slider bar in your Ellipse web pages. |
| Spinner |
|
| SplitPane |
|
| Tab |
|
| TabbedPane |
|
| TemplatedComponent |
This class allows the development of components based on XML template to define its content. |
| TextBox |
This class is used to inject a TextBox ( input type text or password and textarea ) in your Ellipse web pages. |
| ToolTip |
|
| ValidationSummary |
Display a summary of all error messages produces by web page's validation components. |
| Validator |
|
| VisualComponent |
This class represents web components that have HTML rendering in the web page. |
| WebComponent |
A web component is a object with a life cycle management. |