OracleJavaScript API Reference for Oracle ADF Faces

 

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

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.


Field Summary


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

DISCLOSURE_LISTENER_KEY, LOCAL_DISCLOSURE_STATE

Fields inherited from org.ecmascript.object.Object

constructor, prototype

Constructor Summary

public
AdfUITreeTable()
The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format.

Method Summary

public Object
getDisclosedRowKeys()
Get function for attribute for 'disclosedRowKeys'.
public Object
getFocusRowKey()
Get function for attribute for 'focusRowKey'.
public string
getHeight()
Get function for attribute for 'height'.
public boolean
getInitiallyExpanded()
Get function for attribute for 'initiallyExpanded'.
public Object
getRangeChangeListener()
Get function for attribute for 'rangeChangeListener'.
public boolean
getRootNodeRendered()
Get function for attribute for 'rootNodeRendered'.
public Array
getRowsByDepth()
Get function for attribute for 'rowsByDepth'.
public Object
getSelectedColumns()
Returns selected column client IDs
protected Object
Init(Object componentType, Object clientId, Object properties, Object children, Object facets)
public void
setDisclosedRowKeys(Object newDisclosedRowKeys)
Set function for attribute 'DisclosedRowKeys'.

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

DeliverDerivedPropertyEvents, findComponent, GetChanges, getFocusListener, getImmediate, getRowDisclosureListener, getSelectedRowKeys, getSelectionListener, getValue, isPathExpanded, isPathSelected, setDisclosedRowKey, setSelectedRowKeys, setValue

Field Detail


Constructor Detail


AdfUITreeTable

public AdfUITreeTable()

The Apache Trinidad TreeTable is used to display data that is structured in a hierarchical format.

Method Detail


getDisclosedRowKeys

public Object getDisclosedRowKeys()

Get function for attribute for 'disclosedRowKeys'.

Return:
Object - DisclosedRowKeys
Overrides:
AdfUITree.getDisclosedRowKeys()

getFocusRowKey

public Object getFocusRowKey()

Get function for attribute for 'focusRowKey'. 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 - FocusRowKey
Overrides:
AdfUITree.getFocusRowKey()

getHeight

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

getInitiallyExpanded

public boolean getInitiallyExpanded()

Get function for attribute for 'initiallyExpanded'. 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 - InitiallyExpanded
Overrides:
AdfUITree.getInitiallyExpanded()

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

getRootNodeRendered

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

getRowsByDepth

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

getSelectedColumns

public Object getSelectedColumns()

Returns selected column client IDs

Return:
Object

Init

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)

setDisclosedRowKeys

public void setDisclosedRowKeys(Object newDisclosedRowKeys)

Set function for attribute 'DisclosedRowKeys'.

Parameters:
newDisclosedRowKeys  
Return:
void - No Value returned
Overrides:
AdfUITree.setDisclosedRowKeys(Object)

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

 

Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.