OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adf.view.js.component
Class AdfUITable2

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
Direct Known Subclasses:
AdfRichTable

public class AdfUITable2
extends AdfUITable
UIXTable is base abstraction for filterable table.



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
AdfUITable2()
UIXTable is base abstraction for filterable table.


Method Summary

public Object
getFilterModel()
Get function for attribute for 'filterModel'.
public Object
getQueryListener()
Get function for attribute for 'queryListener'.


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

getFirst, getRows, getValue, setFirst, setRows, setValue


Field Detail


Constructor Detail


AdfUITable2

public AdfUITable2()

UIXTable is base abstraction for filterable table.

Method Detail


getFilterModel

public Object getFilterModel()

Get function for attribute for 'filterModel'. 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 - FilterModel

getQueryListener

public Object getQueryListener()

Get function for attribute for 'queryListener'. 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 - QueryListener

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

 

Generated on 2011.08.31 02:41 UTC
Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved.