|
|||||||||||
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.CollectionBase | +--oracle.adf.view.faces.component.TableBase | +--oracle.adf.view.faces.component.UIXTable
UIXTable is the base abstraction for table components.
Field Summary | |
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DETAIL_FACET
|
static PropertyKey |
DISCLOSURE_LISTENER_KEY
|
static PropertyKey |
DISCLOSURE_STATE_KEY
|
static PropertyKey |
FIRST_KEY
|
static PropertyKey |
GOTO_LISTENER_KEY
|
static PropertyKey |
IMMEDIATE_KEY
|
static PropertyKey |
ROWS_KEY
|
static PropertyKey |
SELECTION_STATE_KEY
|
static PropertyKey |
SORT_LISTENER_KEY
|
static FacesBean.Type |
TYPE
|
static PropertyKey |
VALUE_KEY
|
static PropertyKey |
VAR_KEY
|
Fields inherited from class oracle.adf.view.faces.component.UIXComponentBase |
ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY |
Fields inherited from interface javax.faces.component.NamingContainer |
SEPARATOR_CHAR |
Constructor Summary | |
UIXTable()
Construct an instance of the UIXTable. |
Method Summary | |
protected FacesBean.Type |
getBeanType()
|
javax.faces.component.UIComponent |
getDetail()
the component to stamp below every row which is disclosed. |
javax.faces.el.MethodBinding |
getDisclosureListener()
Gets a method reference to a disclosure listener |
RowKeySet |
getDisclosureState()
Gets The detail disclosure model for this component. |
java.lang.String |
getFamily()
|
int |
getFirst()
Gets the index of the first row in the currently range of rows. |
javax.faces.el.MethodBinding |
getGotoListener()
Gets a method reference to a goto listener that will be called when a new range is selected. |
int |
getRows()
Gets the maximum number of rows to display in a single range of rows. |
RowKeySet |
getSelectionState()
Gets The selection state for this component. |
javax.faces.el.MethodBinding |
getSortListener()
Gets a method reference to a sort listener |
java.lang.Object |
getValue()
Gets the data model being displayed by this table. |
java.lang.String |
getVar()
Gets the name of the EL variable that provides access to each row of the table. |
boolean |
isImmediate()
Gets whether or not data validation - client-side or server-side - should take place when events are generated by this component. |
void |
setDetail(javax.faces.component.UIComponent detailFacet)
the component to stamp below every row which is disclosed. |
void |
setDisclosureListener(javax.faces.el.MethodBinding disclosureListener)
Sets a method reference to a disclosure listener |
void |
setDisclosureState(RowKeySet disclosureState)
Sets The detail disclosure model for this component. |
void |
setFirst(int first)
Sets the index of the first row in the currently range of rows. |
void |
setGotoListener(javax.faces.el.MethodBinding gotoListener)
Sets a method reference to a goto listener that will be called when a new range is selected. |
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. |
void |
setRows(int rows)
Sets the maximum number of rows to display in a single range of rows. |
void |
setSelectionState(RowKeySet selectionState)
Sets The selection state for this component. |
void |
setSortListener(javax.faces.el.MethodBinding sortListener)
Sets a method reference to a sort listener |
void |
setValue(java.lang.Object value)
Sets the data model being displayed by this table. |
void |
setVar(java.lang.String var)
Sets the name of the EL variable that provides access to each row of the table. |
Methods inherited from class oracle.adf.view.faces.component.TableBase |
addGotoListener, addSortListener, encodeBegin, getGotoListeners, getLocalClientId, getRowCount, getRowData, getRowIndex, getRowKey, getSortBy, getSortListeners, getSortOrder, isRowAvailable, isSortable, processDecodes, processUpdates, removeGotoListener, removeSortListener, restoreState, saveState, setRowIndex, setRowKey, sort |
Methods inherited from class oracle.adf.view.faces.component.CollectionBase |
broadcast, processValidators, queueEvent |
Methods inherited from class oracle.adf.view.faces.component.UIXComponentBase |
addFacesListener, createFacesBean, decode, encodeChildren, encodeEnd, findComponent, getAttribute, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getIntProperty, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, 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 DISCLOSURE_STATE_KEY
public static final PropertyKey SELECTION_STATE_KEY
public static final PropertyKey VALUE_KEY
public static final PropertyKey ROWS_KEY
public static final PropertyKey VAR_KEY
public static final PropertyKey FIRST_KEY
public static final PropertyKey SORT_LISTENER_KEY
public static final PropertyKey IMMEDIATE_KEY
public static final PropertyKey DISCLOSURE_LISTENER_KEY
public static final PropertyKey GOTO_LISTENER_KEY
public static final java.lang.String DETAIL_FACET
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
Constructor Detail |
public UIXTable()
Method Detail |
public final javax.faces.component.UIComponent getDetail()
getDetail
in class TableBase
public final void setDetail(javax.faces.component.UIComponent detailFacet)
public final RowKeySet getDisclosureState()
getDisclosureState
in class TableBase
public final void setDisclosureState(RowKeySet disclosureState)
setDisclosureState
in class TableBase
disclosureState
- the new disclosure state.public final RowKeySet getSelectionState()
getSelectionState
in interface CollectionComponent
getSelectionState
in class TableBase
public final void setSelectionState(RowKeySet selectionState)
setSelectionState
in class TableBase
selectionState
- the new selection statepublic final java.lang.Object getValue()
getValue
in class TableBase
public final void setValue(java.lang.Object value)
public final int getRows()
getRows
in interface CollectionComponent
getRows
in class TableBase
public final void setRows(int rows)
public final java.lang.String getVar()
This is a required property on the bean.
getVar
in interface CollectionComponent
getVar
in class CollectionBase
public final void setVar(java.lang.String var)
This is a required property on the bean.
public final int getFirst()
getFirst
in interface CollectionComponent
getFirst
in class TableBase
public final void setFirst(int first)
setFirst
in class TableBase
first
- zero-based index of the first visible row.public final javax.faces.el.MethodBinding getSortListener()
getSortListener
in class TableBase
public final void setSortListener(javax.faces.el.MethodBinding sortListener)
public final boolean isImmediate()
isImmediate
in class TableBase
public final void setImmediate(boolean immediate)
public final javax.faces.el.MethodBinding getDisclosureListener()
getDisclosureListener
in class TableBase
public final void setDisclosureListener(javax.faces.el.MethodBinding disclosureListener)
public final javax.faces.el.MethodBinding getGotoListener()
getGotoListener
in class TableBase
public final void setGotoListener(javax.faces.el.MethodBinding gotoListener)
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 |