OracleJavaScript API Reference for Oracle ADF Faces

 

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

oracle.adf.view.js.component.rich.data
Class AdfRichTable

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICollection
         |
         +--org.apache.myjs.trinidad.component.AdfUIIterator
               |
               +--org.apache.myjs.trinidad.component.AdfUITable
                     |
                     +--oracle.adf.view.js.component.AdfUITable2
                           |
                           +--oracle.adf.view.js.component.rich.data.AdfRichTable

public class AdfRichTable
extends AdfUITable2
The Table is used to display tabular data. It also supports selection (both single and multiple), sorting, and record navigation.



Field Summary


Fields inherited from org.apache.myjs.trinidad.component.AdfUITable

SELECTION_LISTENER_KEY


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfRichTable()
The Table is used to display tabular data.


Method Summary

public String
getAccessibleName()
Returns the localized String that represents the purpose of this Object.
public Object
getActiveRowKey()
Get function for attribute for 'activeRowKey'.
public Boolean
getAllDetailsEnabled()
Get function for attribute for 'allDetailsEnabled'.
public Number
getAutoHeightRows()
Get function for attribute for 'autoHeightRows'.
public String
getBodyContextMenuId()
Get function for attribute for 'bodyContextMenuId'.
public Boolean
getClearTokenCacheOnPPR()
Get function for attribute for 'clearTokenCacheOnPPR'.
public Number
getColumnBandingInterval()
Get function for attribute for 'columnBandingInterval'.
public String
getColumnResizing()
Get function for attribute for 'columnResizing'.
public String
getColumnSelection()
Get function for attribute for 'columnSelection'.
public Object
getColumnSelectionListener()
Get function for attribute for 'columnSelectionListener'.
public String
getColumnStretching()
Get function for attribute for 'columnStretching'.
public String
getContentDelivery()
Get function for attribute for 'contentDelivery'.
public String
getContextMenuId()
Get function for attribute for 'contextMenuId'.
public Boolean
getContextMenuSelect()
Get function for attribute for 'contextMenuSelect'.
public Boolean
getDisableColumnReordering()
Get function for attribute for 'disableColumnReordering'.
public String
getDisplayRow()
Get function for attribute for 'displayRow'.
public Object
getDisplayRowKey()
Get function for attribute for 'displayRowKey'.
public Array
getDontPersist()
Get function for attribute for 'dontPersist'.
public String
getEditingMode()
Get function for attribute for 'editingMode'.
public String
getEmptyText()
Get function for attribute for 'emptyText'.
public Number
getFetchSize()
Get function for attribute for 'fetchSize'.
public Boolean
getFilterVisible()
Get function for attribute for 'filterVisible'.
public Number
getFirst()
Get function for attribute for 'first'.
public Boolean
getHorizontalGridVisible()
Get function for attribute for 'horizontalGridVisible'.
public String
getInlineStyle()
Get function for attribute for 'inlineStyle'.
public Array
getPersist()
Get function for attribute for 'persist'.
public Number
getRowBandingInterval()
Get function for attribute for 'rowBandingInterval'.
public Number
getRowIndex(String rowKey)
Returns the index of a row identified by rowKey.
public String
getRowKey(Number index)
Returns the rowKey to identify a row based on its index.
public Number
getRows()
Get function for attribute for 'rows'.
public String
getRowSelection()
Get function for attribute for 'rowSelection'.
public Number
getScrollLeft()
Get function for attribute for 'scrollLeft'.
public Number
getScrollTop()
Get function for attribute for 'scrollTop'.
public Object
getScrollTopRowKey()
Get function for attribute for 'scrollTopRowKey'.
public String
getShortDesc()
Get function for attribute for 'shortDesc'.
public String
getStyleClass()
Get function for attribute for 'styleClass'.
public String
getSummary()
Get function for attribute for 'summary'.
public Object
getUnsecure()
Get function for attribute for 'unsecure'.
public Boolean
getVerticalGridVisible()
Get function for attribute for 'verticalGridVisible'.
public Boolean
getVisible()
Get function for attribute for 'visible'.
public String
getWidth()
Get function for attribute for 'width'.
public Object
scrollColumnIntoView(String columnId)
Deprecated.
public void
setActiveRowKey(Object newActiveRowKey)
Set function for attribute 'ActiveRowKey'.
public void
setAllDetailsEnabled(Boolean newAllDetailsEnabled)
Set function for attribute 'AllDetailsEnabled'.
public void
setAutoHeightRows(Number newAutoHeightRows)
Set function for attribute 'AutoHeightRows'.
public void
setBodyContextMenuId(String newBodyContextMenuId)
Set function for attribute 'BodyContextMenuId'.
public void
setClearTokenCacheOnPPR(Boolean newClearTokenCacheOnPPR)
Set function for attribute 'ClearTokenCacheOnPPR'.
public void
setColumnBandingInterval(Number newColumnBandingInterval)
Set function for attribute 'ColumnBandingInterval'.
public void
setColumnResizing(String newColumnResizing)
Set function for attribute 'ColumnResizing'.
public void
setColumnSelection(String newColumnSelection)
Set function for attribute 'ColumnSelection'.
public void
setColumnSelectionListener(Object newColumnSelectionListener)
Set function for attribute 'ColumnSelectionListener'.
public void
setColumnStretching(String newColumnStretching)
Set function for attribute 'ColumnStretching'.
public void
setContentDelivery(String newContentDelivery)
Set function for attribute 'ContentDelivery'.
public void
setContextMenuId(String newContextMenuId)
Set function for attribute 'ContextMenuId'.
public void
setContextMenuSelect(Boolean newContextMenuSelect)
Set function for attribute 'ContextMenuSelect'.
public void
setDisableColumnReordering(Boolean newDisableColumnReordering)
Set function for attribute 'DisableColumnReordering'.
public void
setDisplayRow(String newDisplayRow)
Set function for attribute 'DisplayRow'.
public void
setDisplayRowKey(Object newDisplayRowKey)
Set function for attribute 'DisplayRowKey'.
public void
setDontPersist(Array newDontPersist)
Set function for attribute 'DontPersist'.
public void
setEditingMode(String newEditingMode)
Set function for attribute 'EditingMode'.
public void
setEmptyText(String newEmptyText)
Set function for attribute 'EmptyText'.
public void
setFetchSize(Number newFetchSize)
Set function for attribute 'FetchSize'.
public void
setFilterVisible(Boolean newFilterVisible)
Set function for attribute 'FilterVisible'.
public void
setFirst(Number newFirst)
Set function for attribute 'First'.
public void
setHorizontalGridVisible(Boolean newHorizontalGridVisible)
Set function for attribute 'HorizontalGridVisible'.
public void
setInlineStyle(String newInlineStyle)
Set function for attribute 'InlineStyle'.
public void
setPersist(Array newPersist)
Set function for attribute 'Persist'.
public void
setRowBandingInterval(Number newRowBandingInterval)
Set function for attribute 'RowBandingInterval'.
public void
setRows(Number newRows)
Set function for attribute 'Rows'.
public void
setRowSelection(String newRowSelection)
Set function for attribute 'RowSelection'.
public void
setScrollLeft(Number newScrollLeft)
Set function for attribute 'ScrollLeft'.
public void
setScrollTop(Number newScrollTop)
Set function for attribute 'ScrollTop'.
public void
setScrollTopRowKey(Object newScrollTopRowKey)
Set function for attribute 'ScrollTopRowKey'.
public void
setShortDesc(String newShortDesc)
Set function for attribute 'ShortDesc'.
public void
setStyleClass(String newStyleClass)
Set function for attribute 'StyleClass'.
public void
setSummary(String newSummary)
Set function for attribute 'Summary'.
public void
setVerticalGridVisible(Boolean newVerticalGridVisible)
Set function for attribute 'VerticalGridVisible'.
public void
setVisible(Boolean newVisible)
Set function for attribute 'Visible'.
public void
setWidth(String newWidth)
Set function for attribute 'Width'.


Methods inherited from oracle.adf.view.js.component.AdfUITable2

getFilterModel, getQueryListener


Methods inherited from org.apache.myjs.trinidad.component.AdfUITable

DeliverDerivedPropertyEvents, findComponent, GetChanges, getDisclosedRowKeys, getImmediate, getRangeChangeListener, getRowDisclosureListener, getSelectedColumns, getSelectedRowKeys, getSelectionListener, getShowAll, getSortListener, Init, isDisclosed, setDisclosedRowKey, setDisclosedRowKeys, setSelectedRowKeys


Methods inherited from org.apache.myjs.trinidad.component.AdfUIIterator

getValue, setValue


Field Detail


Constructor Detail


AdfRichTable

public AdfRichTable()

The Table is used to display tabular data. It also supports selection (both single and multiple), sorting, and record navigation.

Method Detail


getAccessibleName

public String getAccessibleName()

Returns the localized String that represents the purpose of this Object. The Component is allowed to determine this name in any way it sees fit, including basing the value on properties of the component.
There is no guarantee that elements without full client-components will have a good accessible name, even if the appropriate attributes are set on the server.

Return:
String - The accessible name of the component or null if none is available.

getActiveRowKey

public Object getActiveRowKey()

Get function for attribute for 'activeRowKey'.

Return:
Object - ActiveRowKey

getAllDetailsEnabled

public Boolean getAllDetailsEnabled()

Get function for attribute for 'allDetailsEnabled'.

Return:
Boolean - AllDetailsEnabled

getAutoHeightRows

public Number getAutoHeightRows()

Get function for attribute for 'autoHeightRows'.

Return:
Number - AutoHeightRows

getBodyContextMenuId

public String getBodyContextMenuId()

Get function for attribute for 'bodyContextMenuId'.

Return:
String - BodyContextMenuId

getClearTokenCacheOnPPR

public Boolean getClearTokenCacheOnPPR()

Get function for attribute for 'clearTokenCacheOnPPR'.

Return:
Boolean - ClearTokenCacheOnPPR

getColumnBandingInterval

public Number getColumnBandingInterval()

Get function for attribute for 'columnBandingInterval'.

Return:
Number - ColumnBandingInterval

getColumnResizing

public String getColumnResizing()

Get function for attribute for 'columnResizing'.

Return:
String - ColumnResizing

getColumnSelection

public String getColumnSelection()

Get function for attribute for 'columnSelection'.

Return:
String - ColumnSelection

getColumnSelectionListener

public Object getColumnSelectionListener()

Get function for attribute for 'columnSelectionListener'.

Return:
Object - ColumnSelectionListener

getColumnStretching

public String getColumnStretching()

Get function for attribute for 'columnStretching'.

Return:
String - ColumnStretching

getContentDelivery

public String getContentDelivery()

Get function for attribute for 'contentDelivery'.

Return:
String - ContentDelivery

getContextMenuId

public String getContextMenuId()

Get function for attribute for 'contextMenuId'.

Return:
String - ContextMenuId

getContextMenuSelect

public Boolean getContextMenuSelect()

Get function for attribute for 'contextMenuSelect'.

Return:
Boolean - ContextMenuSelect

getDisableColumnReordering

public Boolean getDisableColumnReordering()

Get function for attribute for 'disableColumnReordering'.

Return:
Boolean - DisableColumnReordering

getDisplayRow

public String getDisplayRow()

Get function for attribute for 'displayRow'.

Return:
String - DisplayRow

getDisplayRowKey

public Object getDisplayRowKey()

Get function for attribute for 'displayRowKey'.

Return:
Object - DisplayRowKey

getDontPersist

public Array getDontPersist()

Get function for attribute for 'dontPersist'.

Return:
Array - DontPersist

getEditingMode

public String getEditingMode()

Get function for attribute for 'editingMode'.

Return:
String - EditingMode

getEmptyText

public String getEmptyText()

Get function for attribute for 'emptyText'.

Return:
String - EmptyText

getFetchSize

public Number getFetchSize()

Get function for attribute for 'fetchSize'.

Return:
Number - FetchSize

getFilterVisible

public Boolean getFilterVisible()

Get function for attribute for 'filterVisible'.

Return:
Boolean - FilterVisible

getFirst

public Number getFirst()

Get function for attribute for 'first'.

Return:
Number - First
Overrides:
AdfUIIterator.getFirst()

getHorizontalGridVisible

public Boolean getHorizontalGridVisible()

Get function for attribute for 'horizontalGridVisible'.

Return:
Boolean - HorizontalGridVisible

getInlineStyle

public String getInlineStyle()

Get function for attribute for 'inlineStyle'.

Return:
String - InlineStyle

getPersist

public Array getPersist()

Get function for attribute for 'persist'.

Return:
Array - Persist

getRowBandingInterval

public Number getRowBandingInterval()

Get function for attribute for 'rowBandingInterval'.

Return:
Number - RowBandingInterval

getRowIndex

public Number getRowIndex(String rowKey)

Returns the index of a row identified by rowKey.
There is no guarantee that a row identified by a rowKey can be found on the client since all the rows are not rendered on the client. Also keep in mind that the rowKey on the client is not the same as the one on the server, since the server provides a mechanism for converting client row keys into server row keys.

Parameters:
rowKey  -  the client side rowKey that identifies a row
Return:
Number - the index of a row for a row key if is found otherwise -1.
See also:
getRowKey(Number)

getRowKey

public String getRowKey(Number index)

Returns the rowKey to identify a row based on its index.
There is no guarantee that a row identified by a rowKey can be found on the client since all the rows are not rendered on the client. Also keep in mind that the rowKey on the client is not the same as the one on the server, since the server provides a mechanism for converting client row keys into server row keys.

Parameters:
index  -  the rowIndex of the row
Return:
String - the rowKey to identify a row if is found otherwise null.
See also:
getRowIndex(String)

getRows

public Number getRows()

Get function for attribute for 'rows'.

Return:
Number - Rows
Overrides:
AdfUIIterator.getRows()

getRowSelection

public String getRowSelection()

Get function for attribute for 'rowSelection'.

Return:
String - RowSelection

getScrollLeft

public Number getScrollLeft()

Get function for attribute for 'scrollLeft'.

Return:
Number - ScrollLeft

getScrollTop

public Number getScrollTop()

Get function for attribute for 'scrollTop'.

Return:
Number - ScrollTop

getScrollTopRowKey

public Object getScrollTopRowKey()

Get function for attribute for 'scrollTopRowKey'.

Return:
Object - ScrollTopRowKey

getShortDesc

public String getShortDesc()

Get function for attribute for 'shortDesc'.

Return:
String - ShortDesc

getStyleClass

public String getStyleClass()

Get function for attribute for 'styleClass'.

Return:
String - StyleClass

getSummary

public String getSummary()

Get function for attribute for 'summary'.

Return:
String - Summary

getUnsecure

public Object getUnsecure()

Get function for attribute for 'unsecure'. This attribute is secured. You may get it, but you may not set it. Any changes to this attribute will not be transmitted to the server.

Return:
Object - Unsecure

getVerticalGridVisible

public Boolean getVerticalGridVisible()

Get function for attribute for 'verticalGridVisible'.

Return:
Boolean - VerticalGridVisible

getVisible

public Boolean getVisible()

Get function for attribute for 'visible'.

Return:
Boolean - Visible

getWidth

public String getWidth()

Get function for attribute for 'width'.

Return:
String - Width

scrollColumnIntoView

public Object scrollColumnIntoView(String columnId)

This API has been deprecated. Please use AdfUIComponent.scrollIntoView instead.

Deprecated.
Parameters:
columnId  -  The Id of the column to scroll to.
Return:
Object

setActiveRowKey

public void setActiveRowKey(Object newActiveRowKey)

Set function for attribute 'ActiveRowKey'.

Parameters:
newActiveRowKey    
Return:
void - No Value returned

setAllDetailsEnabled

public void setAllDetailsEnabled(Boolean newAllDetailsEnabled)

Set function for attribute 'AllDetailsEnabled'.

Parameters:
newAllDetailsEnabled    
Return:
void - No Value returned

setAutoHeightRows

public void setAutoHeightRows(Number newAutoHeightRows)

Set function for attribute 'AutoHeightRows'.

Parameters:
newAutoHeightRows    
Return:
void - No Value returned

setBodyContextMenuId

public void setBodyContextMenuId(String newBodyContextMenuId)

Set function for attribute 'BodyContextMenuId'.

Parameters:
newBodyContextMenuId    
Return:
void - No Value returned

setClearTokenCacheOnPPR

public void setClearTokenCacheOnPPR(Boolean newClearTokenCacheOnPPR)

Set function for attribute 'ClearTokenCacheOnPPR'.

Parameters:
newClearTokenCacheOnPPR    
Return:
void - No Value returned

setColumnBandingInterval

public void setColumnBandingInterval(Number newColumnBandingInterval)

Set function for attribute 'ColumnBandingInterval'.

Parameters:
newColumnBandingInterval    
Return:
void - No Value returned

setColumnResizing

public void setColumnResizing(String newColumnResizing)

Set function for attribute 'ColumnResizing'.

Parameters:
newColumnResizing    
Return:
void - No Value returned

setColumnSelection

public void setColumnSelection(String newColumnSelection)

Set function for attribute 'ColumnSelection'.

Parameters:
newColumnSelection    
Return:
void - No Value returned

setColumnSelectionListener

public void setColumnSelectionListener(Object newColumnSelectionListener)

Set function for attribute 'ColumnSelectionListener'.

Parameters:
newColumnSelectionListener    
Return:
void - No Value returned

setColumnStretching

public void setColumnStretching(String newColumnStretching)

Set function for attribute 'ColumnStretching'.

Parameters:
newColumnStretching    
Return:
void - No Value returned

setContentDelivery

public void setContentDelivery(String newContentDelivery)

Set function for attribute 'ContentDelivery'.

Parameters:
newContentDelivery    
Return:
void - No Value returned

setContextMenuId

public void setContextMenuId(String newContextMenuId)

Set function for attribute 'ContextMenuId'.

Parameters:
newContextMenuId    
Return:
void - No Value returned

setContextMenuSelect

public void setContextMenuSelect(Boolean newContextMenuSelect)

Set function for attribute 'ContextMenuSelect'.

Parameters:
newContextMenuSelect    
Return:
void - No Value returned

setDisableColumnReordering

public void setDisableColumnReordering(Boolean newDisableColumnReordering)

Set function for attribute 'DisableColumnReordering'.

Parameters:
newDisableColumnReordering    
Return:
void - No Value returned

setDisplayRow

public void setDisplayRow(String newDisplayRow)

Set function for attribute 'DisplayRow'.

Parameters:
newDisplayRow    
Return:
void - No Value returned

setDisplayRowKey

public void setDisplayRowKey(Object newDisplayRowKey)

Set function for attribute 'DisplayRowKey'.

Parameters:
newDisplayRowKey    
Return:
void - No Value returned

setDontPersist

public void setDontPersist(Array newDontPersist)

Set function for attribute 'DontPersist'.

Parameters:
newDontPersist    
Return:
void - No Value returned

setEditingMode

public void setEditingMode(String newEditingMode)

Set function for attribute 'EditingMode'.

Parameters:
newEditingMode    
Return:
void - No Value returned

setEmptyText

public void setEmptyText(String newEmptyText)

Set function for attribute 'EmptyText'.

Parameters:
newEmptyText    
Return:
void - No Value returned

setFetchSize

public void setFetchSize(Number newFetchSize)

Set function for attribute 'FetchSize'.

Parameters:
newFetchSize    
Return:
void - No Value returned

setFilterVisible

public void setFilterVisible(Boolean newFilterVisible)

Set function for attribute 'FilterVisible'.

Parameters:
newFilterVisible    
Return:
void - No Value returned

setFirst

public void setFirst(Number newFirst)

Set function for attribute 'First'.

Parameters:
newFirst    
Return:
void - No Value returned
Overrides:
AdfUIIterator.setFirst(Number)

setHorizontalGridVisible

public void setHorizontalGridVisible(Boolean newHorizontalGridVisible)

Set function for attribute 'HorizontalGridVisible'.

Parameters:
newHorizontalGridVisible    
Return:
void - No Value returned

setInlineStyle

public void setInlineStyle(String newInlineStyle)

Set function for attribute 'InlineStyle'.

Parameters:
newInlineStyle    
Return:
void - No Value returned

setPersist

public void setPersist(Array newPersist)

Set function for attribute 'Persist'.

Parameters:
newPersist    
Return:
void - No Value returned

setRowBandingInterval

public void setRowBandingInterval(Number newRowBandingInterval)

Set function for attribute 'RowBandingInterval'.

Parameters:
newRowBandingInterval    
Return:
void - No Value returned

setRows

public void setRows(Number newRows)

Set function for attribute 'Rows'.

Parameters:
newRows    
Return:
void - No Value returned
Overrides:
AdfUIIterator.setRows(Number)

setRowSelection

public void setRowSelection(String newRowSelection)

Set function for attribute 'RowSelection'.

Parameters:
newRowSelection    
Return:
void - No Value returned

setScrollLeft

public void setScrollLeft(Number newScrollLeft)

Set function for attribute 'ScrollLeft'.

Parameters:
newScrollLeft    
Return:
void - No Value returned

setScrollTop

public void setScrollTop(Number newScrollTop)

Set function for attribute 'ScrollTop'.

Parameters:
newScrollTop    
Return:
void - No Value returned

setScrollTopRowKey

public void setScrollTopRowKey(Object newScrollTopRowKey)

Set function for attribute 'ScrollTopRowKey'.

Parameters:
newScrollTopRowKey    
Return:
void - No Value returned

setShortDesc

public void setShortDesc(String newShortDesc)

Set function for attribute 'ShortDesc'.

Parameters:
newShortDesc    
Return:
void - No Value returned

setStyleClass

public void setStyleClass(String newStyleClass)

Set function for attribute 'StyleClass'.

Parameters:
newStyleClass    
Return:
void - No Value returned

setSummary

public void setSummary(String newSummary)

Set function for attribute 'Summary'.

Parameters:
newSummary    
Return:
void - No Value returned

setVerticalGridVisible

public void setVerticalGridVisible(Boolean newVerticalGridVisible)

Set function for attribute 'VerticalGridVisible'.

Parameters:
newVerticalGridVisible    
Return:
void - No Value returned

setVisible

public void setVisible(Boolean newVisible)

Set function for attribute 'Visible'.

Parameters:
newVisible    
Return:
void - No Value returned

setWidth

public void setWidth(String newWidth)

Set function for attribute 'Width'.

Parameters:
newWidth    
Return:
void - No Value returned

SUMMARY: FIELD | CONSTR | METHOD    DETAIL: FIELD | CONSTR | METHOD

 

Generated on 2012.08.25 02:16 UTC
Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.