| Interface | Description |
|---|---|
| IBorderLayout |
Helping interface which specifies that a Kendo UI border-layout will be applied on the underlying
MarkupContainer.For instance: |
| ISplitterListener |
Event listener shared by the
BorderLayout widget and the SplitterBehavior |
| Class | Description |
|---|---|
| BorderLayout |
Provides a Border Layout
WebMarkupContainer based on vertical and horizontal SplitterBehaviorsBorderLayout.getVerticalPanes() and BorderLayout.getHorizontalPanes() may be overridden to change the default layoutNote: the BorderLayout IS a WebMarkupContainer. |
| SplitterAdapter |
Adapter class for
ISplitterListener |
| SplitterBehavior |
Provides a "kendoSplitter" behavior
|
| SplitterBehavior.CollapseEvent |
Provides an event object that will be broadcasted by the
SplitterBehavior.OnCollapseAjaxBehavior callback |
| SplitterBehavior.ExpandEvent |
Provides an event object that will be broadcasted by the
SplitterBehavior.OnExpandAjaxBehavior callback |
| SplitterBehavior.OnCollapseAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'collapse' event |
| SplitterBehavior.OnExpandAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'expand' event |
Copyright © 2021 7thWeb. All rights reserved.