oracle.adf.view.faces.component
Class UIXShowDetail

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
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
CoreShowDetail, CoreShowDetailHeader, CoreShowDetailItem

public class UIXShowDetail
extends ShowDetailBase

showDetail is a base component abstraction for components that can toggle between showing and hiding all of their children.

Events:

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

TYPE

public static final FacesBean.Type TYPE

DISCLOSED_KEY

public static final PropertyKey DISCLOSED_KEY

IMMEDIATE_KEY

public static final PropertyKey IMMEDIATE_KEY

DISCLOSURE_LISTENER_KEY

public static final PropertyKey DISCLOSURE_LISTENER_KEY

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values
Constructor Detail

UIXShowDetail

public UIXShowDetail()
Construct an instance of the UIXShowDetail.

Method Detail

isDisclosed

public final boolean isDisclosed()
Gets whether or not to disclose the children This attribute is not supported on the following agent types: pda, phone, voice.

Specified by:
isDisclosed in class ShowDetailBase

setDisclosed

public final 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.


isImmediate

public final boolean isImmediate()
Gets whether or not data validation - client-side or server-side - should take place when events are generated by this component. When immediate is true, the default ActionListener provided by the JavaServer Faces implementation should be executed during Apply Request Values phase of the request processing lifecycle, rather than waiting until the Invoke Application phase.

Specified by:
isImmediate in class ShowDetailBase

setImmediate

public final 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. When immediate is true, the default ActionListener provided by the JavaServer Faces implementation should be executed during Apply Request Values phase of the request processing lifecycle, rather than waiting until the Invoke Application phase.


getDisclosureListener

public final javax.faces.el.MethodBinding getDisclosureListener()
Gets a method reference to a disclosure listener

Specified by:
getDisclosureListener in class ShowDetailBase

setDisclosureListener

public final void setDisclosureListener(javax.faces.el.MethodBinding disclosureListener)
Sets a method reference to a disclosure listener


getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class UIXComponentBase

getBeanType

protected FacesBean.Type getBeanType()
Overrides:
getBeanType in class UIXComponentBase


Copyright © 2003-2004 Oracle Corporation. All Rights Reserved.