Interface | Description |
---|---|
UIDecorateAware |
Component that is aware of being used from a facet by s:decorate
|
Class | Description |
---|---|
UIAction |
This is a support component and is not processed by the CDK (doesn't appear in faces-config)
|
UIButton |
JSF component class for Seam UIButton
|
UICache |
JSF component class for Seam UICache
|
UIConversationId |
JSF component class which addd the conversation id to JSF link or button (e.g.
|
UIConversationName |
Embeds the natural conversation ID into the request.
|
UIConversationPropagation |
JSF component class for customization of the conversation propagation in a command link or a button
|
UIDecorate |
"Decorates" a JSF input field when validation fails or when required="true" is set
|
UIDefaultAction |
Simulates pressing the action source when 'enter' is pressed
|
UIDownload |
JSF Component for Link which is able to download a file
|
UIEnumItem |
JSF component class for creating SelectItem from an enum value
|
UIEqualityValidator |
JSF Component for validation of all child JSF input fields against the bound properties using Bean Validation
|
UIFileUpload |
JSF component class which renders a file upload control.
|
UIFormattedText |
JSF component class which outputs Seam Text.
|
UIFragment |
JSF component class which surrounds a page fragment and allows you to apply render/not render without any html output
|
UILabel |
JSF Component which renders a label associated with the nearest JSF input component
|
UILink |
JSF component class which renders a link that supports invocation of an action with control over conversation propagation.
|
UIMessage |
JSF component class which decorates a JSF input field with the validation error message.
|
UIRemote |
Tag that auto-generates script imports for Seam Remote
|
UIResource |
JSF Component which can use a data in form as inputstream,
java.util.File or byte[] and a content-type, this tag sends the data to the browser
|
UISeamCommandBase |
Parent of all Seam command like JSF components
|
UISelection |
JSF component class which inserts a parameter that can be bound to a data model
|
UISelectItems |
JSF Component which creates a List
|
UISpan |
Renders a HTML <span>
|
UIStyle |
JSF Component which renders a HTML <div>
|
UIToken |
UIToken is a UIComponent that produces a random token that
is inserted into a hidden form field to help to secure JSF form posts against
cross-site request forgery (XSRF) attacks.
|
UIValidateAll |
JSF component class which validates all child JSF input fields against the bound properties using Bean validation
|
Copyright © 2015 Seam Framework. All Rights Reserved.