|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CollapsiblePaneListener
This is a special WebCollapsiblePane events listener that fires four kinds of events. Two of them are fired before the collapsible pane finished either collapsing or expanding and two other fired after.
Notice that similar "before" and "after" events could be fired almost in the same time in case WebCollapsiblePane is not animated or its animation speed is increased by collapsible pane settings.
Method Summary | |
---|---|
void |
collapsed(WebCollapsiblePane pane)
Notifies when collapsible pane finished collapsing. |
void |
collapsing(WebCollapsiblePane pane)
Notifies when collapsible pane starts to collapse. |
void |
expanded(WebCollapsiblePane pane)
Notifies when collapsible pane finished expanding. |
void |
expanding(WebCollapsiblePane pane)
Notifies when collapsible pane starts to expand. |
Method Detail |
---|
void expanding(WebCollapsiblePane pane)
pane
- collapsible panevoid expanded(WebCollapsiblePane pane)
pane
- collapsible panevoid collapsing(WebCollapsiblePane pane)
pane
- collapsible panevoid collapsed(WebCollapsiblePane pane)
pane
- collapsible pane
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |