Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


oracle.adf.view.rich.component.rich.data
Class RichTableUtils

java.lang.Object
  extended by oracle.adf.view.rich.component.rich.data.RichTableUtils


public final class RichTableUtils
extends java.lang.Object

Utilility class used by RichTable and RichTreeTable for sharing some processing logic


Constructor Summary
RichTableUtils()
           

 

Method Summary
static java.util.Collection<java.lang.String> getSelectedColumns(javax.faces.component.UIComponent parent)
          Returns selected child columns by clientId.
static boolean processColumnSelectionEvent(javax.faces.component.UIComponent component, ColumnSelectionEvent colSelEvent)
           
static void processColumnVisiblityChangeEvent(javax.faces.component.UIComponent component, ColumnVisibilityChangeEvent cvce)
          processes the column visibility change private event during the broadcast.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

RichTableUtils

public RichTableUtils()

Method Detail

processColumnSelectionEvent

public static boolean processColumnSelectionEvent(javax.faces.component.UIComponent component,
                                                  ColumnSelectionEvent colSelEvent)

processColumnVisiblityChangeEvent

public static void processColumnVisiblityChangeEvent(javax.faces.component.UIComponent component,
                                                     ColumnVisibilityChangeEvent cvce)
processes the column visibility change private event during the broadcast.
Parameters:
component - the component from which the event is broadcast
cvce - the ColumnVisibilityChangeEvent that is being broadcast

getSelectedColumns

public static java.util.Collection<java.lang.String> getSelectedColumns(javax.faces.component.UIComponent parent)
Returns selected child columns by clientId. Does not check for visibility/rendered attributes. Recurses into column groups
Parameters:
parent -
Returns:
Collection of selected columns client IDs

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1)
E10684-05


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