Uses of Class
com.jbstrap.core.event.BaseEvent
Packages that use BaseEvent
-
Uses of BaseEvent in com.jbstrap.core.event
Subclasses of BaseEvent in com.jbstrap.core.eventModifier and TypeClassDescriptionclass
Animation eventclass
class
Browser eventclass
This class contains the data used when theCalendar
component has a view change event.class
This class contains the data about the calendar click events.class
This class contains the data about the calendar double-click events.class
class
This class contains the data about the calendar move schedule event.class
This class contains data about the calendar schedule click event.class
This class contains the data of the basic click mouse event for the Chart component.class
Chart lasso event This event provides access to the following data: @return The client instance that triggered the event The chart canvas instance containing the chart that triggered the event The chart instance that triggered the event All series objects within the selection The name of all series objects within the selection All selected recordsclass
class
class
This class contains the data of a done event.class
This class contains the data of the drag end event.class
This class contains the data of the drag start event.class
This class contains the data of the drop event.class
This class contains the data of the general event error.class
This class contains the data of the fetch done event.class
Successful file upload event.class
Unsuccessful file upload event.class
File upload start event.class
This class contains the filter bar changed the visible filter editor These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique ID The filter criteriaclass
This class contains the user filtering in the filter bar component These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique ID The filter criteriaclass
This class contains the data of the Form changed event.class
This class contains the data of the Form item changed event.class
This class contains the data of the Hotkey event.class
class
This class contains the data of the chart data click event.class
This class contains the data of the basic JBStrap mouse event.class
This class contains the data about the keyboard events.class
This class contains the data of the ListGrid Column Move event.class
This class contains the data of the ListGrid Column resize event.class
This class contains the data of the ListGrid Column show or hide These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique ID The column is show or hideclass
This class contains the data of the basic JBStrap mouse event.class
This class contains the data of the basic JBStrap mouse event.class
This class contains the data of the ListGrid next page request event.class
This class contains the data request request event.class
This class contains the data of the basic JBStrap mouse event.class
This class contains the data of the basic JBStrap mouse event.class
This class contains the list grid need sort data These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique IDclass
This class contains the data of the mouse event.class
This class contains the data about the MenuBar and NavBar navigation events.class
This class contains the data about the browser page resize event These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique ID The new page width The new page height Page resize eventclass
class
This class contains the data about the touch events.class
This class contains the data about the wheel events.Methods in com.jbstrap.core.event that return BaseEventMethod parameters in com.jbstrap.core.event with type arguments of type BaseEventModifier and TypeMethodDescriptionstatic void
EventType.addCustomEvent
(String eventName, Class<? extends BaseEvent> eventClass, Class<? extends BrowserEventHandler> eventHandlerInterface) Registers a custom event among the event types -
Uses of BaseEvent in com.jbstrap.core.websocket
Methods in com.jbstrap.core.websocket that return BaseEventMethods in com.jbstrap.core.websocket that return types with arguments of type BaseEventMethods in com.jbstrap.core.websocket with parameters of type BaseEvent