| Interface | Description |
|---|---|
| ITabsListener |
Event listener shared by the
TabbedPanel widget and the TabsBehaviorWarning: At least one event should be enabled for the AjaxTab to load. |
| Class | Description |
|---|---|
| AjaxTab |
Provides an
AbstractTab which loads the panel when the ITab is clicked. |
| SimpleTab |
Provides a simple
AbstractTab that embeds a LabelPanel |
| TabbedPanel |
Provides jQuery tabs based on a
JQueryGenericPanel |
| TabListModel |
Provides a loadable (not detachable)
ListModel of ITabs |
| TabsAdapter |
Adapter class for
ITabsListener |
| TabsBehavior |
Provides a jQuery tabs behavior.
Note, this class has almost the same code as AccordionBehavior |
| TabsBehavior.ActivateEvent |
Provides an event object that will be broadcasted by the
TabsBehavior.OnActivateAjaxBehavior callback |
| TabsBehavior.ActivatingEvent |
Provides an event object that will be broadcasted by the
TabsBehavior.OnActivatingAjaxBehavior callback |
| TabsBehavior.OnActivateAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'activate' event |
| TabsBehavior.OnActivatingAjaxBehavior |
Provides a
JQueryAjaxBehavior that aims to be wired to the 'beforeActivate' event |
Copyright © 2017 7thWeb. All rights reserved.