org.stjs.javascript.jquery.plugins
Interface Selectable<FullJQuery extends JQueryCore<?>>

All Known Subinterfaces:
JQuery, JQueryAndPlugins<FullJQuery>

public interface Selectable<FullJQuery extends JQueryCore<?>>


Method Summary
 FullJQuery selectable()
           
 FullJQuery selectable(SelectableOptions<FullJQuery> options)
           
 FullJQuery selectable(String methodName)
           
 FullJQuery selectable(String option, SelectableOptions<FullJQuery> options)
           
 Object selectable(String option, String optionName)
           
 FullJQuery selectable(String option, String optionName, Object value)
           
 

Method Detail

selectable

FullJQuery selectable()

selectable

FullJQuery selectable(SelectableOptions<FullJQuery> options)

selectable

FullJQuery selectable(String methodName)

selectable

Object selectable(String option,
                  String optionName)

selectable

FullJQuery selectable(String option,
                      String optionName,
                      Object value)

selectable

FullJQuery selectable(String option,
                      SelectableOptions<FullJQuery> options)


Copyright © 2013. All Rights Reserved.