public class MasonryResizeEvent
extends javax.faces.event.FacesEvent
source| Constructor and Description |
|---|
MasonryResizeEvent(javax.faces.component.UIComponent uiComponent, String childClientId, String oldSizeStyleClass, String newSizeStyleClass)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getChildClientId()
Get the clientId of the child being resized.
|
String |
getNewSizeStyleClass()
Get the style class specifying the new size of the component being inserted.
|
String |
getOldSizeStyleClass()
Get the style class specifying the old size of the component being inserted.
|
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener) |
String |
toString() |
getComponent, getPhaseId, queue, setPhaseIdgetSource
public MasonryResizeEvent(javax.faces.component.UIComponent uiComponent,
String childClientId,
String oldSizeStyleClass,
String newSizeStyleClass)
uiComponent - masonryLayout componentchildClientId - clientId of the child being resizedoldSizeStyleClass - style class specifying the old size of the childnewSizeStyleClass - style class specifying the new size of the childpublic String getChildClientId()
public String getOldSizeStyleClass()
public String getNewSizeStyleClass()
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.FacesEventpublic String toString()
toString in class EventObject