Skip navigation links

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


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 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

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

Skip navigation links

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


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