Modifier and Type | Method and Description |
---|---|
abstract UIComponent |
Application.createComponent(String componentType)
Create a new UIComponent subclass, using the mappings defined by previous
calls to the addComponent method of this class.
|
abstract UIComponent |
Application.createComponent(ValueBinding componentBinding,
FacesContext context,
String componentType)
Create an object which has an associating "binding" expression tying the component
to a user property.
|
Modifier and Type | Class and Description |
---|---|
class |
UIColumn
see Javadoc of JSF Specification
|
class |
UICommand
see Javadoc of JSF Specification
|
class |
UIComponentBase
Standard implementation of the UIComponent base class; all standard JSF
components extend this class.
|
class |
UIData
Represents a component which has multiple "rows" of data.
|
class |
UIForm
see Javadoc of JSF Specification
|
class |
UIGraphic
see Javadoc of JSF Specification
|
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
see Javadoc of JSF Specification
|
class |
UIOutput
see Javadoc of JSF Specification
|
class |
UIPanel
see Javadoc of JSF Specification
|
class |
UIParameter
see Javadoc of JSF Specification
|
class |
UISelectBoolean
see Javadoc of JSF Specification
|
class |
UISelectItem
A component representing a single option that the user can choose.
|
class |
UISelectItems
see Javadoc of JSF Specification
|
class |
UISelectMany
see Javadoc of JSF Specification
|
class |
UISelectOne
Component for choosing one option out of a set of possibilities.
|
class |
UIViewRoot
see Javadoc of JSF Specification
|
Modifier and Type | Method and Description |
---|---|
abstract UIComponent |
UIComponent.findComponent(String expr) |
UIComponent |
UIComponentBase.findComponent(String expr)
Standard method for finding other components by id, inherited by
most UIComponent objects.
|
abstract UIComponent |
UIComponent.getFacet(String name) |
UIComponent |
UIComponentBase.getFacet(String name) |
UIComponent |
UIData.getFooter() |
UIComponent |
UIColumn.getFooter() |
UIComponent |
UIData.getHeader() |
UIComponent |
UIColumn.getHeader() |
abstract UIComponent |
UIComponent.getParent() |
UIComponent |
UIComponentBase.getParent() |
Modifier and Type | Method and Description |
---|---|
void |
UIData.setFooter(UIComponent footer) |
void |
UIColumn.setFooter(UIComponent footer) |
void |
UIData.setHeader(UIComponent header) |
void |
UIColumn.setHeader(UIComponent header) |
abstract void |
UIComponent.setParent(UIComponent parent)
For JSF-framework internal use only.
|
void |
UIComponentBase.setParent(UIComponent parent) |
Modifier and Type | Method and Description |
---|---|
abstract void |
ResponseWriter.startElement(String name,
UIComponent component) |
Modifier and Type | Method and Description |
---|---|
Object |
ByteConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
Converter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
DateTimeConverter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
BooleanConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
IntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
DoubleConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
LongConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
ShortConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
CharacterConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
NumberConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
BigDecimalConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
BigIntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
FloatConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
String |
ByteConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
Converter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
DateTimeConverter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
BooleanConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
IntegerConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
DoubleConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
LongConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
ShortConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
CharacterConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
NumberConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
BigDecimalConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
BigIntegerConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
FloatConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
Modifier and Type | Method and Description |
---|---|
UIComponent |
FacesEvent.getComponent() |
Constructor and Description |
---|
ActionEvent(UIComponent uiComponent) |
FacesEvent(UIComponent uiComponent) |
ValueChangeEvent(UIComponent uiComponent,
Object oldValue,
Object newValue) |
Modifier and Type | Method and Description |
---|---|
void |
Renderer.decode(FacesContext context,
UIComponent component) |
void |
Renderer.encodeBegin(FacesContext context,
UIComponent component) |
void |
Renderer.encodeChildren(FacesContext context,
UIComponent component) |
void |
Renderer.encodeEnd(FacesContext context,
UIComponent component) |
Object |
Renderer.getConvertedValue(FacesContext context,
UIComponent component,
Object submittedValue) |
Modifier and Type | Method and Description |
---|---|
void |
Validator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
DoubleRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
void |
LongRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
void |
LengthValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected UIComponent |
UIComponentTag.findComponent(FacesContext context)
Return the corresponding UIComponent for this tag, creating it
if necessary.
|
UIComponent |
UIComponentTag.getComponentInstance()
Return the UIComponent instance associated with this tag.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UIComponentTag.setProperties(UIComponent component) |
Copyright © 2012 Apache Software Foundation. All Rights Reserved.