org.stjs.javascript.jquery.plugins
Class TabsOptions<FullJQuery extends JQueryCore<?>>

java.lang.Object
  extended by org.stjs.javascript.jquery.plugins.TabsOptions<FullJQuery>

public class TabsOptions<FullJQuery extends JQueryCore<?>>
extends Object


Field Summary
 UIEventHandler<TabsUI<FullJQuery>> add
           
 Object ajaxOptions
           
 boolean cache
           
 boolean collapsible
           
 Object cookie
           
 UIEventHandler<TabsUI<FullJQuery>> create
           
 boolean deselectable
           
 UIEventHandler<TabsUI<FullJQuery>> disable
           
 Object disabled
           
 UIEventHandler<TabsUI<FullJQuery>> enable
           
 String event
           
 Object fx
           
 String idPrefix
           
 UIEventHandler<TabsUI<FullJQuery>> load
           
 String panelTemplate
           
 UIEventHandler<TabsUI<FullJQuery>> remove
           
 UIEventHandler<TabsUI<FullJQuery>> select
           
 int selected
           
 UIEventHandler<TabsUI<FullJQuery>> show
           
 String spinner
           
 String tabTemplate
           
 
Constructor Summary
TabsOptions()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

disabled

public Object disabled

ajaxOptions

public Object ajaxOptions

cache

public boolean cache

collapsible

public boolean collapsible

cookie

public Object cookie

deselectable

public boolean deselectable

event

public String event

fx

public Object fx

idPrefix

public String idPrefix

panelTemplate

public String panelTemplate

selected

public int selected

spinner

public String spinner

tabTemplate

public String tabTemplate

create

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> create

select

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> select

load

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> load

show

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> show

add

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> add

remove

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> remove

enable

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> enable

disable

public UIEventHandler<TabsUI<FullJQuery extends JQueryCore<?>>> disable
Constructor Detail

TabsOptions

public TabsOptions()


Copyright © 2013. All Rights Reserved.