public class MasonryInsertEvent
extends javax.faces.event.FacesEvent
source| Constructor and Description |
|---|
MasonryInsertEvent(javax.faces.component.UIComponent uiComponent, int index, String sizeStyleClass)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex()
Get the index to insert at.
|
String |
getSizeStyleClass()
Get the style class specifying the 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 MasonryInsertEvent(javax.faces.component.UIComponent uiComponent,
int index,
String sizeStyleClass)
uiComponent - masonryLayout component being inserted intoindex - index to insert atsizeStyleClass - style class specifying the size of the child being insertedpublic int getIndex()
public String getSizeStyleClass()
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