|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UIComponent in javax.faces.application |
---|
Methods in javax.faces.application that return UIComponent | |
---|---|
abstract UIComponent |
Application.createComponent(java.lang.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,
java.lang.String componentType)
Create an object which has an associating "binding" expression tying the component to a user property. |
Uses of UIComponent in javax.faces.component |
---|
Subclasses of UIComponent in javax.faces.component | |
---|---|
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 |
Methods in javax.faces.component that return UIComponent | |
---|---|
abstract UIComponent |
UIComponent.findComponent(java.lang.String expr)
|
UIComponent |
UIComponentBase.findComponent(java.lang.String expr)
Standard method for finding other components by id, inherited by most UIComponent objects. |
abstract UIComponent |
UIComponent.getFacet(java.lang.String name)
|
UIComponent |
UIComponentBase.getFacet(java.lang.String name)
|
UIComponent |
UIData.getFooter()
|
UIComponent |
UIColumn.getFooter()
|
UIComponent |
UIData.getHeader()
|
UIComponent |
UIColumn.getHeader()
|
abstract UIComponent |
UIComponent.getParent()
|
UIComponent |
UIComponentBase.getParent()
|
Methods in javax.faces.component with parameters of type UIComponent | |
---|---|
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)
|
Uses of UIComponent in javax.faces.component.html |
---|
Uses of UIComponent in javax.faces.context |
---|
Methods in javax.faces.context with parameters of type UIComponent | |
---|---|
abstract void |
ResponseWriter.startElement(java.lang.String name,
UIComponent component)
|
Uses of UIComponent in javax.faces.convert |
---|
Methods in javax.faces.convert with parameters of type UIComponent | |
---|---|
java.lang.Object |
ByteConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
Converter.getAsObject(FacesContext context,
UIComponent component,
java.lang.String value)
|
java.lang.Object |
DateTimeConverter.getAsObject(FacesContext context,
UIComponent component,
java.lang.String value)
|
java.lang.Object |
BooleanConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
IntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
DoubleConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
LongConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
ShortConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
CharacterConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
NumberConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
BigDecimalConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
BigIntegerConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.Object |
FloatConverter.getAsObject(FacesContext facesContext,
UIComponent uiComponent,
java.lang.String value)
|
java.lang.String |
ByteConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
Converter.getAsString(FacesContext context,
UIComponent component,
java.lang.Object value)
|
java.lang.String |
DateTimeConverter.getAsString(FacesContext context,
UIComponent component,
java.lang.Object value)
|
java.lang.String |
BooleanConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
IntegerConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
DoubleConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
LongConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
ShortConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
CharacterConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
NumberConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
BigDecimalConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
BigIntegerConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
java.lang.String |
FloatConverter.getAsString(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
Uses of UIComponent in javax.faces.event |
---|
Methods in javax.faces.event that return UIComponent | |
---|---|
UIComponent |
FacesEvent.getComponent()
|
Constructors in javax.faces.event with parameters of type UIComponent | |
---|---|
ActionEvent(UIComponent uiComponent)
|
|
FacesEvent(UIComponent uiComponent)
|
|
ValueChangeEvent(UIComponent uiComponent,
java.lang.Object oldValue,
java.lang.Object newValue)
|
Uses of UIComponent in javax.faces.render |
---|
Methods in javax.faces.render with parameters of type UIComponent | |
---|---|
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)
|
java.lang.Object |
Renderer.getConvertedValue(FacesContext context,
UIComponent component,
java.lang.Object submittedValue)
|
Uses of UIComponent in javax.faces.validator |
---|
Methods in javax.faces.validator with parameters of type UIComponent | |
---|---|
void |
Validator.validate(FacesContext context,
UIComponent component,
java.lang.Object value)
|
void |
DoubleRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
void |
LongRangeValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
void |
LengthValidator.validate(FacesContext facesContext,
UIComponent uiComponent,
java.lang.Object value)
|
Uses of UIComponent in javax.faces.webapp |
---|
Methods in javax.faces.webapp that return UIComponent | |
---|---|
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. |
Methods in javax.faces.webapp with parameters of type UIComponent | |
---|---|
protected void |
UIComponentTag.setProperties(UIComponent component)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |