JavaScript API Reference for Oracle ADF Faces
org.apache.myjs.trinidad.component
Class AdfUITreeTable
org.ecmascript.object.Object
|
+--org.apache.myjs.trinidad.component.AdfUICollection
|
+--org.apache.myjs.trinidad.component.AdfUITree
|
+--org.apache.myjs.trinidad.component.AdfUITreeTable
- Direct Known Subclasses:
- AdfRichTreeTable
public class AdfUITreeTable
extends AdfUITree
The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format.
Constructor Summary
|
public |
AdfUITreeTable()
-
The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format.
|
Methods inherited from org.apache.myjs.trinidad.component.AdfUITree
|
DeliverDerivedPropertyEvents, findComponent, GetChanges, getDisclosedRowKeys, getFocusListener, getFocusRowKey, getImmediate, getInitiallyExpanded, getRowDisclosureListener, getSelectedRowKeys, getSelectionListener, getValue, isPathExpanded, isPathSelected, setDisclosedRowKey, setDisclosedRowKeys, setSelectedRowKeys, setValue |
public AdfUITreeTable()
The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format.
public string getHeight()
Get function for attribute for 'height'. 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:
string
- Height
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
public boolean getRootNodeRendered()
Get function for attribute for 'rootNodeRendered'. 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
- RootNodeRendered
public Array getRowsByDepth()
Get function for attribute for 'rowsByDepth'. 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:
Array
- RowsByDepth
public Object getSelectedColumns()
Returns selected column client IDs
- Return:
Object
protected Object Init(Object componentType,
Object clientId,
Object properties,
Object children,
Object facets)
- Parameters:
-
componentType |
|
|
clientId |
|
|
properties |
|
|
children |
|
|
facets |
|
|
- Return:
Object
- Overrides:
AdfUITree.Init(Object, Object, Object, Object, Object)
Generated on 2014.03.27 12:59 UTC
Copyright (c) 1998, 2014, Oracle and/or its affiliates. All rights reserved.