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)
Deprecated.
|
UIComponent |
Application.createComponent(javax.el.ValueExpression componentExpression,
FacesContext facesContext,
String componentType) |
Modifier and Type | Class and Description |
---|---|
class |
UIColumn
see Javadoc of JSF Specification
|
class |
UICommand
Events:
|
class |
UIComponentBase
Standard implementation of the UIComponent base class; all standard JSF
components extend this class.
|
class |
UIData |
class |
UIForm
see Javadoc of JSF Specification
|
class |
UIGraphic |
class |
UIInput
Events:
|
class |
UIMessage |
class |
UIMessages |
class |
UINamingContainer |
class |
UIOutput |
class |
UIPanel |
class |
UIParameter |
class |
UISelectBoolean
Events:
|
class |
UISelectItem |
class |
UISelectItems |
class |
UISelectMany
Events:
|
class |
UISelectOne
Events:
|
class |
UIViewRoot |
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 |
UIColumn.getFooter() |
UIComponent |
UIData.getFooter() |
UIComponent |
UIColumn.getHeader() |
UIComponent |
UIData.getHeader() |
abstract UIComponent |
UIComponent.getParent()
Returns the parent of the component.
|
UIComponent |
UIComponentBase.getParent() |
Modifier and Type | Method and Description |
---|---|
abstract List<UIComponent> |
UIComponent.getChildren() |
List<UIComponent> |
UIComponentBase.getChildren()
Return a list of the UIComponent objects which are direct children
of this component.
|
abstract Map<String,UIComponent> |
UIComponent.getFacets() |
Map<String,UIComponent> |
UIComponentBase.getFacets() |
abstract Iterator<UIComponent> |
UIComponent.getFacetsAndChildren() |
Iterator<UIComponent> |
UIComponentBase.getFacetsAndChildren() |
Modifier and Type | Method and Description |
---|---|
void |
ContextCallback.invokeContextCallback(FacesContext context,
UIComponent target) |
void |
UIColumn.setFooter(UIComponent footer) |
void |
UIData.setFooter(UIComponent footer) |
void |
UIColumn.setHeader(UIComponent header) |
void |
UIData.setHeader(UIComponent header) |
abstract void |
UIComponent.setParent(UIComponent parent)
For JSF-framework internal use only.
|
void |
UIComponentBase.setParent(UIComponent parent) |
Modifier and Type | Class and Description |
---|---|
class |
HtmlColumn |
class |
HtmlCommandButton
Events:
|
class |
HtmlCommandLink
Events:
|
class |
HtmlDataTable |
class |
HtmlForm |
class |
HtmlGraphicImage |
class |
HtmlInputHidden
Events:
|
class |
HtmlInputSecret
Events:
|
class |
HtmlInputText
Events:
|
class |
HtmlInputTextarea
Events:
|
class |
HtmlMessage |
class |
HtmlMessages |
class |
HtmlOutputFormat |
class |
HtmlOutputLabel |
class |
HtmlOutputLink |
class |
HtmlOutputText |
class |
HtmlPanelGrid |
class |
HtmlPanelGroup |
class |
HtmlSelectBooleanCheckbox
Events:
|
class |
HtmlSelectManyCheckbox
Events:
|
class |
HtmlSelectManyListbox
Events:
|
class |
HtmlSelectManyMenu
Events:
|
class |
HtmlSelectOneListbox
Events:
|
class |
HtmlSelectOneMenu
Events:
|
class |
HtmlSelectOneRadio
Events:
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ResponseWriter.startElement(String name,
UIComponent component) |
void |
ResponseWriterWrapper.startElement(String name,
UIComponent component) |
void |
ResponseWriter.writeText(Object object,
UIComponent component,
String string) |
void |
ResponseWriterWrapper.writeText(Object object,
UIComponent component,
String string) |
Modifier and Type | Method and Description |
---|---|
Object |
Converter.getAsObject(FacesContext context,
UIComponent component,
String value) |
Object |
BooleanConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
ByteConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
BigDecimalConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
DateTimeConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
EnumConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
LongConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
NumberConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
CharacterConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
BigIntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
DoubleConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
ShortConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
IntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
Object |
FloatConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
String value) |
String |
Converter.getAsString(FacesContext context,
UIComponent component,
Object value) |
String |
BooleanConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
ByteConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
BigDecimalConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
DateTimeConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
EnumConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
LongConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
NumberConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
CharacterConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
BigIntegerConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
DoubleConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
ShortConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
String |
IntegerConverter.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)
Render all children if there are any.
|
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 |
LongRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
void |
DoubleRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
void |
MethodExpressionValidator.validate(FacesContext context,
UIComponent component,
Object value) |
void |
LengthValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
Object value) |
Modifier and Type | Method and Description |
---|---|
protected UIComponent |
UIComponentELTag.createComponent(FacesContext context,
String newId) |
protected abstract UIComponent |
UIComponentClassicTagBase.createComponent(FacesContext context,
String newId) |
protected UIComponent |
UIComponentTag.createComponent(FacesContext context,
String id)
Deprecated.
Create a UIComponent.
|
protected UIComponent |
UIComponentClassicTagBase.createVerbatimComponentFromBodyContent()
Creates a UIComponent from the BodyContent
|
protected UIComponent |
UIComponentClassicTagBase.findComponent(FacesContext context)
Return the corresponding UIComponent for this tag, creating it
if necessary.
|
UIComponent |
UIComponentClassicTagBase.getComponentInstance()
Return the UIComponent instance associated with this tag.
|
abstract UIComponent |
UIComponentTagBase.getComponentInstance() |
Modifier and Type | Method and Description |
---|---|
protected void |
UIComponentClassicTagBase.addChild(UIComponent child) |
protected abstract void |
UIComponentTagBase.addChild(UIComponent child) |
protected void |
UIComponentClassicTagBase.addVerbatimAfterComponent(UIComponentClassicTagBase parentTag,
UIComponent verbatim,
UIComponent component)
Add verbatim as a sibling of _componentInstance in
_componentInstance in the parent's child list.
|
protected void |
UIComponentClassicTagBase.addVerbatimBeforeComponent(UIComponentClassicTagBase parentTag,
UIComponent verbatimComp,
UIComponent component) |
protected void |
UIComponentELTag.setProperties(UIComponent component) |
protected abstract void |
UIComponentClassicTagBase.setProperties(UIComponent component) |
protected void |
UIComponentTag.setProperties(UIComponent component)
Deprecated.
|
Copyright © 2013 Apache Software Foundation. All Rights Reserved.