Modifier and Type | Class and Description |
---|---|
class |
JQueryEffectBehavior
Provides a specific jQuery behavior for playing effects.
|
Modifier and Type | Class and Description |
---|---|
static class |
CheckChoice.CheckChoiceBehavior
Provides jQuery check-buttons
JQueryBehavior |
static class |
RadioChoice.RadioChoiceBehavior
Provides jQuery radio-buttons
JQueryBehavior |
Modifier and Type | Class and Description |
---|---|
class |
AutoCompleteBehavior
Provides a jQuery auto-complete behavior
|
Modifier and Type | Class and Description |
---|---|
class |
ButtonBehavior
Provides a jQuery button
JQueryBehavior |
Modifier and Type | Class and Description |
---|---|
class |
DatePickerBehavior
Provides a jQuery datepicker behavior
|
Modifier and Type | Class and Description |
---|---|
class |
DropDownChoiceBehavior
Provides a "selectmenu" behavior
|
Modifier and Type | Class and Description |
---|---|
static class |
AbstractSlider.SliderBehavior
Provides a jQuery slider
JQueryBehavior |
class |
AjaxSliderBehavior
Provides a jQuery ajax-slider
JQueryBehavior IJQueryAjaxAware.onAjax(AjaxRequestTarget, JQueryEvent) is delegated to AjaxSlider (need to validate AjaxSlider as a FormComponent ) |
Modifier and Type | Class and Description |
---|---|
class |
SpinnerBehavior
Provides a jQuery spinner
JQueryBehavior |
class |
TimeSpinnerBehavior
Provides a jQuery time spinner
JQueryBehavior |
Modifier and Type | Method and Description |
---|---|
JQueryUIBehavior |
AjaxSpinner.newWidgetBehavior(String selector) |
JQueryUIBehavior |
Spinner.newWidgetBehavior(String selector) |
JQueryUIBehavior |
TimeSpinner.newWidgetBehavior(String selector) |
Modifier and Type | Class and Description |
---|---|
class |
PositionBehavior
Provides a jQuery UI position behavior
|
Modifier and Type | Class and Description |
---|---|
class |
DraggableBehavior
Provides a jQuery draggable behavior
Warning: not thread-safe: the instance of this behavior should only be used once |
Modifier and Type | Class and Description |
---|---|
class |
DroppableBehavior
Provides a jQuery droppable behavior
|
Modifier and Type | Class and Description |
---|---|
class |
ResizableBehavior
Provides a jQuery resizable behavior
|
Modifier and Type | Class and Description |
---|---|
class |
SelectableBehavior<T extends Serializable>
Provides a jQuery selectable behavior
|
Modifier and Type | Class and Description |
---|---|
class |
SortableBehavior<T>
Provides a jQuery sortable behavior
|
Modifier and Type | Class and Description |
---|---|
class |
AccordionBehavior
Provides a jQuery accordion behavior.
Note, this class has almost the same code as TabsBehavior |
Modifier and Type | Class and Description |
---|---|
class |
DialogBehavior
Provides a jQuery dialog behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
MenuBehavior
Provides a jQuery menu behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
ProgressBarBehavior
Provides a jQuery progress-bar behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
TabsBehavior
Provides a jQuery tabs behavior.
Note, this class has almost the same code as AccordionBehavior |
Modifier and Type | Class and Description |
---|---|
class |
CustomTooltipBehavior
Provides the jQuery tooltip behavior, with custom content.
Warning: there is no selector supplied to the constructor, but it does not means that this behavior will be applied to the document, like for the TooltipBehavior . |
class |
TooltipBehavior
Provides the jQuery tooltip behavior.
The TooltipBehavior apply to a page and therefore needs to be added once: |
Copyright © 2016 7thWeb. All rights reserved.