public abstract class ViewStateListener
extends java.lang.Object
View instance in order to receive state change events for the View. Use the method View.addViewStateListener(ViewStateListener).| Constructor and Description |
|---|
ViewStateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
viewCollapsed(ViewStateEvent e)
This method is called back when an accordion panel hosting a View changes from being expanded to collapsed.
|
void |
viewExpanded(ViewStateEvent e)
This method is called back when an accordion panel hosting a View changes from being collapsed to expanded.
|
public void viewExpanded(ViewStateEvent e)
e - The event object.public void viewCollapsed(ViewStateEvent e)
e - The event object.