public class SplitEvent
extends javax.faces.event.FacesEvent
| Constructor and Description |
|---|
SplitEvent(javax.faces.component.UIComponent source,
int oldSplitRow,
int oldSplitColumn,
int newSplitRow,
int newSplitColumn)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getNewSplitColumn()
Returns the new value of the splitColumn attribute.
|
int |
getNewSplitRow()
Returns the new value of the splitRow attribute.
|
int |
getOldSplitColumn()
Returns the old value of the splitColumn attribute.
|
int |
getOldSplitRow()
Returns the old value of the splitRow attribute.
|
boolean |
isAppropriateListener(javax.faces.event.FacesListener listener) |
void |
processListener(javax.faces.event.FacesListener listener) |
public SplitEvent(javax.faces.component.UIComponent source,
int oldSplitRow,
int oldSplitColumn,
int newSplitRow,
int newSplitColumn)
source - the event sourceoldSplitRow - the splitRow prior to this event. -1 if rows were not split.oldSplitColumn - the splitColumn prior to this event. -1 if columns were not split.newSplitRow - the splitRow after this event. -1 if rows will not be split.newSplitColumn - the splitColumn after this event. -1 if columns will not be split.public int getOldSplitRow()
public int getOldSplitColumn()
public int getNewSplitRow()
public int getNewSplitColumn()
public boolean isAppropriateListener(javax.faces.event.FacesListener listener)
isAppropriateListener in class javax.faces.event.FacesEventlistener - public void processListener(javax.faces.event.FacesListener listener)
processListener in class javax.faces.event.FacesEventlistener - must be a SplitListener