OracleJavaScript API Reference for Oracle ADF Faces

 

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

org.apache.myjs.trinidad.component
Class AdfUITable

org.ecmascript.object.Object
   |
   +--org.apache.myjs.trinidad.component.AdfUICollection
         |
         +--org.apache.myjs.trinidad.component.AdfUIIterator
               |
               +--org.apache.myjs.trinidad.component.AdfUITable
Direct Known Subclasses:
AdfUITable2

public class AdfUITable
extends AdfUIIterator
UIXTable is the base abstraction for table components.



Field Summary

public static Object
SELECTION_LISTENER_KEY
Copyright (c) 2008, 2010, Oracle and/or its affiliates.


Fields inherited from org.ecmascript.object.Object

constructor, prototype


Constructor Summary

public
AdfUITable()
UIXTable is the base abstraction for table components.


Method Summary

protected Object
DeliverDerivedPropertyEvents(Object propName, Object oldValue, Object newValue)
Override to fire selection change events
public Object
findComponent(Object scopedId, Object rowKey)
AdfUITable provides this overload of AdfUIComponent.findComponent() which takes an (optional) row key.
protected Object
GetChanges()
public Object
getDisclosedRowKeys()
Get function for attribute for 'disclosedRowKeys'.
public Boolean
getImmediate()
Get function for attribute for 'immediate'.
public Object
getRangeChangeListener()
Get function for attribute for 'rangeChangeListener'.
public Object
getRowDisclosureListener()
Get function for attribute for 'rowDisclosureListener'.
public Object
getSelectedColumns()
Returns selected column client IDs
public Object
getSelectedRowKeys()
Get function for attribute for 'selectedRowKeys'.
public Object
getSelectionListener()
Get function for attribute for 'selectionListener'.
public Boolean
getShowAll()
Get function for attribute for 'showAll'.
public Object
getSortListener()
Get function for attribute for 'sortListener'.
protected Object
Init(Object componentType, Object clientId, Object properties, Object children, Object facets)
public Object
isDisclosed(Object rowKey)
Returns true if the row is diclosed
public Object
setDisclosedRowKey(Object rowKey, Object disclosed)
Add/remove the given rowKey to/from the disclosedRowKeys
public void
setDisclosedRowKeys(Object newDisclosedRowKeys)
Set function for attribute 'DisclosedRowKeys'.
public void
setSelectedRowKeys(Object newSelectedRowKeys)
Set function for attribute 'SelectedRowKeys'.


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

getFirst, getRows, getValue, setFirst, setRows, setValue


Field Detail


SELECTION_LISTENER_KEY

public static Object SELECTION_LISTENER_KEY

Copyright (c) 2008, 2010, Oracle and/or its affiliates. All rights reserved. Component for outputting tabular data Note: This is a "partial" class, the majority of this class is generated.

Constructor Detail


AdfUITable

public AdfUITable()

UIXTable is the base abstraction for table components.

Method Detail


DeliverDerivedPropertyEvents

protected Object DeliverDerivedPropertyEvents(Object propName,
                                              Object oldValue,
                                              Object newValue)

Override to fire selection change events

Parameters:
propName    
oldValue    
newValue    
Return:
Object

findComponent

public Object findComponent(Object scopedId,
                            Object rowKey)

AdfUITable provides this overload of AdfUIComponent.findComponent() which takes an (optional) row key. When the row key is specified, AdfUITable.findComponent() returns the stamped component instance for the specified row. Note that the actual row key value may be transformed by the rich client framework such that the client-side value of the row key may not have any resemblance to the server-side row key. As such, only row keys served up by the client-side framework (eg. row keys obtained from selection events) should be passed to AdfUITable.findComponent(). Also note that the lifecycle of stamped client-side components may be limited in scope. For large data sets, the AdfUITable component may discard components which are no longer visible. In such cases, AdfUITable.findComponent() will return null. Applications which need access to component state for rows which are no longer present on the client must return to the server to access this information.

Parameters:
scopedId    
rowKey    
Return:
Object

GetChanges

protected Object GetChanges()

Return:
Object

getDisclosedRowKeys

public Object getDisclosedRowKeys()

Get function for attribute for 'disclosedRowKeys'.

Return:
Object - DisclosedRowKeys

getImmediate

public Boolean getImmediate()

Get function for attribute for 'immediate'. 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:
Boolean - Immediate

getRangeChangeListener

public Object getRangeChangeListener()

Get function for attribute for 'rangeChangeListener'. 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 - RangeChangeListener

getRowDisclosureListener

public Object getRowDisclosureListener()

Get function for attribute for 'rowDisclosureListener'. 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 - RowDisclosureListener

getSelectedColumns

public Object getSelectedColumns()

Returns selected column client IDs

Return:
Object

getSelectedRowKeys

public Object getSelectedRowKeys()

Get function for attribute for 'selectedRowKeys'.

Return:
Object - SelectedRowKeys

getSelectionListener

public Object getSelectionListener()

Get function for attribute for 'selectionListener'. 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 - SelectionListener

getShowAll

public Boolean getShowAll()

Get function for attribute for 'showAll'. 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:
Boolean - ShowAll

getSortListener

public Object getSortListener()

Get function for attribute for 'sortListener'. 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 - SortListener

Init

protected Object Init(Object componentType,
                      Object clientId,
                      Object properties,
                      Object children,
                      Object facets)

Parameters:
componentType    
clientId    
properties    
children    
facets    
Return:
Object

isDisclosed

public Object isDisclosed(Object rowKey)

Returns true if the row is diclosed

Parameters:
rowKey    
Return:
Object

setDisclosedRowKey

public Object setDisclosedRowKey(Object rowKey,
                                 Object disclosed)

Add/remove the given rowKey to/from the disclosedRowKeys

Parameters:
rowKey    
disclosed    
Return:
Object

setDisclosedRowKeys

public void setDisclosedRowKeys(Object newDisclosedRowKeys)

Set function for attribute 'DisclosedRowKeys'.

Parameters:
newDisclosedRowKeys    
Return:
void - No Value returned

setSelectedRowKeys

public void setSelectedRowKeys(Object newSelectedRowKeys)

Set function for attribute 'SelectedRowKeys'.

Parameters:
newSelectedRowKeys    
Return:
void - No Value returned

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

 

Generated on 2013.01.09 16:37 UTC
Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.