public static interface CollapseExpandButton.CollapseHandler
collapsing and
expanding
.Modifier and Type | Method and Description |
---|---|
void |
onCollapse(boolean collapse,
boolean programmatic)
This method is called to notify about collapsing and expanding.
|
void onCollapse(boolean collapse, boolean programmatic)
collapse
- - true
if switched to collapsed state, false
if switched to
expanded state.programmatic
- - see UiEvent.isProgrammatic()
.Copyright © 2001–2016 mmm-Team. All rights reserved.