public interface UiFeatureCollapse extends UiFeature, AttributeWriteCollapsed
features
of a collapsable object. It can be
collapsed and expanded
and allows to
add
and
remove
instances of UiHandlerEventCollapse
.Modifier and Type | Method and Description |
---|---|
void |
addCollapseHandler(UiHandlerEventCollapse handler)
This method adds the given
UiHandlerEventCollapse to this object. |
boolean |
removeCollapseHandle(UiHandlerEventCollapse handler)
This method removes the given
UiHandlerEventCollapse from this object. |
setCollapsed
isCollapsed
void addCollapseHandler(UiHandlerEventCollapse handler)
UiHandlerEventCollapse
to this object.handler
- is the UiHandlerEventCollapse
to add.boolean removeCollapseHandle(UiHandlerEventCollapse handler)
UiHandlerEventCollapse
from this object.handler
- is the UiHandlerEventCollapse
to remove.true
if the handler
has been removed successfully, false
if it was NOT registered
and nothing has
changed.Copyright © 2001–2016 mmm-Team. All rights reserved.