OracleJavaScript API Reference for Oracle ADF Faces

 

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

oracle.adfinternal.view.js.laf.dhtml.rich
Class AdfTableUtils

Warning:

org.ecmascript.object.Object
   |
   +--oracle.adf.view.js.base.AdfObject
         |
         +--oracle.adfinternal.view.js.laf.dhtml.rich.AdfTableUtils

public class AdfTableUtils
extends AdfObject
Utility class used by rich and screen reader table peers



Field Summary


Fields inherited from oracle.adf.view.js.base.AdfObject

constructor, superclass


Fields inherited from org.ecmascript.object.Object

prototype


Constructor Summary

public
AdfTableUtils()
Utility class used by rich and screen reader table peers


Method Summary

protected Object
Init()
Initializes the instance.
protected static Object
InitClass()
public static Object
processColumnSelectionEventChangedSets(Object addedSet, Object removedSet)
Make sure there is no overlap between selected and unselected column client ids This changes addedSet removedSet if there are overlaps
public static Object
queueColumnSelectionEvent(Object component, Object addedSet, Object removedSet)
Queue a ColumnSelectionEvent
public static Object
queueSortEvent(AdfUITable table, Object properties, Object orders)
Queues the sort event for the table component


Methods inherited from oracle.adf.view.js.base.AdfObject

adopt, clone, createCallback, createInitializedObject, createSubclass, ensureClassInitialization, equals, getClass, GetLazyArrayProperty, GetLazyMapProperty, getTypeName, toDebugString, toString


Field Detail


Constructor Detail


AdfTableUtils

public AdfTableUtils()

Utility class used by rich and screen reader table peers

Method Detail


Init

protected Object Init()

Initializes the instance. Subclasses of AdfObject must call their superclass' Init

Return:
Object
Overrides:
AdfObject.Init()

InitClass

protected static Object InitClass()

Return:
Object

processColumnSelectionEventChangedSets

public static Object processColumnSelectionEventChangedSets(Object addedSet,
                                                            Object removedSet)

Make sure there is no overlap between selected and unselected column client ids This changes addedSet removedSet if there are overlaps

Parameters:
addedSet    
removedSet    
Return:
Object

queueColumnSelectionEvent

public static Object queueColumnSelectionEvent(Object component,
                                               Object addedSet,
                                               Object removedSet)

Queue a ColumnSelectionEvent

Parameters:
component    
addedSet    
removedSet    
Return:
Object

queueSortEvent

public static Object queueSortEvent(AdfUITable table,
                                    Object properties,
                                    Object orders)

Queues the sort event for the table component

Parameters:
table  -  instance of the table component we want to queue the
properties  -  the property/properties to sort by
orders  -  whether to sort by ascending or descending order(s)
Return:
Object

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.