|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIComponentBase | |
---|---|
javax.faces.component | |
javax.faces.component.html |
Uses of UIComponentBase in javax.faces.component |
---|
Subclasses of UIComponentBase in javax.faces.component | |
---|---|
class |
UIColumn
This tag is commonly used as a child of the dataTable tag, to represent a column of data. |
class |
UICommand
UICommand is a base abstraction for components that implement ActionSource. |
class |
UIData
Represents a component which has multiple "rows" of data. |
class |
UIForm
see Javadoc of JSF Specification |
class |
UIGraphic
Displays a graphical image. |
class |
UIInput
see Javadoc of JSF Specification |
class |
UIMessage
Javadoc says default for showDetail is false, but Specs say it is true!? see Javadoc of JSF Specification |
class |
UIMessages
see Javadoc of JSF Specification |
class |
UINamingContainer
Base class for components that provide a new "namespace" for the ids of their child components. |
class |
UIOutput
Displays a value to the user. |
class |
UIPanel
see Javadoc of JSF Specification |
class |
UIParameter
This tag associates a parameter name-value pair with the nearest parent UIComponent. |
class |
UISelectBoolean
A component that allows the user to select or unselect an object. |
class |
UISelectItem
A component representing a single option that the user can choose. |
class |
UISelectItems
This tag associates a set of selection list items with the nearest parent UIComponent. |
class |
UISelectMany
Base class for the various component classes that allow a user to select zero or more options from a set. |
class |
UISelectOne
Component for choosing one option out of a set of possibilities. |
class |
UIViewRoot
Creates a JSF View, which is a container that holds all of the components that are part of the view. |
Uses of UIComponentBase in javax.faces.component.html |
---|
Subclasses of UIComponentBase in javax.faces.component.html | |
---|---|
class |
HtmlCommandButton
|
class |
HtmlCommandLink
|
class |
HtmlDataTable
|
class |
HtmlForm
|
class |
HtmlGraphicImage
|
class |
HtmlInputHidden
Renders as an HTML input tag with its type set to "hidden". |
class |
HtmlInputSecret
|
class |
HtmlInputText
|
class |
HtmlInputTextarea
|
class |
HtmlMessage
|
class |
HtmlMessages
|
class |
HtmlOutputFormat
|
class |
HtmlOutputLabel
|
class |
HtmlOutputLink
|
class |
HtmlOutputText
|
class |
HtmlPanelGrid
|
class |
HtmlPanelGroup
|
class |
HtmlSelectBooleanCheckbox
|
class |
HtmlSelectManyCheckbox
|
class |
HtmlSelectManyListbox
|
class |
HtmlSelectManyMenu
|
class |
HtmlSelectOneListbox
|
class |
HtmlSelectOneMenu
|
class |
HtmlSelectOneRadio
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |