oracle.adf.view.faces.component
Class UIXColumn

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

public class UIXColumn
extends UIXComponentBase

This is base abstraction for column.

Example:


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
static java.lang.String FOOTER_FACET
           
static java.lang.String HEADER_FACET
           
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
UIXColumn()
          Construct an instance of the UIXColumn.
 
Method Summary
protected  FacesBean.Type getBeanType()
           
 java.lang.String getFamily()
           
 javax.faces.component.UIComponent getFooter()
          the node to render as this column's footer.
 javax.faces.component.UIComponent getHeader()
          the node to use to render this column's header.
 void setFooter(javax.faces.component.UIComponent footerFacet)
          the node to render as this column's footer.
 void setHeader(javax.faces.component.UIComponent headerFacet)
          the node to use to render this column's header.
 
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase
addFacesListener, broadcast, 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, processDecodes, 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
 

Field Detail

TYPE

public static final FacesBean.Type TYPE

HEADER_FACET

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

FOOTER_FACET

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

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

UIXColumn

public UIXColumn()
Construct an instance of the UIXColumn.

Method Detail

getHeader

public final javax.faces.component.UIComponent getHeader()
the node to use to render this column's header.


setHeader

public final void setHeader(javax.faces.component.UIComponent headerFacet)
the node to use to render this column's header.


getFooter

public final javax.faces.component.UIComponent getFooter()
the node to render as this column's footer.


setFooter

public final void setFooter(javax.faces.component.UIComponent footerFacet)
the node to render as this column's footer.


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.