oracle.adf.view.faces.component
Class TableSelectManyBase

java.lang.Object
  |
  +--javax.faces.component.UIComponent
        |
        +--oracle.adf.view.faces.component.UIXComponent
              |
              +--oracle.adf.view.faces.component.UIXComponentBase
                    |
                    +--oracle.adf.view.faces.component.TableSelectManyBase
All Implemented Interfaces:
javax.faces.component.StateHolder
Direct Known Subclasses:
UIXTableSelectMany

public abstract class TableSelectManyBase
extends UIXComponentBase

Base class for Table "selection" facet components


Field Summary
 
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY, TYPE
 
Constructor Summary
TableSelectManyBase()
           
 
Method Summary
 void processDecodes(javax.faces.context.FacesContext context)
          decode this component first, before any of its facets or children.
 
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase
addFacesListener, broadcast, createFacesBean, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttribute, getAttributes, getBeanType, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getFamily, getId, getIntProperty, getLocalClientId, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, 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
 

Constructor Detail

TableSelectManyBase

public TableSelectManyBase()
Method Detail

processDecodes

public void processDecodes(javax.faces.context.FacesContext context)
decode this component first, before any of its facets or children.

Overrides:
processDecodes in class UIXComponentBase
Parameters:
context -


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