Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.9.1)
E67678-01


oracle.adf.view.rich.event
Class MasonryDeleteEvent

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

All Implemented Interfaces:
java.io.Serializable

public class MasonryDeleteEvent
extends javax.faces.event.FacesEvent

Masonry layout delete event

See Also:
Serialized Form

Field Summary

 

Fields inherited from class java.util.EventObject
source

 

Constructor Summary
MasonryDeleteEvent(javax.faces.component.UIComponent uiComponent, java.lang.String childClientId)
          Constructor

 

Method Summary
 java.lang.String getChildClientId()
          Get the clientId of the child being deleted.
 boolean isAppropriateListener(javax.faces.event.FacesListener listener)
           
 void processListener(javax.faces.event.FacesListener listener)
           
 java.lang.String toString()
           

 

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

 

Methods inherited from class java.util.EventObject
getSource

 

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

 

Constructor Detail

MasonryDeleteEvent

public MasonryDeleteEvent(javax.faces.component.UIComponent uiComponent,
                          java.lang.String childClientId)
Constructor
Parameters:
uiComponent - masonryLayout component
childClientId - clientId of the child being deleted

Method Detail

getChildClientId

public java.lang.String getChildClientId()
Get the clientId of the child being deleted.
Returns:
clientId of the child being deleted

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

toString

public java.lang.String toString()
Overrides:
toString in class java.util.EventObject

Skip navigation links

Oracle© Fusion Middleware Java API Reference for Oracle ADF Faces
11g Release 1 (11.1.1.9.1)
E67678-01


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