public abstract class UiHandlerEventCollapse extends Object implements UiHandlerEvent
UiHandlerEvent for the actions onCollapse(UiEventCollapse) and
onCollapse(UiEventCollapse). change the visibility
of objects. Do not misuse this feature for totally different things as this will cause confusion and bad
usability.| Constructor and Description |
|---|
UiHandlerEventCollapse() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onCollapse(UiEventCollapse event)
This method is invoked if an
collapsable
object is to be collapsed. |
void |
onEvent(UiEvent event)
|
abstract void |
onExpand(UiEventExpand event)
This method is invoked if an
collapsable
object is to be expanded. |
public void onEvent(UiEvent event)
onEvent in interface UiHandlerEventevent - is the UiEvent that has been sent.public abstract void onCollapse(UiEventCollapse event)
collapsable
object is to be collapsed.event - is the collapse event.public abstract void onExpand(UiEventExpand event)
collapsable
object is to be expanded.event - is the expand event.Copyright © 2001–2016 mmm-Team. All rights reserved.