public interface ISplitterListener
extends org.apache.wicket.util.io.IClusterable
BorderLayout widget and the SplitterBehavior| Modifier and Type | Method and Description |
|---|---|
boolean |
isCollapseEventEnabled()
Indicates whether the 'collapse' event is enabled.
If true, the onCollapse(AjaxRequestTarget, String) event will be triggered. |
boolean |
isExpandEventEnabled()
Indicates whether the 'expand' event is enabled.
If true, the onExpand(AjaxRequestTarget, String) event will be triggered. |
void |
onCollapse(org.apache.wicket.ajax.AjaxRequestTarget target,
String paneId)
Triggered when a panel collapses
|
void |
onExpand(org.apache.wicket.ajax.AjaxRequestTarget target,
String paneId)
Triggered when a panel expands
|
boolean isExpandEventEnabled()
onExpand(AjaxRequestTarget, String) event will be triggered.boolean isCollapseEventEnabled()
onCollapse(AjaxRequestTarget, String) event will be triggered.void onExpand(org.apache.wicket.ajax.AjaxRequestTarget target,
String paneId)
target - the AjaxRequestTargetpaneId - the panel id (html-id)void onCollapse(org.apache.wicket.ajax.AjaxRequestTarget target,
String paneId)
target - the AjaxRequestTargetpaneId - the panel id (html-id)Copyright © 2021 7thWeb. All rights reserved.