All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractDialog<T extends Serializable> |
Base class for implementing jQuery dialogs
|
| AbstractDraggableFactory |
|
| AbstractFormDialog<T extends Serializable> |
Provides the base class for form-based dialogs
|
| AbstractMenuItem |
|
| AbstractSlider<T> |
Base class for implementing jQuery slider(s)
|
| AbstractSlider.SliderBehavior |
Provides a jQuery slider JQueryBehavior
|
| AbstractSplitButton |
Base class for jQuery split-button
|
| AbstractWizard<T extends Serializable> |
Provides the base class for wizard-based dialogs
|
| AccordionAdapter |
|
| AccordionBehavior |
Provides a jQuery accordion behavior.
Note, this class has almost the same code as TabsBehavior
|
| AccordionBehavior.ActivateEvent |
|
| AccordionBehavior.OnActivateAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'activate' event
|
| AccordionPanel |
Provides a jQuery accordion based on a JQueryGenericPanel, which takes ITabs as constructor's argument
|
| AjaxButton |
Provides a jQuery button based on the built-in AjaxButton
|
| AjaxDatePicker |
Provides a jQuery date-picker based on a DateTextField
This ajax version will post the Component, using a JQueryAjaxPostBehavior, when the 'onSelect' javascript method is called.
|
| AjaxDropDownChoice<T> |
Provides a JQuery UI Selectmenu widget (DropDownChoice).
This ajax version will post the component, using a OnChangeAjaxBehavior, when the 'change' javascript method is called.
|
| AjaxFallbackLink<T> |
Provides a jQuery UI button based on a built-in AjaxFallbackLink
|
| AjaxIndicatingButtonBehavior |
Provides a jQuery UI button JQueryBehavior with an ajax indicator
|
| AjaxLink<T> |
Provides a jQuery UI button based on a built-in AjaxLink
|
| AjaxRangeSlider |
Provides a jQuery range slider based on a FormComponentPanel This ajax version will post the Component, using a JQueryAjaxPostBehavior, when the 'change' javascript method is called.
|
| AjaxSlider |
Provides a jQuery slider based on a FormComponentPanel
This ajax version will post the Component, using a OnChangeAjaxBehavior, when the 'change' javascript method is called.
|
| AjaxSliderBehavior |
Provides a jQuery ajax-slider JQueryBehavior
IJQueryAjaxAware.onAjax(AjaxRequestTarget, JQueryEvent) is delegated to AjaxSlider (need to validate AjaxSlider as a FormComponent)
|
| AjaxSpinner<T extends Number> |
|
| AjaxSplitButton |
Provides a jQuery split ajax-button
|
| AjaxSubmitLink |
Provides a jQuery UI button based on a built-in AjaxSubmitLink
|
| AjaxTab |
Provides an AbstractTab which loads the panel when the ITab is clicked.
|
| AutoCompleteBehavior |
Provides a jQuery auto-complete behavior
|
| AutoCompleteBehavior.OnSelectAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'select' event
|
| AutoCompleteBehavior.SelectEvent |
|
| AutoCompleteTextField<T extends Serializable> |
Provides a jQuery auto-complete widget
|
| BookmarkablePageLink<T> |
Provides a jQuery UI button based on a built-in BookmarkablePageLink
|
| Button |
Provides a jQuery button based on the built-in Button
|
| ButtonAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'click' event of DialogButtons
|
| ButtonAjaxBehavior.ClickEvent |
|
| ButtonAjaxPostBehavior |
|
| ButtonBehavior |
Provides a jQuery button JQueryBehavior
|
| CheckChoice<T> |
Provides jQuery check-buttons based on a CheckBoxMultipleChoice
|
| CheckChoice.CheckChoiceBehavior |
Provides jQuery check-buttons JQueryBehavior
|
| ConfirmAjaxButton |
Provides a AjaxButton which pop-ups an OK-Cancel confirmation dialog when clicked.
|
| ConfirmButton |
Provides a AjaxButton which pop-ups an OK-Cancel confirmation dialog when clicked.
|
| ContextMenu |
Provides a context-menu based on the Menu
|
| ContextMenuBehavior |
Provides a jQuery context menu behavior.
A ContextMenuBehavior can be associated to only one Component (ie: The behavior cannot be reused).
|
| ContextMenuBehavior.ContextMenuEvent |
|
| ContextMenuBehavior.OnContextMenuAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'contextmenu' event
|
| 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.
|
| DatePicker |
Provides a jQuery date-picker based on a DateTextField
|
| DatePickerAdapter |
|
| DatePickerBehavior |
Provides a jQuery datepicker behavior
|
| DatePickerBehavior.OnSelectAjaxBehavior |
Provides a JQueryAjaxPostBehavior that aims to be wired to the 'onSelect' event
|
| DatePickerBehavior.SelectEvent |
|
| DialogAdapter |
|
| DialogBehavior |
Provides a jQuery dialog behavior.
|
| DialogBehavior.CloseEvent |
|
| DialogBehavior.OnDefaultCloseAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'close' event
Underlying callback will be triggered when the user clicks on the X-icon
|
| DialogBehavior.OnEscapeCloseAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'beforeClose' event
Underlying callback will be triggered when the user presses the escape key
|
| DialogButton |
Provides the button object that can be used in dialogs
|
| DialogButtons |
|
| DialogIcon |
|
| DialogListenerWrapper |
|
| DownloadLink |
Provides a jQuery UI button based on a built-in DownloadLink
|
| Draggable<T> |
Provides a jQuery draggable element based on a JQueryGenericContainer
|
| Draggable.Axis |
|
| Draggable.Containment |
|
| DraggableAdapter |
|
| DraggableBehavior |
Provides a jQuery draggable behavior
Warning: not thread-safe: the instance of this behavior should only be used once
|
| DraggableBehavior.DraggableEvent |
|
| DraggableBehavior.DragStartEvent |
|
| DraggableBehavior.DragStopEvent |
|
| DraggableBehavior.OnDragStartAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'start' event
|
| DraggableBehavior.OnDragStopAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'stop' event
|
| DropDownChoice<T> |
Provides a JQuery UI Selectmenu widget (DropDownChoice).
|
| DropDownChoiceBehavior |
|
| Droppable<T> |
Provides a jQuery droppable area, on which Draggables can be dropped.
|
| DroppableAdapter |
|
| DroppableBehavior |
Provides a jQuery droppable behavior
|
| DroppableBehavior.DropEvent |
|
| DroppableBehavior.ExitEvent |
|
| DroppableBehavior.OnDropAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'drop' event
|
| DroppableBehavior.OnExitAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'exit' event
|
| DroppableBehavior.OnOverAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'over' event
|
| DroppableBehavior.OverEvent |
|
| Effect |
|
| EffectAdapter |
|
| ExternalLink |
Provides a jQuery UI button based on a built-in ExternalLink
|
| FragmentDialog<T extends Serializable> |
Provides a dialog having a content coming from a Fragment
|
| FragmentFormDialog<T extends Serializable> |
Provides a dialog having a content coming from a Fragment
|
| IAccordionListener |
|
| IAutoCompleteListener |
|
| IDatePickerListener |
|
| IDialogListener |
|
| IDraggableListener |
|
| IDroppableListener |
|
| IEffectListener |
|
| IMenuItem |
Interface used to represent a single item in a Menu
|
| IMenuListener |
|
| IndicatingAjaxButton |
Provides a jQuery button based on the AjaxButton, with an ajax indicator the time the AjaxButton.onSubmit() process.
|
| IndicatingAjaxButton.Position |
|
| Initializer |
Provides the IInitializer for jQuery UI
|
| InputDialog<T extends Serializable> |
Provides a modal dialog box that ask an input to the user
|
| IResizableListener |
|
| ISelectableListener<T extends Serializable> |
|
| ISortableListener<T> |
|
| ISpinnerListener |
|
| ITabsListener |
|
| JQueryDestroyListener |
INTERNAL USE
Provides an IListener for JQueryUIBehaviors that destroys widgets about to be repainted.
|
| JQueryDestroyListener.IDestroyable |
Specifies that a widgets can be automatically destroyed
|
| JQueryEffectBehavior |
Provides a specific jQuery behavior for playing effects.
|
| JQueryEffectBehavior.CallbackEvent |
Provides the event object that will be broadcasted by the JQueryAjaxBehavior callback
|
| JQueryEffectContainer |
Provides a WebMarkupContainer on which effect can be played
|
| JQueryFeedbackPanel |
Provides a FeedbackPanel customized with the jQuery theme
|
| JQueryFencedFeedbackPanel |
Provides a FencedFeedbackPanel customized with the jQuery theme
|
| JQueryIcon |
Provides some default jQuery icon class.
|
| JQueryTemplateBehavior |
Provides the default implementation of JQueryAbstractTemplateBehavior that works with a IJQueryTemplate.
The content of the <script /> block (the resource stream) is given by the IJQueryTemplate.getText()
|
| JQueryUIBehavior |
Provides the base class for every jQuery behavior.
|
| JQueryUILibrarySettings |
Provides library settings for jQuery UI resource references
Usage:
|
| JQueryUIResourceReference |
Provides the resource reference for the jQuery UI javascript library.
|
| Link<T> |
Provides a jQuery UI button based on a built-in Link
|
| Menu |
Provides the jQuery menu based on a JQueryPanel
|
| MenuBehavior |
Provides a jQuery menu behavior.
|
| MenuBehavior.OnSelectAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'select' event
|
| MenuBehavior.SelectEvent |
|
| MenuItem |
Provides a standard menu-item that supports sub-menus
|
| MessageDialog |
Provides a modal dialog box that displays a specific message, with a predefined icon and a predefined button set.
Note: MessageDialog & MessageFormDialog are sharing the same code, they just do not extend the same class.
|
| MessageFormDialog |
Provides a modal dialog box that displays a specific message, with a predefined icon and a predefined button set.
Note: MessageDialog & MessageFormDialog are sharing the same code, they just does not extend the same class.
|
| OnChangeAjaxBehavior |
|
| OnChangeAjaxBehavior.ChangeEvent |
|
| Orientation |
The slider's orientation type
|
| Palette<T> |
Provides a Palette, with jQuery UI icon-buttons
|
| PositionBehavior |
Provides a jQuery UI position behavior
|
| ProgressBar |
Provides a jQuery progress-bar based on a JQueryGenericContainer
|
| ProgressBarBehavior |
Provides a jQuery progress-bar behavior.
|
| RadioChoice<T> |
Provides jQuery radio-buttons based on the built-in RadioChoice
|
| RadioChoice.RadioChoiceBehavior |
Provides jQuery radio-buttons JQueryBehavior
|
| RangeSlider |
Provides a jQuery range slider based on a FormComponentPanel
|
| RangeValue |
Provides the value type to be used as model object for RangeSlider
|
| ResizableAdapter |
|
| ResizableBehavior |
Provides a jQuery resizable behavior
|
| ResizableBehavior.OnResizeStartAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'start' event
|
| ResizableBehavior.OnResizeStopAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'stop' event
|
| ResizableBehavior.ResizeEvent |
|
| ResizableBehavior.ResizeStartEvent |
|
| ResizableBehavior.ResizeStopEvent |
|
| ResizablePanel |
Provides a jQuery UI resizable JQueryPanel.
This class is marked as abstract because no markup is associated with this panel.
|
| ResourceLink<T> |
Provides a jQuery UI button based on a built-in ResourceLink
|
| SecuredAjaxButton |
Provides a jQuery button based on the built-in AjaxButton, protected by roles.
|
| SecuredButton |
Provides a jQuery button based on the built-in AjaxButton, protected by roles.
|
| Selectable<T extends Serializable> |
Provides a jQuery UI selectable JQueryGenericContainer.
Children of that container can be selected using the mouse or by pressing ctrl+click
Usage:
|
| SelectableBehavior<T extends Serializable> |
Provides a jQuery selectable behavior
|
| SelectableBehavior.StopEvent |
Provides an event object that will be broadcasted by the OnStopAjaxBehavior callback
|
| SelectableDraggableFactory |
Provides a default implementation of AbstractDraggableFactory related to a Selectable widget
Inspired from:
http://stackoverflow.com/questions/793559/grouping-draggable-objects-with-jquery-ui-draggable
|
| SimpleTab |
Provides a simple AbstractTab that embeds a LabelPanel
|
| Slider |
Provides a jQuery slider based on a FormComponentPanel
|
| Slider.Range |
|
| Sortable<T> |
Provides a jQuery UI sortable JQueryGenericContainer.
The Sortable is usually associated to an <UL> element.
|
| Sortable.HashListView<T> |
Provides the ListView to be used within the Sortable
|
| SortableAdapter<T> |
|
| SortableBehavior<T> |
Provides a jQuery sortable behavior
|
| SortableBehavior.OnReceiveAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'receive' event
|
| SortableBehavior.OnRemoveAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'remove' event
|
| SortableBehavior.OnUpdateAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'update' event
|
| SortableBehavior.ReceiveEvent |
|
| SortableBehavior.RemoveEvent |
|
| SortableBehavior.SortableEvent |
|
| SortableBehavior.UpdateEvent |
|
| Spinner<T extends Number> |
Provides a jQuery spinner based on a TextField
|
| SpinnerAdapter |
|
| SpinnerBehavior |
Provides a jQuery spinner JQueryBehavior
|
| SpinnerBehavior.OnSpinAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'spin' event
|
| SpinnerBehavior.OnStopAjaxBehavior |
Provides a JQueryAjaxBehavior that aims to be wired to the 'stop' event
|
| SpinnerBehavior.SpinEvent |
|
| SpinnerBehavior.StopEvent |
|
| SplitButton |
Provides a jQuery split-button
|
| StatelessLink<T> |
Provides a jQuery UI button based on a built-in StatelessLink
|
| SubmitLink |
Provides a jQuery UI button based on a built-in SubmitLink
|
| TabbedPanel |
Provides jQuery tabs based on a JQueryGenericPanel
|
| TabListModel |
Provides a loadable (not detachable) ListModel of ITabs
|
| TabsAdapter |
|
| TabsBehavior |
Provides a jQuery tabs behavior.
Note, this class has almost the same code as AccordionBehavior
|
| TabsBehavior.ActivateEvent |
|
| TabsBehavior.ActivatingEvent |
|
| 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
|
| TimeSpinner |
Provides an time jQuery spinner based on a TextField
|
| TimeSpinnerBehavior |
Provides a jQuery time spinner JQueryBehavior
|
| TooltipBehavior |
Provides the jQuery tooltip behavior.
The TooltipBehavior apply to a page and therefore needs to be added once:
|