|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E10684-07 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.adf.view.rich.component.rich.data.RichTableUtils
public final class RichTableUtils
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 |
|---|
public RichTableUtils()
| Method Detail |
|---|
public static boolean processColumnSelectionEvent(javax.faces.component.UIComponent component,
ColumnSelectionEvent colSelEvent)
public static void processColumnVisiblityChangeEvent(javax.faces.component.UIComponent component,
ColumnVisibilityChangeEvent cvce)
component - the component from which the event is broadcastcvce - the ColumnVisibilityChangeEvent that is being broadcastpublic static java.util.Collection<java.lang.String> getSelectedColumns(javax.faces.component.UIComponent parent)
parent -
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 11g Release 1 (11.1.1.6.0) E10684-07 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||