|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--javax.faces.component.UIComponent
|
+--oracle.adf.view.faces.component.UIXComponent
|
+--oracle.adf.view.faces.component.UIXComponentBase
| Field Summary | |
static PropertyKey |
ID_KEY
|
static PropertyKey |
RENDERED_KEY
|
static PropertyKey |
RENDERER_TYPE_KEY
|
static PropertyKey |
TRANSIENT_KEY
|
static FacesBean.Type |
TYPE
|
| Constructor Summary | |
UIXComponentBase()
|
|
UIXComponentBase(java.lang.String rendererType)
|
|
| Method Summary | |
protected void |
addFacesListener(javax.faces.event.FacesListener listener)
|
void |
broadcast(javax.faces.event.FacesEvent event)
|
protected FacesBean |
createFacesBean(java.lang.String rendererType)
|
void |
decode(javax.faces.context.FacesContext context)
|
void |
encodeBegin(javax.faces.context.FacesContext context)
|
void |
encodeChildren(javax.faces.context.FacesContext context)
|
void |
encodeEnd(javax.faces.context.FacesContext context)
|
javax.faces.component.UIComponent |
findComponent(java.lang.String id)
|
protected java.lang.Object |
getAttribute(java.lang.String name)
Override this method and setAttribute() to add any attributes stored via instance variables. |
java.util.Map |
getAttributes()
|
protected FacesBean.Type |
getBeanType()
|
protected boolean |
getBooleanProperty(PropertyKey key,
boolean defaultValue)
|
int |
getChildCount()
|
java.util.List |
getChildren()
Create (if necessary) and return a List of the children associated with this component. |
java.lang.String |
getClientId(javax.faces.context.FacesContext context)
|
FacesBean |
getFacesBean()
|
protected javax.faces.context.FacesContext |
getFacesContext()
Return the FacesContext instance for the current request. |
protected javax.faces.event.FacesListener[] |
getFacesListeners(java.lang.Class clazz)
|
javax.faces.component.UIComponent |
getFacet(java.lang.String facetName)
|
java.util.Map |
getFacets()
Create (if necessary) and return a Map of the facets associated with this component. |
java.util.Iterator |
getFacetsAndChildren()
|
abstract java.lang.String |
getFamily()
|
java.lang.String |
getId()
|
protected int |
getIntProperty(PropertyKey key,
int defaultValue)
|
protected java.lang.String |
getLocalClientId()
Returns the default local client identifier, relative to the current naming container. |
javax.faces.component.UIComponent |
getParent()
|
protected java.lang.Object |
getProperty(PropertyKey key)
|
protected PropertyKey |
getPropertyKey(java.lang.String name)
|
protected javax.faces.render.Renderer |
getRenderer(javax.faces.context.FacesContext context)
|
java.lang.String |
getRendererType()
|
boolean |
getRendersChildren()
|
javax.faces.el.ValueBinding |
getValueBinding(java.lang.String name)
|
boolean |
isRendered()
|
boolean |
isTransient()
|
void |
processDecodes(javax.faces.context.FacesContext context)
|
void |
processRestoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
processSaveState(javax.faces.context.FacesContext context)
|
void |
processUpdates(javax.faces.context.FacesContext context)
|
void |
processValidators(javax.faces.context.FacesContext context)
|
void |
queueEvent(javax.faces.event.FacesEvent event)
|
protected void |
removeFacesListener(javax.faces.event.FacesListener listener)
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
protected void |
setAttribute(java.lang.String name,
java.lang.Object value)
Override this method and getAttribute() to add any attributes stored via instance variables. |
protected void |
setBooleanProperty(PropertyKey key,
boolean value)
|
void |
setId(java.lang.String id)
|
protected void |
setIntProperty(PropertyKey key,
int value)
|
void |
setParent(javax.faces.component.UIComponent parent)
Set the parent UIComponent of this
UIComponent. |
protected void |
setProperty(PropertyKey key,
java.lang.Object value)
|
void |
setRendered(boolean rendered)
|
void |
setRendererType(java.lang.String rendererType)
|
void |
setTransient(boolean newTransient)
|
void |
setValueBinding(java.lang.String name,
javax.faces.el.ValueBinding binding)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final FacesBean.Type TYPE
public static final PropertyKey ID_KEY
public static final PropertyKey RENDERED_KEY
public static final PropertyKey TRANSIENT_KEY
public static final PropertyKey RENDERER_TYPE_KEY
| Constructor Detail |
public UIXComponentBase()
public UIXComponentBase(java.lang.String rendererType)
| Method Detail |
protected final FacesBean createFacesBean(java.lang.String rendererType)
protected PropertyKey getPropertyKey(java.lang.String name)
protected FacesBean.Type getBeanType()
public FacesBean getFacesBean()
getFacesBean in class UIXComponentpublic javax.faces.el.ValueBinding getValueBinding(java.lang.String name)
getValueBinding in class UIXComponent
public void setValueBinding(java.lang.String name,
javax.faces.el.ValueBinding binding)
setValueBinding in class UIXComponentpublic java.util.Map getAttributes()
getAttributes in class UIXComponentpublic java.lang.String getClientId(javax.faces.context.FacesContext context)
getClientId in class UIXComponentpublic java.lang.String getId()
getId in class UIXComponentpublic void setId(java.lang.String id)
setId in class UIXComponentpublic abstract java.lang.String getFamily()
getFamily in class UIXComponentpublic javax.faces.component.UIComponent getParent()
getParent in class UIXComponentpublic void setParent(javax.faces.component.UIComponent parent)
Set the parent UIComponent of this
UIComponent.
setParent in class UIXComponentparent - The new parent, or null for the root node
of a component treepublic boolean isRendered()
isRendered in class UIXComponentpublic void setRendered(boolean rendered)
setRendered in class UIXComponentpublic boolean isTransient()
isTransient in interface javax.faces.component.StateHolderisTransient in class UIXComponentpublic void setTransient(boolean newTransient)
setTransient in interface javax.faces.component.StateHoldersetTransient in class UIXComponentpublic java.lang.String getRendererType()
getRendererType in class UIXComponentpublic void setRendererType(java.lang.String rendererType)
setRendererType in class UIXComponentpublic boolean getRendersChildren()
getRendersChildren in class UIXComponentpublic javax.faces.component.UIComponent findComponent(java.lang.String id)
findComponent in class UIXComponentjava.lang.NullPointerExceptionpublic java.util.List getChildren()
Create (if necessary) and return a List of the children associated with this component.
getChildren in class UIXComponentpublic int getChildCount()
getChildCount in class UIXComponentpublic java.util.Map getFacets()
Create (if necessary) and return a Map of the facets associated with this component.
getFacets in class UIXComponentpublic javax.faces.component.UIComponent getFacet(java.lang.String facetName)
getFacet in class UIXComponentpublic java.util.Iterator getFacetsAndChildren()
getFacetsAndChildren in class UIXComponent
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class UIXComponentjavax.faces.event.AbortProcessingExceptionpublic void decode(javax.faces.context.FacesContext context)
decode in class UIXComponent
public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class UIXComponentjava.io.IOException
public void encodeChildren(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeChildren in class UIXComponentjava.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class UIXComponentjava.io.IOExceptionpublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class UIXComponentjava.lang.IllegalStateException
java.lang.NullPointerExceptionpublic void processDecodes(javax.faces.context.FacesContext context)
processDecodes in class UIXComponentpublic void processValidators(javax.faces.context.FacesContext context)
processValidators in class UIXComponentpublic void processUpdates(javax.faces.context.FacesContext context)
processUpdates in class UIXComponentpublic java.lang.Object processSaveState(javax.faces.context.FacesContext context)
processSaveState in class UIXComponent
public void processRestoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
processRestoreState in class UIXComponentpublic java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class UIXComponent
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
restoreState in interface javax.faces.component.StateHolderrestoreState in class UIXComponentpublic java.lang.String toString()
toString in class java.lang.Objectprotected javax.faces.context.FacesContext getFacesContext()
Return the FacesContext instance for the current request.
getFacesContext in class UIXComponentprotected java.lang.Object getAttribute(java.lang.String name)
setAttribute(String, Object)
protected void setAttribute(java.lang.String name,
java.lang.Object value)
getAttribute(String)protected void addFacesListener(javax.faces.event.FacesListener listener)
addFacesListener in class UIXComponentprotected void removeFacesListener(javax.faces.event.FacesListener listener)
removeFacesListener in class UIXComponentprotected javax.faces.event.FacesListener[] getFacesListeners(java.lang.Class clazz)
getFacesListeners in class UIXComponentprotected javax.faces.render.Renderer getRenderer(javax.faces.context.FacesContext context)
getRenderer in class UIXComponent
protected void setProperty(PropertyKey key,
java.lang.Object value)
protected java.lang.Object getProperty(PropertyKey key)
protected void setBooleanProperty(PropertyKey key,
boolean value)
protected boolean getBooleanProperty(PropertyKey key,
boolean defaultValue)
protected void setIntProperty(PropertyKey key,
int value)
protected int getIntProperty(PropertyKey key,
int defaultValue)
protected java.lang.String getLocalClientId()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||