|
|||||||||||
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 | +--oracle.adf.view.faces.component.ShowDetailBase | +--oracle.adf.view.faces.component.UIXShowDetail
showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children.
Type | Phases | Description |
---|---|---|
oracle.adf.view.faces.event.DisclosureEvent |
Apply Request Values Process Validations |
Event delivered when the showDetail is expanded or collapsed by the user. |
Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static PropertyKey |
DISCLOSED_KEY
|
static PropertyKey |
DISCLOSURE_LISTENER_KEY
|
static PropertyKey |
IMMEDIATE_KEY
|
static FacesBean.Type |
TYPE
|
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Constructor Summary | |
UIXShowDetail()
Construct an instance of the UIXShowDetail. |
Method Summary | |
protected FacesBean.Type |
getBeanType()
|
javax.faces.el.MethodBinding |
getDisclosureListener()
Gets a method reference to a disclosure listener |
java.lang.String |
getFamily()
|
boolean |
isDisclosed()
Gets whether or not to disclose the children This attribute is not supported on the following agent types: pda, phone, voice. |
boolean |
isImmediate()
Gets whether or not data validation - client-side or server-side - should take place when events are generated by this component. |
void |
setDisclosed(boolean disclosed)
Sets whether or not to disclose the children This attribute is not supported on the following agent types: pda, phone, voice. |
void |
setDisclosureListener(javax.faces.el.MethodBinding disclosureListener)
Sets a method reference to a disclosure listener |
void |
setImmediate(boolean immediate)
Sets whether or not data validation - client-side or server-side - should take place when events are generated by this component. |
Methods inherited from class oracle.adf.view.faces.component.ShowDetailBase |
addDisclosureListener, broadcast, getDisclosureListeners, processDecodes, processUpdates, processValidators, queueEvent, removeDisclosureListener |
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase |
addFacesListener, createFacesBean, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttribute, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getIntProperty, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreState, saveState, setAttribute, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setValueBinding, 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 DISCLOSED_KEY
public static final PropertyKey IMMEDIATE_KEY
public static final PropertyKey DISCLOSURE_LISTENER_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
public UIXShowDetail()
Method Detail |
public final boolean isDisclosed()
isDisclosed
in class ShowDetailBase
public final void setDisclosed(boolean disclosed)
public final boolean isImmediate()
isImmediate
in class ShowDetailBase
public final void setImmediate(boolean immediate)
public final javax.faces.el.MethodBinding getDisclosureListener()
getDisclosureListener
in class ShowDetailBase
public final void setDisclosureListener(javax.faces.el.MethodBinding disclosureListener)
public java.lang.String getFamily()
getFamily
in class UIXComponentBase
protected FacesBean.Type getBeanType()
getBeanType
in class UIXComponentBase
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |