Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


oracle.adf.view.rich.event
Class ColumnVisibilityChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.faces.event.FacesEvent
          extended by oracle.adf.view.rich.event.ColumnVisibilityChangeEvent

All Implemented Interfaces:
java.io.Serializable

public class ColumnVisibilityChangeEvent
extends javax.faces.event.FacesEvent

An event queued to indicate that the columns inside a table are being hidden/shown. Currently this event is queued internally so that the columns can be hidden/shown during invoke application phase. There can be no listeners associated with this event .

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
ColumnVisibilityChangeEvent(javax.faces.component.UIComponent source, java.util.List<javax.faces.component.UIComponent> columnsToShow, java.util.List<javax.faces.component.UIComponent> columnsToHide)
           

 

Method Summary
 java.util.List<javax.faces.component.UIComponent> getColumnsToHide()
           
 java.util.List<javax.faces.component.UIComponent> getColumnsToShow()
           
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           

 

Methods inherited from class javax.faces.event.FacesEvent
getComponent, getPhaseId, queue, setPhaseId

 

Methods inherited from class java.util.EventObject
getSource, toString

 

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

 

Constructor Detail

ColumnVisibilityChangeEvent

public ColumnVisibilityChangeEvent(javax.faces.component.UIComponent source,
                                   java.util.List<javax.faces.component.UIComponent> columnsToShow,
                                   java.util.List<javax.faces.component.UIComponent> columnsToHide)

Method Detail

getColumnsToShow

public java.util.List<javax.faces.component.UIComponent> getColumnsToShow()

getColumnsToHide

public java.util.List<javax.faces.component.UIComponent> getColumnsToHide()

isAppropriateListener

public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
Specified by:
isAppropriateListener in class javax.faces.event.FacesEvent

processListener

public void processListener(javax.faces.event.FacesListener listener)
Specified by:
processListener in class javax.faces.event.FacesEvent

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.7.0)
E10684-08


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