|
|||||||||||
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 UIXComponent
public 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 UIXComponent
public java.util.Map getAttributes()
getAttributes
in class UIXComponent
public java.lang.String getClientId(javax.faces.context.FacesContext context)
getClientId
in class UIXComponent
public java.lang.String getId()
getId
in class UIXComponent
public void setId(java.lang.String id)
setId
in class UIXComponent
public abstract java.lang.String getFamily()
getFamily
in class UIXComponent
public javax.faces.component.UIComponent getParent()
getParent
in class UIXComponent
public void setParent(javax.faces.component.UIComponent parent)
Set the parent UIComponent
of this
UIComponent
.
setParent
in class UIXComponent
parent
- The new parent, or null
for the root node
of a component treepublic boolean isRendered()
isRendered
in class UIXComponent
public void setRendered(boolean rendered)
setRendered
in class UIXComponent
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
isTransient
in class UIXComponent
public void setTransient(boolean newTransient)
setTransient
in interface javax.faces.component.StateHolder
setTransient
in class UIXComponent
public java.lang.String getRendererType()
getRendererType
in class UIXComponent
public void setRendererType(java.lang.String rendererType)
setRendererType
in class UIXComponent
public boolean getRendersChildren()
getRendersChildren
in class UIXComponent
public javax.faces.component.UIComponent findComponent(java.lang.String id)
findComponent
in class UIXComponent
java.lang.NullPointerException
public java.util.List getChildren()
Create (if necessary) and return a List of the children associated with this component.
getChildren
in class UIXComponent
public int getChildCount()
getChildCount
in class UIXComponent
public java.util.Map getFacets()
Create (if necessary) and return a Map of the facets associated with this component.
getFacets
in class UIXComponent
public javax.faces.component.UIComponent getFacet(java.lang.String facetName)
getFacet
in class UIXComponent
public java.util.Iterator getFacetsAndChildren()
getFacetsAndChildren
in class UIXComponent
public void broadcast(javax.faces.event.FacesEvent event) throws javax.faces.event.AbortProcessingException
broadcast
in class UIXComponent
javax.faces.event.AbortProcessingException
public 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 UIXComponent
java.io.IOException
public void encodeChildren(javax.faces.context.FacesContext context) throws java.io.IOException
encodeChildren
in class UIXComponent
java.io.IOException
public void encodeEnd(javax.faces.context.FacesContext context) throws java.io.IOException
encodeEnd
in class UIXComponent
java.io.IOException
public void queueEvent(javax.faces.event.FacesEvent event)
queueEvent
in class UIXComponent
java.lang.IllegalStateException
java.lang.NullPointerException
public void processDecodes(javax.faces.context.FacesContext context)
processDecodes
in class UIXComponent
public void processValidators(javax.faces.context.FacesContext context)
processValidators
in class UIXComponent
public void processUpdates(javax.faces.context.FacesContext context)
processUpdates
in class UIXComponent
public 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 UIXComponent
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class UIXComponent
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class UIXComponent
public java.lang.String toString()
toString
in class java.lang.Object
protected javax.faces.context.FacesContext getFacesContext()
Return the FacesContext
instance for the current request.
getFacesContext
in class UIXComponent
protected 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 UIXComponent
protected void removeFacesListener(javax.faces.event.FacesListener listener)
removeFacesListener
in class UIXComponent
protected javax.faces.event.FacesListener[] getFacesListeners(java.lang.Class clazz)
getFacesListeners
in class UIXComponent
protected 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 |