Class TabsBehavior
java.lang.Object
org.apache.wicket.behavior.Behavior
com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
com.googlecode.wicket.jquery.core.JQueryBehavior
com.googlecode.wicket.jquery.ui.JQueryUIBehavior
com.googlecode.wicket.jquery.ui.widget.tabs.TabsBehavior
- All Implemented Interfaces:
com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware,JQueryDestroyListener.IDestroyable,Serializable,org.apache.wicket.IComponentAwareEventSink,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
public abstract class TabsBehavior
extends JQueryUIBehavior
implements com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
Provides a jQuery tabs behavior.
Note, this class has almost the same code as AccordionBehavior
Note, this class has almost the same code as AccordionBehavior
- Since:
- 1.2.1
- Author:
- Sebastien Briquet - sebfz1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classProvides an event object that will be broadcasted by theTabsBehavior.OnActivateAjaxBehaviorcallbackprotected static classProvides an event object that will be broadcasted by theTabsBehavior.OnActivatingAjaxBehaviorcallbackprotected static classProvides aJQueryAjaxBehaviorthat aims to be wired to the 'activate' eventprotected static classProvides aJQueryAjaxBehaviorthat aims to be wired to the 'beforeActivate' event -
Field Summary
FieldsFields inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior
method, options, selector -
Constructor Summary
ConstructorsConstructorDescriptionTabsBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, ITabsListener listener) ConstructorTabsBehavior(String selector, ITabsListener listener) Constructor -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate(int index, org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Activates the selected tab, identified by the indexvoidbind(org.apache.wicket.Component component) voiddisable(int index, org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Disables a tab, identified by its index.voiddisable(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Disables all tabsvoidenable(int index, org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Enables a tab, identified by its indexvoidenable(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Enables all tabsprotected abstract List<org.apache.wicket.extensions.markup.html.tabs.ITab>getTabs()Gets the referenceListofITabs.
Usually the model object of the component on which thisTabsBehavioris bound to.protected List<org.apache.wicket.extensions.markup.html.tabs.ITab>Gets a read-onlyITabListhaving its visible flag set to true.protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehaviornewOnActivateAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source) Gets a newJQueryAjaxBehaviorthat will be wired to the 'activate' eventprotected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehaviornewOnActivatingAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source) Gets a newJQueryAjaxBehaviorthat will be wired to the 'beforeActivate' eventvoidonAjax(org.apache.wicket.ajax.AjaxRequestTarget target, com.googlecode.wicket.jquery.core.JQueryEvent event) voidonConfigure(org.apache.wicket.Component component) Methods inherited from class com.googlecode.wicket.jquery.ui.JQueryUIBehavior
destroy, onDestroy, widget, widget, widget, widgetMethods inherited from class com.googlecode.wicket.jquery.core.JQueryBehavior
$, $, $, $, beforeRender, detach, getMethod, getOption, getOptions, getSelector, off, on, on, register, remove, renderHead, setOption, setOption, setOption, setOptions, setSelectorMethods inherited from class com.googlecode.wicket.jquery.core.JQueryAbstractBehavior
add, getJQueryLibrarySettings, renderOnDomReadyScript, renderPriorityHeaderItem, toStringMethods inherited from class org.apache.wicket.behavior.Behavior
afterRender, canCallListener, detach, getStatelessHint, isEnabled, isTemporary, onAttribute, onComponentTag, onEvent, onException, onRemove, onTag, unbind
-
Field Details
-
METHOD
- See Also:
-
-
Constructor Details
-
TabsBehavior
Constructor- Parameters:
selector- the html selector (ie: "#myId")listener- theITabsListener
-
TabsBehavior
public TabsBehavior(String selector, com.googlecode.wicket.jquery.core.Options options, ITabsListener listener) Constructor- Parameters:
selector- the html selector (ie: "#myId")options- theOptionslistener- theITabsListener
-
-
Method Details
-
getTabs
Gets the referenceListofITabs.
Usually the model object of the component on which thisTabsBehavioris bound to.- Returns:
- a non-null
List
-
getVisibleTabs
Gets a read-onlyITabListhaving its visible flag set to true.- Returns:
- a
ListofITabs
-
bind
public void bind(org.apache.wicket.Component component) - Overrides:
bindin classorg.apache.wicket.behavior.Behavior
-
activate
public void activate(int index, org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Activates the selected tab, identified by the index- Parameters:
index- the tab's indexhandler- theIPartialPageRequestHandler
-
enable
public void enable(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Enables all tabs- Parameters:
handler- theIPartialPageRequestHandler
-
enable
public void enable(int index, org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Enables a tab, identified by its index- Parameters:
index- the tab's indexhandler- theIPartialPageRequestHandler
-
disable
public void disable(org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Disables all tabs- Parameters:
handler- theIPartialPageRequestHandler
-
disable
public void disable(int index, org.apache.wicket.core.request.handler.IPartialPageRequestHandler handler) Disables a tab, identified by its index. The selected tab cannot be disabled.- Parameters:
index- the tab's indexhandler- theIPartialPageRequestHandler
-
onConfigure
public void onConfigure(org.apache.wicket.Component component) - Overrides:
onConfigurein classJQueryUIBehavior
-
onAjax
public void onAjax(org.apache.wicket.ajax.AjaxRequestTarget target, com.googlecode.wicket.jquery.core.JQueryEvent event) - Specified by:
onAjaxin interfacecom.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware
-
newOnActivateAjaxBehavior
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnActivateAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source) Gets a newJQueryAjaxBehaviorthat will be wired to the 'activate' event- Parameters:
source- theIJQueryAjaxAware- Returns:
- a new
OnActivateAjaxBehaviorby default
-
newOnActivatingAjaxBehavior
protected com.googlecode.wicket.jquery.core.ajax.JQueryAjaxBehavior newOnActivatingAjaxBehavior(com.googlecode.wicket.jquery.core.ajax.IJQueryAjaxAware source) Gets a newJQueryAjaxBehaviorthat will be wired to the 'beforeActivate' event- Parameters:
source- theIJQueryAjaxAware- Returns:
- a new
OnActivateAjaxBehaviorby default
-