interface |
BadgeTagDeclaration |
Renders a badge element.
|
interface |
BarTagDeclaration |
Defines a container for navigation elements, branding, ...
|
interface |
BoxTagDeclaration |
Renders a panel with border and title.
|
interface |
ButtonsTagDeclaration |
Renders a group of buttons.
|
interface |
ButtonTagDeclaration |
Renders a button element.
|
interface |
ColumnNodeTagDeclaration |
Creates a tree node inside of a sheet (also known as tree table).
|
interface |
ColumnPanelTagDeclaration |
Renders a UIComponent that represents a panel below a row within a
parent UISheet component.
|
interface |
ColumnSelectorTagDeclaration |
Renders a column with checkboxes to mark selected rows.
|
interface |
ColumnTagDeclaration |
Renders a UIComponent that represents a single column of data within a
parent UISheet component.
|
interface |
ConfigTagDeclaration |
Renders a UIComponent for configurations applied in the browser.
|
interface |
DateTagDeclaration |
Renders a date input field.
|
interface |
EventTagDeclaration |
Add an event behavior to the component.
|
interface |
FigureTagDeclaration |
Use figure to show e. g. images or videos inside.
|
interface |
FileTagDeclaration |
Renders a file input field.
|
interface |
FlexLayoutTagDeclaration |
Renders a <a href=https://www.w3.org/TR/css-flexbox-1/>Flexible Box Layout</a>.
|
interface |
FlowLayoutTagDeclaration |
Renders a FlowLayout that positions the content components in there natural order.
|
interface |
FooterTagDeclaration |
Defines a footer of its parent (like page, box, ...)
|
interface |
HeaderTagDeclaration |
Defines a header of its parent (like page, box, ...)
|
interface |
HiddenTagDeclaration |
Renders a hidden input element.
|
interface |
ImageTagDeclaration |
Renders an image.
|
interface |
InTagDeclaration |
Renders a text input field.
|
interface |
LabelTagDeclaration |
Renders a label component.
|
interface |
LinksTagDeclaration |
Defines a navigation element, which contains a menu-like structure
|
interface |
LinkTagDeclaration |
Renders a link element, i. e. an anchor <a> tag.
|
interface |
MessagesTagDeclaration |
Renders error/validation messages.
|
interface |
MetaLinkTagDeclaration |
This tag renders a link tag in the header of the HTML output.
|
interface |
MetaTagDeclaration |
This tag a meta tag in the header of the HTML output.
|
interface |
ObjectTagDeclaration |
Show external content inside of an application.
|
interface |
OutTagDeclaration |
Renders a text
|
interface |
PanelTagDeclaration |
Intended for use in situations when only one UIComponent child can be
nested, such as in the case of facets.
|
interface |
PopoverTagDeclaration |
Renders a popover.
|
interface |
PopupTagDeclaration |
Renders a popup panel.
|
interface |
ProgressTagDeclaration |
Renders a progress bar.
|
interface |
RangeTagDeclaration |
Renders a input field with type range.
|
interface |
ReloadTagDeclaration |
Update the parent component
********************* <br/>
WARNING <br/>
********************* <br/>
This feature is preliminary and may be subject of change in later versions!
|
interface |
RowTagDeclaration |
This component creates a representative in a UISheet for each row.
|
interface |
ScriptTagDeclaration |
This tag adds script files to include into the rendered page.
|
interface |
SectionTagDeclaration |
Renders a section or subsection.
|
interface |
SegmentLayoutTagDeclaration |
Renders a layout using a 12 columns grid.
|
interface |
SelectBooleanCheckboxTagDeclaration |
Renders a checkbox.
|
interface |
SelectBooleanToggleTagDeclaration |
Renders a checkbox as toggle.
|
interface |
SelectReferenceTagDeclaration |
Renders a set of option related to and same type as the for
component.
|
interface |
SeparatorTagDeclaration |
Renders a separator.
|
interface |
SheetTagDeclaration |
Render a sheet element.
|
interface |
StarsTagDeclaration |
Renders a star rating component.
|
interface |
StyleTagDeclaration |
Add a style tag with the given file name to the header (using file attribute) or add
some CSS styles to the parent component.
|
interface |
SuggestTagDeclaration |
Renders a list of suggested texts for a given input field.
|
interface |
TabGroupTagDeclaration |
Renders a tab group which contains tab panels.
|
interface |
TabTagDeclaration |
Renders a tab within a tab group.
|
interface |
TextareaTagDeclaration |
Renders a multi line text input control.
|
interface |
ToastsTagDeclaration |
Render toasts elements.
|
interface |
TreeIconTagDeclaration |
Renders an image beside a tree node.
|
interface |
TreeIndentTagDeclaration |
Renders an indent beside a tree node.
|
interface |
TreeLabelTagDeclaration |
Renders a label inside of a tree.
|
interface |
TreeListboxTagDeclaration |
A tree data structure displayed as a set of list boxes.
|
interface |
TreeNodeTagDeclaration |
Creates a tree node.
|
interface |
TreeSelectTagDeclaration |
Makes a tree node selectable.
|
interface |
TreeTagDeclaration |
A tree with classical look.
|