public class JQueryEventConstants extends Object
EventConstants-| Modifier and Type | Field and Description |
|---|---|
static String |
AJAX_UPLOAD
Triggered when a file has been uploaded via
org.got5.tapestry5.jquery.components.AjaxUpload. |
static String |
DATA
Triggered by the DataTable component
|
static String |
DROP
Triggered by the ZoneDrop component
|
static String |
FILTER_DATA
Triggered by the DataTable component to give a chance to the developer to filter data on server-side
|
static String |
NEXT_PAGE
Triggered by the
PageScroll component
each time page is scrolled beyond the component. |
static String |
NON_XHR_UPLOAD
Triggered when a file has been uploaded via
org.got5.tapestry5.jquery.components.AjaxUpload via a
regular post (applies to IE browsers). |
static String |
REFRESH
Triggered by the ZoneRefresh component
|
static String |
SELECT_TAB
Triggered by the
Tabs component whenever a tab is changed. |
static String |
SORT_DATA
Triggered by the DataTable component to give a chance to the developer to sort data on server-side
|
static String |
SORTABLE
Triggered by the
Sortable mixin |
| Constructor and Description |
|---|
JQueryEventConstants() |
public static final String AJAX_UPLOAD
org.got5.tapestry5.jquery.components.AjaxUpload.public static final String NON_XHR_UPLOAD
org.got5.tapestry5.jquery.components.AjaxUpload via a
regular post (applies to IE browsers).public static final String DATA
public static final String REFRESH
public static final String DROP
public static final String SELECT_TAB
Tabs component whenever a tab is changed.public static final String SORTABLE
Sortable mixinpublic static final String FILTER_DATA
public static final String SORT_DATA
public static final String NEXT_PAGE
PageScroll component
each time page is scrolled beyond the component.Copyright © 2016 GOT5. All rights reserved.