JSF API

UIComponents

NameClass nameDescriptionTag name
buttonUIButton <rialto:button>
checkboxUICheckBox <rialto:checkox>
comboUICombo <rialto:combo>
divSplitUIDivSplit
formUIForm <rialto:form>
gridUIData <rialto:grid>
labelUILabel <rialto:label>
panelUIPanel <rialto:panel>
passwordUIPassword <rialto:password>
popupUIPopup <rialto:popup>
splitterUISplitter
tabUITab <rialto:tab>
tabsUITabs <rialto:tabs>
textUIText <rialto:text>
treeNodeUITreeNode <rialto:treeNode>
treeViewUITreeview <rialto:treeview>
windowUIWindow <rialto:window>

Tags

Nearly all tags have top, left, width and height attributes. The displayed attribute should be used instead of the rendered one.

View

Define a Rialto view

AttributeDescriptionRequired
idJSF id of the viewfalse

Window

This tags creates a Rialto window.

AttributeDescriptionRequired
idJSF id of the windowfalse
titleTitle of the windowfalse
iconIcon of the windowfalse

Frame

This tag creates a Rialto frame.

AttributeDescriptionRequired
idJSF id of the panelfalse
displayedShould the panel be displayed or hiddenfalse
titleTitle of the panelfalse
topTop position of the panel in pixeltrue
leftLeft position of the panel in pixeltrue
widthWidth of the paneltrue
heightHeight of the paneltrue
positionPositioning of the panel. Can be relative or absolutetrue
dynamicCan the user can dynamically open or close the panelfalse
openIs the panel initially close or openfalse

Popup

Define a Rialto popup.

Attribute Description Required
id JSF id of the popup false
top Top position in pixel true
left left position in pixel true
width Width of the popup in pixel true
height Height of the popup in pixel true
title Title of the popup false
binding JSF object binding attribute false

Form

Insert an HTML form into the page. Components like links, buttons and input fields must bes nested into a form.

AttributeDescriptionRequired
id JSF id of the form false

Button

Create a Rialto button. This tag must be nested into a form tag.

Attribute Description Required
id JSF id of the button false
displayed Should the button be displayed or hidden false
top Top position in pixel true
left Left position in pixel true
title Title of the button true
immediate JSF immediate attribute false
action JSF action attribute false
onclick Javascript onclick handler false

Messages

Display the JSF information and error messages in a Rialto popup.

Label

This tag creates a Rialto label.

Attribute Description Required
id JSF id of the label false
top Top position in pixel true
left Left position in pixel true
styleClass CSS class name false
value Label value true

Text

Create an HTML text input box.

Attribute Description Required
id JSF id of the text box false
top Top position in pixel true
left Left position in pixel true
width Width of the box true
value JSF value binding attribute false
binding JSF object binding attribute false
required Require a non empty value false
disabled Disable the HTML input field false

Password

Create an HTML password input box.

Attribute Description Required
id JSF id of the password box false
top Top position in pixel true
left Left position in pixel true
width Width of the password input box true
value JSF value binding attribute false
binding JSF object binding attribute false
required Require a non empty value false

Checkbox

Create an HTML input checkbox.

Attribute Description Required
id JSF id of the checkbox false
top Top position in pixel true
left Left position in pixel true
label Label of the chekbox true
value JSF balue binding attribute false
styleClass CSS class name false

Combo

Creates an HTML combo box.

Attribute Description Required
id JSF id of the combo false
top Top position in pixel true
left Left position in pixel true
width Width of the combo box true
value JSF value binding attribute false
required Require a non empty value false
disabled Disable the HTML select box false

ComboItem

Add an element to the parent combo box.

Attribute Description Required
id JSF id of the item false
value Value of the item false
label Label of the item false
jsf/api.txt · Last modified: 2007/07/26 17:10 (external edit)
chimeric.de = chi`s home Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0