|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.EventObject
javax.faces.event.FacesEvent
oracle.adf.view.rich.event.ColumnVisibilityChangeEvent
public class ColumnVisibilityChangeEvent
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 .
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ColumnVisibilityChangeEvent(javax.faces.component.UIComponent source, Collection<String> columnClientIdsToShow, Collection<String> columnClientIdsToHide)Creates a new event for ColumnVisibilityChange. |
|
ColumnVisibilityChangeEvent(javax.faces.component.UIComponent source, List<javax.faces.component.UIComponent> columnsToShow, List<javax.faces.component.UIComponent> columnsToHide)Deprecated. |
|
| Method Summary | |
|---|---|
Collection<String> |
getColumnClientIdsToHide() |
Collection<String> |
getColumnClientIdsToShow()returns the client ids of the columns that are shown |
List<javax.faces.component.UIComponent> |
getColumnsToHide()Deprecated. |
List<javax.faces.component.UIComponent> |
getColumnsToShow()Deprecated. |
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 |
|---|
@Deprecated
public ColumnVisibilityChangeEvent(javax.faces.component.UIComponent source,
List<javax.faces.component.UIComponent> columnsToShow,
List<javax.faces.component.UIComponent> columnsToHide)
source -columnsToShow -columnsToHide -
public ColumnVisibilityChangeEvent(javax.faces.component.UIComponent source,
Collection<String> columnClientIdsToShow,
Collection<String> columnClientIdsToHide)
source -columnClientIdsToShow -columnClientIdsToHide -| Method Detail |
|---|
@Deprecated
public List<javax.faces.component.UIComponent> getColumnsToShow()
getColumnClientIdsToShow()
@Deprecated
public List<javax.faces.component.UIComponent> getColumnsToHide()
getColumnClientIdsToHide()public Collection<String> getColumnClientIdsToShow()
public Collection<String> getColumnClientIdsToHide()
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventpublic void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEvent
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Faces 12c Release 1 (12.1.2.0.0) E23185-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2013 Oracle Corporation. All Rights Reserved.