Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

access - Variable in class com.jbstrap.core.meta.BaseDataDescriptor
 
AccessMode - Enum Class in com.jbstrap.ui.enums
Component access modes.
AccessType - Enum Class in com.jbstrap.core.meta.enums
Data access types
ACTIVE - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarType
The progress bar will be colored with animated stripes
ACTIVE - Enum constant in enum class com.jbstrap.ui.components.wizard.WizardStepState
Active
A step is in “active” state if it is currently displayed to the user on the interface .
ActiveFlag - Annotation Interface in com.jbstrap.core.dao.base.annotation.scd
The ActiveFlag annotation can be placed to an entity field.
ActivityStream - Class in com.jbstrap.ui.components.activitystream
Acitivity stream component
ActivityStream() - Constructor for class com.jbstrap.ui.components.activitystream.ActivityStream
Creates an activity stream component.
ActivityStream(String) - Constructor for class com.jbstrap.ui.components.activitystream.ActivityStream
Creates an activity stream component, with the specified language.
ActivityStream(String, String) - Constructor for class com.jbstrap.ui.components.activitystream.ActivityStream
Creates an activity stream component, with the specified language.
ActivityStreamItem - Class in com.jbstrap.ui.components.activitystream
Activity stream item component
ActivityStreamItem(Object, Date) - Constructor for class com.jbstrap.ui.components.activitystream.ActivityStreamItem
Creates an activity stream item, with the specified ID and time.
ActivityStreamItemCreator - Interface in com.jbstrap.ui.interfaces
Activity stream item interface.
ActivityStreamType - Enum Class in com.jbstrap.ui.components.activitystream
Activity Stream component display types
ADAPTIVE_FILTER - Enum constant in enum class com.jbstrap.core.meta.enums.FilterType
Adaptive filter (inline filter)
add(int) - Method in class com.jbstrap.ui.components.Counter
Increments the counter value by the given value
add(BaseEvent) - Method in class com.jbstrap.core.websocket.Client.EventQueue
 
add(NavigationPoint) - Method in enum class com.jbstrap.core.cache.Pages
 
add(String, Class<? extends DataDescriptor>) - Method in enum class com.jbstrap.core.cache.DataDescriptorTypeCache
 
add(String, Object) - Method in class com.jbstrap.core.Parameters
Adds the specified parameter
addAllowedRole(String) - Method in class com.jbstrap.ui.Component
Adds the specified role to have access to the component.
addAnimationEndHandler(AnimationEndEventHandler) - Method in interface com.jbstrap.ui.Animatable
Adds an animation end event handler to the component.
addAnimationEndHandler(AnimationEndEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addAnimationStartHandler(AnimationStartEventHandler) - Method in interface com.jbstrap.ui.Animatable
Adds an animation start event handler to the component.
addAnimationStartHandler(AnimationStartEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addAttachment(File...) - Method in class com.jbstrap.core.mail.Email
Adds the file(s) to the Email
addAttachment(String, File) - Method in class com.jbstrap.core.mail.Email
Adds the specified file to the attachments.
addAttachment(Map<String, File>) - Method in class com.jbstrap.core.mail.Email
Adds the specified file to the attachments.
addAttendee(String) - Method in class com.jbstrap.ui.components.calendar.Schedule
Adds an attendee to the scheduled event
addAttendees(String...) - Method in class com.jbstrap.ui.components.calendar.Schedule
Adds multiple attendees to the scheduled event
addBlock(String, String) - Method in class com.jbstrap.ui.components.form.Form
Creates a form block on the form
addBodyPart(String, File) - Method in class com.jbstrap.core.mail.Email
 
addBodyPart(String, InputStream, String) - Method in class com.jbstrap.core.mail.Email
 
addBottomComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Adds a component to the lower container of the splitter component
addBottomComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Adds multiple components to the lower container of the splitter component
addButton(ButtonType, Icon, String, ClickEventHandler) - Method in class com.jbstrap.ui.components.Toolbar
Adds a button component, with the specified style, icon, title and click handler to the toolbar.
addButton(Button) - Method in class com.jbstrap.ui.components.Toolbar
Adds a button component to the toolbar.
addButton(DropDownButton) - Method in class com.jbstrap.ui.components.Toolbar
Adds a button component to the toolbar.
addButton(Icon, String, ClickEventHandler) - Method in class com.jbstrap.ui.components.Toolbar
Adds a button component, with the specified icon, title and click handler, to the toolbar.
addButton(String, boolean, ClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Adds a button with a text to the menu.
addButton(String, ClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Adds a button with a left-aligned text to the menu.
addButtons(Component<?>...) - Method in class com.jbstrap.ui.components.Toolbar
Adds multiple button components to the toolbar, in the order they are specified.
addCalendar(String, String, String, String, String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Adds a new calendar to the calendar component
addChart(BaseChart<?>...) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Adds a chart to the chart canvas component.
addChildNode(TreeviewNode) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Adds a child to the current node.
addChildNodes(TreeviewNode...) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Adds multiple child nodes to the current node.
addClalculateValue(Class<? extends CalculateColumnValue>) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Adds the specified implementation, that is used during recalculation.
addClickHandler(CalendarClickHandler) - Method in class com.jbstrap.ui.components.calendar.Calendar
Adds the specified click event handler to the component
addClickHandler(ChartClickEventHandler) - Method in interface com.jbstrap.ui.components.charts.ClickableChartData
Adds a click event to the chart.
addClickHandler(ClickEventHandler) - Method in interface com.jbstrap.ui.Clickable
Adds a single click event handler to the component.
addClickHandler(ClickEventHandler) - Method in class com.jbstrap.ui.components.Badge
 
addClickHandler(ClickEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a click event handler to the button.
addClickHandler(ClickEventHandler) - Method in class com.jbstrap.ui.components.button.LoadButton
Adds a single click event handler to the component.
addClickHandler(ClickEventHandler) - Method in class com.jbstrap.ui.components.FileMiniature
Adds a single click event handler to the component.
addClickHandler(ClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Adds a single click event handler to the component.
addClickHandler(ClickEventHandler) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
 
addColor(String, String) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Adds the specified color to the predefined colors
addColors(Map<String, String>) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Adds the specified colors to the predefined colors
addColumn(DataDescriptorColumn) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Adds column data to the DataDescriptor
addColumn(DataDescriptorColumn) - Method in interface com.jbstrap.core.meta.DataDescriptor
Adds column data to the DataDescriptor
addColumn(ListGridColumn) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds a new column to the list grid component.
addColumn(String) - Method in class com.jbstrap.ui.components.form.Form
Creates a form column on the form
addColumnMapping(String) - Method in class com.jbstrap.core.data.DataExporter
 
addColumnMapping(String, String) - Method in class com.jbstrap.core.data.DataExporter
Adds a column mapping to the exporter
addColumns(DataDescriptorColumn...) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Adds multiple columns to the DataDescriptor
addColumns(DataDescriptorColumn...) - Method in interface com.jbstrap.core.meta.DataDescriptor
Adds multiple columns to the DataDescriptor
addComponent(Component) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
The Activity Stream component can only have ActivityStreamItem components added to it.
addComponent(Component) - Method in class com.jbstrap.ui.components.Breadcrumb
DO NOT USE THIS METHOD
addComponent(Component) - Method in class com.jbstrap.ui.components.calendar.Calendar
No additional component can be added to the Calendar component.
addComponent(Component) - Method in class com.jbstrap.ui.components.ContextMenu
Adds the specified component as a subcomponent, and redraws the component immediately
addComponent(Component) - Method in class com.jbstrap.ui.components.HTMLFlow
This component cannot have any other components assigned to it, it is only used to display custom HTML content.
addComponent(Component) - Method in class com.jbstrap.ui.components.ProgressBar
No component can be added to the Progress Bar
addComponent(Component) - Method in class com.jbstrap.ui.components.Row
 
addComponent(Component) - Method in class com.jbstrap.ui.components.StaticText
The Static Text component cannot have any other components assigned to it.
addComponent(Component) - Method in class com.jbstrap.ui.ProcessIndicator
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.Component
Adds the specified component as a subcomponent, and redraws the component immediately
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a component to the dropdown menu.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.card.Card
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.card.CardAccordion
Places a new card on the component.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.card.CardDeck
Adds a Card component to the CardDeck.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.card.CardGroup
Adds a card to the component.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.charts.zData
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.FileMiniature
Adds the specified component as a subcomponent, and redraws the component immediately
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.form.Form
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.form.FormItem
You cannot add further components to the form element component.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
You cannot add further components to the file item component.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
No further components may be added to the splitter component.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
No further components may be added to the splitter component.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.list.ListBox
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
No further components can be added to the grid.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.navbar.NavBar
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Adds a component to the tab component.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Adds another sparkline component to the current one.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.table.Table
Adds the specified table header or table row component to the table.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.table.TableHeader
Adds the specified component to the header, in a new column.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.table.TableRow
Adds a component to the table row.
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Adds a component to the timeline item
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.treeview.Treeview
No further component can be added to the treeview component
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
 
addComponent(Component<?>) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Adds the specified component to the modal window contents.
addComponent(Component<?>) - Method in class com.jbstrap.ui.UI
Adds the specified component to the UI
addComponent(Component<?>) - Method in class com.jbstrap.ui.UI.RootLayout
 
addComponent(Component<?>, boolean) - Method in class com.jbstrap.ui.Component
Adds the specified component as a subcomponent
addComponents(Component<?>...) - Method in class com.jbstrap.ui.Component
Adds multiple components to the component
addComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
No further components may be added to the splitter component.
addComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
No further components may be added to the splitter component.
addComponents(Component<?>...) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Adds multiple sparkline components to the current one.
addComponents(Component<?>...) - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Adds multiple components to the timeline item
addComponents(Component<?>...) - Method in class com.jbstrap.ui.UI
Adds the specified components to the UI
addCopyHandler(CopyEventHandler) - Method in interface com.jbstrap.ui.Editable
Adds a copy event handler to the component.
addCustomEvent(String, Class<? extends BaseEvent>, Class<? extends BrowserEventHandler>) - Static method in enum class com.jbstrap.core.event.EventType
Registers a custom event among the event types
addCustomRange(String, String, Function<Date, Date>, Function<Date, Date>) - Static method in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
Adds a custom range to the enum.
addCutHandler(CutEventHandler) - Method in interface com.jbstrap.ui.Editable
Adds a cut event handler to the component.
addData(Record) - Method in class com.jbstrap.ui.components.charts.Series
Adds a record to the series object.
addData(Record, boolean) - Method in class com.jbstrap.ui.components.charts.BubbleSeries
Adds a new record to the list grid.
addData(Record, boolean) - Method in class com.jbstrap.ui.components.charts.Series
Adds a new record to the list grid.
addData(Object, Number, Number, String, String) - Method in class com.jbstrap.ui.components.charts.BubbleSeries
Adds new data to the chart.
addData(Object, Number, Number, String, String, boolean) - Method in class com.jbstrap.ui.components.charts.BubbleSeries
Adds new data to the chart.
addData(Object, Number, String, String) - Method in class com.jbstrap.ui.components.charts.Series
Adds a new data series to the series object.
addData(Object, Number, String, String, boolean) - Method in class com.jbstrap.ui.components.charts.Series
Adds a new data series to the series object.
addDataDescriptionType(String, Class<? extends DataDescriptor>) - Static method in class com.jbstrap.core.meta.DataDescriptorType
Adds a new DataDescriptor type to the framework.
addDataDescriptor(DataDescriptor) - Method in enum class com.jbstrap.core.cache.MetaCache
 
addDataDescriptor(DataDescriptor) - Static method in class com.jbstrap.core.JBStrap
Adds the specified DataDescriptor to the application
addDataDescriptorType(String, Class<? extends DataDescriptor>) - Static method in class com.jbstrap.core.JBStrap
Adds a new DataDescriptor type to the framework.
addDeniedRole(String) - Method in class com.jbstrap.ui.Component
Denies access to the component to the specified role.
addDivider() - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a divider to the button drop down menu.
addDivider() - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Adds a divider item to the menu.
addDoubleClickHandler(CalendarDoubleClickHandler) - Method in class com.jbstrap.ui.components.calendar.Calendar
Adds the specified double-click event handler to the component
addDoubleClickHandler(DoubleClickEventHandler) - Method in interface com.jbstrap.ui.Clickable
Adds a double click event handler to the component.
addDoubleClickHandler(DoubleClickEventHandler) - Method in class com.jbstrap.ui.components.Badge
 
addDoubleClickHandler(DoubleClickEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a double click event handler to the button.
addDoubleClickHandler(DoubleClickEventHandler) - Method in class com.jbstrap.ui.components.button.LoadButton
Adds a double click event handler to the component.
addDoubleClickHandler(DoubleClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Adds a double click event handler to the component.
addDoubleClickHandler(DoubleClickEventHandler) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
 
addDownloadErrorHandler(ErrorEventHandler) - Method in class com.jbstrap.ui.components.FileMiniature
Adds a download event handler to the component.
addDragEndEventHandler(DragEndEventHandler) - Method in interface com.jbstrap.ui.Draggable
Adds a drag end event handler to the component.
addDragSortEventHandler(DragSortEventHandler) - Method in interface com.jbstrap.ui.interfaces.DragSortable
 
addDragStartEventHandler(DragStartEventHandler) - Method in interface com.jbstrap.ui.Draggable
Adds a drag start event handler to the component.
addDropEventHandler(DropEventHandler) - Method in interface com.jbstrap.ui.CanDrop
Adds a drop event handler to the component.
addElement(Object, Object) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Adds the specified element to the combobox set of values.
addElement(Object, Object) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Adds an item to the dual list box.
addElement(Object, Object) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Adds an item to the value set.
addElement(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Creates a new chart item on the chart
addElements(Map<Object, Object>) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Adds the specified elements to the combobox set of values.
addElements(Map<Object, Object>) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Adds multiple items to the dual list box.
addElements(Map<Object, Object>) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Adds multiple items to the value set.
addEnterPressedHandler(EnterPressedEventHandler) - Method in interface com.jbstrap.ui.Editable
Adds an enter pressed event handler to the component.
addErrorHandler(FileItemErrorHandler) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Specifies the error handler implementation.
addExportData(ExportTypes, String, DataDescriptor, Criteria, List<Order>, List<String>, String, String, char) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
addFetchDoneHandler(FetchDoneEventHandler) - Method in interface com.jbstrap.ui.Fetchable
Adds a fetch done handler to the component.
addFile(String) - Method in class com.jbstrap.core.websocket.messages.LoadJavascriptMessage
Adds the specified file to the message
addFile(String, byte[]) - Method in enum class com.jbstrap.core.cache.DownloadCache
Adds a file to the cache
addFile(String, File) - Method in enum class com.jbstrap.core.cache.DownloadCache
Adds a file to the cache
addFile(String, String) - Method in enum class com.jbstrap.core.cache.DownloadCache
Adds a file to the cache
addFileStore(FileStore) - Method in enum class com.jbstrap.core.cache.MetaCache
 
addFileUploadDoneHandler(FileItemDoneHandler) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
addFileUploadStartHandler(FileItemUploadStartHandler) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
addFocusHandler(FocusEventHandler) - Method in interface com.jbstrap.ui.Focusable
Adds a focus event handler to the component The specified handler will run when the component gains focus
addFocusInHandler(FocusInEventHandler) - Method in interface com.jbstrap.ui.Focusable
Adds a focus in event handler to the component.
addFocusOutHandler(FocusOutEventHandler) - Method in interface com.jbstrap.ui.Focusable
Adds a focus out event handler to the component.
addFooterButton(NavBarFooterButton) - Method in class com.jbstrap.ui.components.navbar.NavBar
Adds a footer button to the navbar component.
addFooterButtons(NavBarFooterButton...) - Method in class com.jbstrap.ui.components.navbar.NavBar
Adds multiple footer buttons to the component.
addHandler(EventType, Object) - Method in class com.jbstrap.ui.Component
 
addHeader(String) - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a header to the dropdown menu.
addHeaderClickHandler(ListGridHeaderClickHandler) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds an event handler to the grid for the grid header click event.
addHeaderDoubleClickHandler(ListGridHeaderDoubleClickHandler) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds an event handler to the grid for the grid header double-click event.
addHotKey(int) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addHotKey(int) - Method in class com.jbstrap.ui.components.FileMiniature
Adds the specified hot key to the component.
addHotKey(int) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
addHotKey(int) - Method in interface com.jbstrap.ui.HandleHotKey
Adds the specified hot key to the component.
addHotKey(int, HotKeyEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addHotKey(int, HotKeyEventHandler) - Method in class com.jbstrap.ui.components.FileMiniature
Adds the specified hot key to the component.
addHotKey(int, HotKeyEventHandler) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
addHotKey(int, HotKeyEventHandler) - Method in interface com.jbstrap.ui.HandleHotKey
Adds the specified hot key to the component.
addInputHandler(InputEventHandler) - Method in interface com.jbstrap.ui.Editable
Adds an input event handler to the component.
addItem(ActivityStreamItem) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Adds an item to the activity stream.
addItem(String, Icon, TextType, String, String, ClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Adds a menu item with an icon to the popup menu.
addItem(String, String) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Adds a new sub-menu item to the component.
addItem(String, String, String, String, ClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Adds a menu item with an image to the popup menu.
addItemList(List<?>) - Method in class com.jbstrap.ui.components.ContextMenu
Adds multiple menu items
addItemList(List<?>) - Method in class com.jbstrap.ui.components.list.ListBox
Adds multiple items to the list Items provided can be textual or components or of both types
addJavaScript(String) - Static method in class com.jbstrap.core.JBStrap
Adds a custom JavaScript to the application.
addKeyDownHandler(KeyDownEventHandler) - Method in interface com.jbstrap.ui.HandleKeyboardEvents
Adds a keyboard key down event handler to the component.
addKeyPressHandler(KeyPressEventHandler) - Method in interface com.jbstrap.ui.HandleKeyboardEvents
Adds a keyboard key press event handler to the component.
addKeyUpHandler(KeyUpEventHandler) - Method in interface com.jbstrap.ui.HandleKeyboardEvents
Adds a keyboard key up event handler to the component.
addLassoHandler(ChartLassoEventHandler) - Method in interface com.jbstrap.ui.components.charts.SupportLasso
Adds a lasso event to the chart.
addLeftComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Adds a component to the left component of the splitter component
addLeftComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Adds multiple components to the left container of the splitter
addLosesFocusHandler(LosesFoucusEventHandler) - Method in interface com.jbstrap.ui.Focusable
Adds a focus loss event handler.
addMenu(String) - Method in enum class com.jbstrap.core.cache.MenuCache
 
addMenu(String, String, CurrentUser) - Method in class com.jbstrap.ui.components.navbar.NavBar
Adds an entire menu to the navbar with the specified header text.
addMenuItem(MenuItem) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Adds a menu item to the menu bar component.
addMenuItem(MenuItem, CurrentUser) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Adds a menu item to the navigation menu.
addMenuItem(Icon, String, int, ClickEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a menu item with the specified icon, text, hot key and click handler to the button's drop down menu
addMenuItem(Icon, String, ClickEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a menu item with the specified icon, text and click handler to the button's drop down menu
addMenuItem(Icon, String, Object, ClickEventHandler) - Method in class com.jbstrap.ui.components.ContextMenu
Adds a menu item to the context menu
addMenuItem(String, MenuItem) - Static method in class com.jbstrap.core.JBStrap
Adds a menu item to an already existing menu.
addMenuItem(String, String, Icon, String) - Static method in class com.jbstrap.core.JBStrap
Adds a menu item to an already existing menu.
addMenuItem(String, String, Icon, String, MenuItem...) - Static method in class com.jbstrap.core.JBStrap
Adds a menu item with sub menu items to an already existing menu.
addMenuItem(String, String, Icon, String, MenuOperation, String) - Static method in class com.jbstrap.core.JBStrap
Adds a menu item with sub menu items to an already existing menu.
addMenuItemToMenu(String, MenuItem) - Method in enum class com.jbstrap.core.cache.MenuCache
 
addMenuItemToUserMenu(String, Icon, String, ClickEventHandler) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Adds a new custom menu item to the user menu bar.
addMouseDownHandler(MouseDownEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseDownHandler(MouseDownEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseDownHandler(MouseDownEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse button down event handler to the component.
addMouseEnterHandler(MouseEnterEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseEnterHandler(MouseEnterEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseEnterHandler(MouseEnterEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse enter event handler to the component.
addMouseLeaveHandler(MouseLeaveEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseLeaveHandler(MouseLeaveEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseLeaveHandler(MouseLeaveEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse leave event handler to the component.
addMouseMoveHandler(MouseMoveEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseMoveHandler(MouseMoveEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseMoveHandler(MouseMoveEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse move event handler to the component.
addMouseOutHandler(MouseOutEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseOutHandler(MouseOutEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseOutHandler(MouseOutEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse out event handler to the component.
addMouseOverHandler(MouseOverEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseOverHandler(MouseOverEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseOverHandler(MouseOverEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse over event handler to the component.
addMouseUpHandler(MouseUpEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseUpHandler(MouseUpEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseUpHandler(MouseUpEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse up event handler to the component.
addMouseWheelHandler(MouseWheelEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addMouseWheelHandler(MouseWheelEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addMouseWheelHandler(MouseWheelEventHandler) - Method in interface com.jbstrap.ui.HandleMouseEvents
Adds a mouse wheel event handler to the component.
addNavigationEventHandler(NavigationEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
 
addNextPageRequestHandler(ListGridNextPageEventHandler) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds an event handler to the grid.
addNode(TreeviewNode) - Method in class com.jbstrap.ui.components.treeview.Treeview
Adds a node to the treeview
addNodes(TreeviewNode...) - Method in class com.jbstrap.ui.components.treeview.Treeview
Adds multiple nodes to the treeview component
addOrder(Order) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds a sorting rule to the previous grid sorting rules.
addOrder(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Adds an ordering criterion to the criteria used for database query
addOrder(String, OrderType) - Method in class com.jbstrap.ui.components.treeview.Treeview
Adds an ordering criterion to the list of criteria used for database query
addPage(String, Class<? extends UI>, Class<? extends BasePage>) - Static method in class com.jbstrap.core.JBStrap
Adds a page(that doesn't use parameters) to the application
addPage(String, Class<? extends UI>, Class<? extends BasePage>, Parameters) - Static method in class com.jbstrap.core.JBStrap
Adds a page (that uses parameters) to the application
addParam(Object) - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Adds a parameter
addParam(String, Object) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Adds a parameter to the DataDescriptor.
addParam(String, Object) - Method in interface com.jbstrap.core.meta.DataDescriptor
Adds a parameter to the DataDescriptor.
addParam(String, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Adds a parameter to the column.
addParameter(String, Object) - Method in class com.jbstrap.core.NavigationPoint
 
addParameters(Parameters) - Method in class com.jbstrap.core.NavigationPoint
 
addParams(Object...) - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Adds multiple parameters to the message
addPasteHandler(PasteEventHandler) - Method in interface com.jbstrap.ui.Editable
Adds a paste event handler to the component.
addPredefinedRange(PredefinedRange<Date>) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Adds a predefined range to the component
addPredefinedRange(String, String, Date, Date) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Adds a predefined date range to the component
addPredefinedRanges(PredefinedRange<Date>...) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Adds multiple predefined ranges to the component
addPredefinedRanges(List<PredefinedRange<Date>>) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Adds multiple predefined ranges to the component
addRecalcOnChangeColumn(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
If the column contains a calculated value, this method can be used to specify, which column will trigger a recalculation, if their values are changed.
addRecalcOnChangeColumn(String) - Method in class com.jbstrap.ui.components.form.FormItem
Specifies a field.
addRecalcOnChangeColumns(String...) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
If the column contains a calculated value, this method can be used to specify, which columns will trigger a recalculation, if their values are changed.
addRecalcOnChangeColumns(String...) - Method in class com.jbstrap.ui.components.form.FormItem
Specifies one or several fields.
addRecalcOnChangeColumns(List<String>) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
If the column contains a calculated value, this method can be used to specify, which columns will trigger a recalculation, if their values are changed.
addRecalcOnChangeColumns(List<String>) - Method in class com.jbstrap.ui.components.form.FormItem
Specifies one or several fields.
addRecord(Record) - Method in class com.jbstrap.ui.components.calendar.Calendar
Adds a record to the component.
addRecord(Record) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds a new record to the list grid.
addRecord(Record, boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
addRecords(Series, List<Record>) - Method in class com.jbstrap.core.event.ChartLassoEvent
Adds a selected record to the event.
addRecords(List<Record>) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds multiple records to the grid.
addRecords(List<Record>, boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
addResizeHandler(PageResizeEventHandler) - Method in class com.jbstrap.ui.BasePage
Adds the specified resize handler to the page.
ADDRESS_BOOK - Enum constant in enum class com.jbstrap.ui.Icon
 
ADDRESS_BOOK_O - Enum constant in enum class com.jbstrap.ui.Icon
 
ADDRESS_CARD - Enum constant in enum class com.jbstrap.ui.Icon
 
ADDRESS_CARD_O - Enum constant in enum class com.jbstrap.ui.Icon
 
addRightComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Adds a component to the right container of the splitter component
addRightComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Adds multiple components to the right container of the splitter
addRole(Role) - Method in class com.jbstrap.core.CurrentUser
Adds the specified role to the user
addRole(String) - Method in class com.jbstrap.core.cache.MenuItem
Adds the specified role to the menu item
addRoles(Role...) - Method in class com.jbstrap.core.CurrentUser
Adds multiple roles to the user
addRoles(String...) - Method in class com.jbstrap.core.cache.MenuItem
Adds the specified roles to the menu item
addRoles(List<Role>) - Method in class com.jbstrap.core.CurrentUser
Adds the specified list of roles to the user
addRowClickHandler(ListGridRowClickHandler) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Row click even handler for the grid.
addRowDoubleClickHandler(ListGridRowDoubleClickHandler) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Adds a double-click event handler for the grid row.
addSchedule(String, Schedule) - Method in class com.jbstrap.ui.components.calendar.Calendar
Adds a new scheduled event to the calendar
addScheduleClickHandler(CalendarScheduleClickHandler) - Method in class com.jbstrap.ui.components.calendar.Calendar
Adds the specified scheduled event click handler to the component
addScrollHandler(ScrollEventHandler) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
addScrollHandler(ScrollEventHandler) - Method in interface com.jbstrap.ui.Scrollable
Adds a Scroll event handler to the component.
addSearch(NavBarSeachHandler) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Adds a generic search component to the navbar.
addSearch(NavBarSeachHandler) - Method in class com.jbstrap.ui.components.navbar.NavBar
Adds a generic search component to the navbar.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.AreaChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.BarChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.BubbleChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.DotChart
Adds a new series to the chart.
addSeries(Series) - Method in interface com.jbstrap.ui.components.charts.DualSeriesChart
Adds a series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.HorizontalBarChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.HorizontalStackedBarChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.LineChart
Adds a new series to the chart.
addSeries(Series) - Method in interface com.jbstrap.ui.components.charts.MultiSeriesChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.PopulationPyramidChart
Adds a series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.StackedAreaChart
Adds a new series to the chart.
addSeries(Series) - Method in class com.jbstrap.ui.components.charts.StackedBarChart
Adds a new series to the chart.
addStep(WizardStep) - Method in class com.jbstrap.ui.components.wizard.Wizard
Adds a step to the wizard component.
addSteps(WizardStep...) - Method in class com.jbstrap.ui.components.wizard.Wizard
Adds multiple steps to the grid.
addStyle(StyleElement...) - Method in class com.jbstrap.ui.Component
Adds a style element to the component.
addStyleClass(String) - Method in class com.jbstrap.ui.Component
Adds the specified CSS class to the component
addStyleClass(String) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Adds the specified CSS class to the component
addStyleClasses(String...) - Method in class com.jbstrap.ui.Component
Adds the specified style classes to the component
addStyleClasses(String...) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Adds the specified style classes to the component
addStyleSheet(String) - Static method in class com.jbstrap.core.JBStrap
Adds a custom stylesheet to the application.
addSubCriteria(Criteria) - Method in class com.jbstrap.core.dao.Criteria
Adds a new sub criteria to the complex Criteria
addSubMenuItem(MenuItem) - Method in class com.jbstrap.core.cache.MenuItem
Adds a new sub-menu item to the menu item.
addSubTitle(String) - Method in class com.jbstrap.ui.components.card.Card
 
addSubTitle(String, Color) - Method in class com.jbstrap.ui.components.card.Card
 
addTabClickHandler(int, ClickEventHandler) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Adds a tab page click handler (tab page change event) to the specified tab page.
addTabClickHandler(ClickEventHandler) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Adds a tab page click handler (tab page change event).
addTabPage(TabPage) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Adds the specified tab page to the tab component
addTabPage(String, Icon, String) - Method in class com.jbstrap.ui.components.form.Form
Creates a tab page on the form
addTabPages(TabPage...) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Adds multiple tab pages to the tab component
addText(String) - Method in class com.jbstrap.ui.components.card.Card
 
addText(String, Color) - Method in class com.jbstrap.ui.components.card.Card
 
addTextListItem(String) - Method in class com.jbstrap.ui.components.ContextMenu
Adds the specified static text, as an unclickable menu item to the context menu.
addTextListItem(String) - Method in class com.jbstrap.ui.components.list.ListBox
Adds a text component to the list as a list item
addTitle(String) - Method in class com.jbstrap.ui.components.card.Card
 
addTitle(String, Color) - Method in class com.jbstrap.ui.components.card.Card
 
addTitleComponent(Component<?>) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
Adds a component to the IBox header
addTitleComponent(Component<?>) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Adds a component to the title of the modal window.
addTopComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Adds a component to the upper container of the splitter component
addTopComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Adds multiple components to the upper container of the splitter
addTouchCancelHandler(TouchCancelEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addTouchCancelHandler(TouchCancelEventHandler) - Method in interface com.jbstrap.ui.Touchable
Adds a touch cancel event handler to the component.
addTouchEndHandler(TouchEndEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addTouchEndHandler(TouchEndEventHandler) - Method in interface com.jbstrap.ui.Touchable
Adds a touch end event handler to the component.
addTouchMoveHandler(TouchMoveEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addTouchMoveHandler(TouchMoveEventHandler) - Method in interface com.jbstrap.ui.Touchable
Adds a touch move event handler.
addTouchStartHandler(TouchStartEventHandler) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
addTouchStartHandler(TouchStartEventHandler) - Method in interface com.jbstrap.ui.Touchable
Adds a touch start event handler to the component.
addUrlParameter(String, String) - Method in class com.jbstrap.ui.BasePage
Adds a URL parameter to the page.
addUser(CurrentUser) - Method in enum class com.jbstrap.core.cache.UserCache
 
addValueChangeHandler(ValueChangedHandler) - Method in class com.jbstrap.ui.components.form.FormItem
Adds an event handler to the form item’s current value event
addViewChangeHandler(CalendarViewChangeEventHandler) - Method in class com.jbstrap.ui.components.calendar.Calendar
Adds the specified calendar view change event handler to the component.
ADJUST - Enum constant in enum class com.jbstrap.ui.Icon
 
ADN - Enum constant in enum class com.jbstrap.ui.Icon
 
ADVANCED - Static variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
ADVANCED_FILTER - Enum constant in enum class com.jbstrap.core.meta.enums.FilterType
Advanced filter
AdvancedFilter - Class in com.jbstrap.ui.components.filter
Advanced filter component
AdvancedFilter() - Constructor for class com.jbstrap.ui.components.filter.AdvancedFilter
Creating the advanced filter component
AdvancedFilter(String) - Constructor for class com.jbstrap.ui.components.filter.AdvancedFilter
Creating the advanced filter component
AdvancedFilter(String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.AdvancedFilter
Creating the advanced filter component
AdvancedFilter(String, String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.AdvancedFilter
Creating the advanced filter component
AdvancedMarker<T extends Series> - Interface in com.jbstrap.ui.components.charts
You can set the marker style for charts implementing this interface.
The interface enables you to set the markers’ fill and line color, and also line width.
aesDecrypt(String, String, String) - Static method in class com.jbstrap.core.utils.CryptoUtils
Decrypts the specified string, using AES 128bit encryption
aesEncrypt(String, String, String) - Static method in class com.jbstrap.core.utils.CryptoUtils
Encrypts the specified string, using AES 128bit encryption
afterDraw() - Method in class com.jbstrap.ui.Component
The operations to be executed after the drawing of the component
afterDraw() - Method in class com.jbstrap.ui.components.Breadcrumb
 
afterDraw() - Method in class com.jbstrap.ui.components.card.CardAccordion
 
afterDraw() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
afterDraw() - Method in class com.jbstrap.ui.components.form.FormItem
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.DualListBox
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.NumberItem
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
 
afterDraw() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
afterDraw() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
 
afterDraw() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
 
afterDraw() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
afterDraw() - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
afterDraw() - Method in class com.jbstrap.ui.components.menubar.MenuBar
 
afterDraw() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
afterDraw() - Method in class com.jbstrap.ui.components.wizard.Wizard
 
afterDraw() - Method in class com.jbstrap.ui.UI.RootLayout
 
afterFrameworkInitialization() - Method in class com.jbstrap.ui.Startup
Method containing operations that must be executed after the framework is initialized.
ALICE_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
Align - Enum Class in com.jbstrap.ui.bootstrap
Align types
ALIGN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
ALIGN - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
ALIGN_CENTER - Enum constant in enum class com.jbstrap.ui.Icon
 
ALIGN_CONTENT_AROUND() - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that there is a space between each row and before and after the first and last rows.
ALIGN_CONTENT_AROUND(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that there is a space between each row and before and after the first and last rows.
ALIGN_CONTENT_CENTER() - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the center of each row.
ALIGN_CONTENT_CENTER(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the center of each row.
ALIGN_CONTENT_END() - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the bottom of each row.
ALIGN_CONTENT_END(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flex container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the bottom of each row.
ALIGN_CONTENT_START() - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than will fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the top of each row.
ALIGN_CONTENT_START(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than will fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the top of each row.
ALIGN_CONTENT_STRETCH() - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flex container than would fit in a row, you can use this setting to arrange the individual items vertically within a row.
ALIGN_CONTENT_STRETCH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items vertically within a row.
ALIGN_ITEMS_BASELINE() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the baseline of a row container and to the front in a column container for all screen sizes in the flex container.
ALIGN_ITEMS_BASELINE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the baseline of a row container and to the front in a column container for the specified and bigger screen sizes in the flex container.
ALIGN_ITEMS_CENTER() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the center of a row container and to the front part of a column container for all screen sizes in the flex container.
ALIGN_ITEMS_CENTER(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the center of a row container and to the front part of a column container for all screen sizes for the specified and bigger screen sizes in the flex container.
ALIGN_ITEMS_END() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the lower part of a row container and to the front part of a column container for all screen sizes in the flex container.
ALIGN_ITEMS_END(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the lower part of a row container and to the front part of a column container for all screen sizes bigger than the specified one in the flex container.
ALIGN_ITEMS_START() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the upper part of a row container and to the front part of a column container for all screen sizes in the flex container.
ALIGN_ITEMS_START(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of items to the upper part of a row container and to the front part of a column container for all screen sizes bigger than the specified one in the flex container.
ALIGN_ITEMS_STRETCH() - Static method in class com.jbstrap.ui.bootstrap.Flex
Extends the vertical size of the item to full size for all screen sizes in the flex container.
ALIGN_ITEMS_STRETCH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Extends the vertical size of the item to full size for the specified and bigger screen sizes in the flex container.
ALIGN_JUSTIFY - Enum constant in enum class com.jbstrap.ui.Icon
 
ALIGN_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
ALIGN_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
ALIGN_SELF_BASELINE() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the baseline of the column.
ALIGN_SELF_BASELINE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the baseline of the column.
ALIGN_SELF_CENTER() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the center of the column.
ALIGN_SELF_CENTER(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the center of the column.
ALIGN_SELF_END() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the bottom of the column.
ALIGN_SELF_END(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the bottom of the column.
ALIGN_SELF_START() - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the top of the column.
ALIGN_SELF_START(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Vertical alignment of an item to the top of the column.
ALIGN_SELF_STRETCH() - Static method in class com.jbstrap.ui.bootstrap.Flex
Extends the vertical size of an item according to the column size.
ALIGN_SELF_STRETCH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Extends the vertical size of an item according to the column size.
ALL - Enum constant in enum class com.jbstrap.ui.bootstrap.SelectionType
Selects the entire text if the user clicks on a text.
ALL_DAY - Enum constant in enum class com.jbstrap.ui.components.calendar.ScheduleType
All day task
ALLOW_NULL - Static variable in class com.jbstrap.core.meta.MetaParamName
 
allowed() - Element in annotation interface com.jbstrap.ui.authorization.Private
The roles that can access the page, UI or component.
ALLOWED_EXTENSIONS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
ALPHABETICAL_ORDER - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridContextMenuOrder
Menu columns in alphabetical order.
ALT - Static variable in class com.jbstrap.ui.Key
 
ALTERNATIVE_SEARCH_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
alternativeField() - Element in annotation interface com.jbstrap.core.annotation.JSonAttribute
Use this option to specify if the field contains a Java object, which field in the JSON object should be the value from the Java class instead of the value of the field.
alternativeMethod() - Element in annotation interface com.jbstrap.core.annotation.JSonAttribute
Use this option to specify if the field contains a Java object, which field in the JSON object should be replaced with the Java class method's return value should be used for the value of the field.
AMBULANCE - Enum constant in enum class com.jbstrap.ui.Icon
 
ANCHOR - Enum constant in enum class com.jbstrap.ui.Icon
 
AND - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
An 'AND' connection between two or more criteria.
ANDROID - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGELLIST - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_DOUBLE_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_DOUBLE_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_DOUBLE_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_DOUBLE_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
ANGLE_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
Animatable<T extends Component<?>> - Interface in com.jbstrap.ui
Components that can have animations
animation - Variable in class com.jbstrap.ui.Component
 
Animation - Enum Class in com.jbstrap.ui.enums
Animation types
ANIMATION_END - Enum constant in enum class com.jbstrap.core.event.EventType
Animation end event
ANIMATION_START - Enum constant in enum class com.jbstrap.core.event.EventType
Animation start event
AnimationEndEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Animation end event handler interface
AnimationEvent - Class in com.jbstrap.core.event
Animation event
AnimationEvent() - Constructor for class com.jbstrap.core.event.AnimationEvent
 
AnimationStartEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Animation start event handler interface
ANTIQUE_WHITE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
append(Component<?>) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
append(Component<?>) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Appends a component after the input field.
append(Icon) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
append(Icon) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Displays an icon after the input field.
append(String) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
append(String) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Appends a text after the input field.
appends - Variable in class com.jbstrap.ui.components.form.FormItem
 
APPLE - Enum constant in enum class com.jbstrap.ui.Icon
 
APPLICATION_ICON - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The application icon(favicon).
APPLICATION_TITLE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The application's title, that appears in the browser header.
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.Align
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.BadgeType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.Border
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ButtonSize
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ButtonType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.CheckboxShape
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.CheckboxType
 
apply(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Color
Apply the style setting on the specified component
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ContainerType
 
apply(Component<?>) - Method in class com.jbstrap.ui.bootstrap.DisplayType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.DropDownDirection
 
apply(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Flex
 
apply(Component<?>) - Method in class com.jbstrap.ui.bootstrap.FloatingType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.FormItemState
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.FormType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ImageStyle
 
apply(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Margin
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
 
apply(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Padding
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ProgressBarType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.SelectionType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.Shadow
 
apply(Component<?>) - Method in interface com.jbstrap.ui.bootstrap.StyleElement
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.TabType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.TextAlign
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.TextType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.VerticalAlign
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.components.activitystream.ActivityStreamType
 
apply(Component<?>) - Method in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
 
apply(Component<?>, ColorType) - Method in class com.jbstrap.ui.bootstrap.Color
Applies the style setting to the specified component with the specified type.
apply(Component<?>, ScreenSize) - Method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
 
apply(Column) - Method in class com.jbstrap.ui.bootstrap.ColumnOffset
 
apply(Column) - Method in class com.jbstrap.ui.bootstrap.ColumnOrder
 
apply(Column) - Method in class com.jbstrap.ui.bootstrap.ColumnSize
 
AQUA - Static variable in class com.jbstrap.ui.bootstrap.Color
 
AQUAMARINE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
ARCHIVE - Enum constant in enum class com.jbstrap.ui.Icon
 
AREA_CHART - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Area chart
AREA_CHART - Enum constant in enum class com.jbstrap.ui.Icon
 
AreaChart - Class in com.jbstrap.ui.components.charts
An area chart is a series of data points connected with lines, with a colored area below the lines.
AreaChart(String) - Constructor for class com.jbstrap.ui.components.charts.AreaChart
Creates an area chart.
AreaChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.AreaChart
Creates the area chart component and sets the name of the DataDescriptor and that of the X axis column.
AreaSeries - Class in com.jbstrap.ui.components.charts
Series object to be displayed on an area chart.
AreaSeries(String) - Constructor for class com.jbstrap.ui.components.charts.AreaSeries
Creates a series object to be displayed on an area chart.
AreaSeries(String, String) - Constructor for class com.jbstrap.ui.components.charts.AreaSeries
Creates a series object to be displayed on an area chart.
AROUND - Enum constant in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
ARROW_CIRCLE_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_CIRCLE_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_CIRCLE_O_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_CIRCLE_O_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_CIRCLE_O_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_CIRCLE_O_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_CIRCLE_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_CIRCLE_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROW_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROWS - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROWS_ALT - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROWS_H - Enum constant in enum class com.jbstrap.ui.Icon
 
ARROWS_V - Enum constant in enum class com.jbstrap.ui.Icon
 
ASCENDING - Enum constant in enum class com.jbstrap.core.dao.enums.OrderType
Sorts in ascending order
ask(String, String) - Method in class com.jbstrap.core.websocket.Client
Shows the specified question message to the user.
ask(String, String) - Method in class com.jbstrap.ui.UI
Shows the specified question message to the user.
ask(String, String, String, String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
ASTERISK - Enum constant in enum class com.jbstrap.ui.Icon
 
AsyncEvent - Interface in com.jbstrap.core.websocket.interfaces
Interface class for marking events as async events.
AT - Enum constant in enum class com.jbstrap.ui.Icon
 
attributeName() - Element in annotation interface com.jbstrap.core.annotation.JSonAttribute
Sets the name of the attribute that is in the JSON object If not specified, the attribute name will be the same as the field name
attributes - Variable in class com.jbstrap.ui.Component
 
AuditException - Exception in com.jbstrap.core.dao.exception
This exception is thrown when any error is encountered during the processing of the Audit fields: Creator, Modifier, CreatorTimestamp, ModifierTimestamp
AuditException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.AuditException
The exception is thrown when any error is encountered during the processing of the Audit fields.
AUTHENTICATION - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The instance of the class that implements the user login process.
AuthenticationInterface - Interface in com.jbstrap.core.interfaces
The methods used during the Login and Logout.
AUTO - Enum constant in enum class com.jbstrap.ui.bootstrap.SelectionType
Uses the default selection setting.
AUTO - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TickNumbers
Ticks are displayed automatically, evenly distributed.
AUTO - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
Based on the length and amount of the text, it is automatically rotated.
AUTO - Enum constant in enum class com.jbstrap.ui.components.enums.ToolTipPosition
The default position.
AUTO() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is automatically calculated so that all columns in a row would be of uniform size.
AUTO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is automatically calculated for the specified and all screen sizes so that all columns in a row would be of uniform size.
AUTO_FETCH - Static variable in class com.jbstrap.core.meta.MetaParamName
 
AUTO_SIZE_COLUMNS - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
AUTOFETCH_TIMEOUT - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Sets the timeout of the automatic data fetch.
AUTOMOBILE - Enum constant in enum class com.jbstrap.ui.Icon
 
available() - Method in class com.jbstrap.core.utils.FastByteArrayInputStream
 
AxesBasedChart<T> - Class in com.jbstrap.ui.components.charts
The parent class of all axis-based charts.
AxesBasedChart(String, DataDescriptor, String, TooltipType) - Constructor for class com.jbstrap.ui.components.charts.AxesBasedChart
 
AxesBaseSeries - Class in com.jbstrap.ui.components.charts
Parent class of series objects applicable for axis-based charts.
AxesBaseSeries(String) - Constructor for class com.jbstrap.ui.components.charts.AxesBaseSeries
Creates an axis-based series object.
AxesBaseSeries(String, String) - Constructor for class com.jbstrap.ui.components.charts.AxesBaseSeries
Creates an axis-based series object and sets the name of the column.
AxisType - Enum Class in com.jbstrap.ui.components.charts.params.enums
Chart axis types.
AZURE - Static variable in class com.jbstrap.ui.bootstrap.Color
 

B

back() - Method in class com.jbstrap.ui.components.wizard.Wizard
Steps back the wizard component.
backBtn - Variable in class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
 
BACKGROUND - Enum constant in enum class com.jbstrap.ui.bootstrap.ColorType
 
backgroundColor - Variable in class com.jbstrap.ui.Component
 
BACKSPACE - Static variable in class com.jbstrap.ui.Key
 
BACKWARD - Enum constant in enum class com.jbstrap.ui.Icon
 
Badge - Class in com.jbstrap.ui.components
Badge component
Badge() - Constructor for class com.jbstrap.ui.components.Badge
Creates an empty badge component.
Badge(Icon, String) - Constructor for class com.jbstrap.ui.components.Badge
Creates a badge with the specified icon and text
Badge(Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.Badge
Creates a badge with the specified icon, text and style
Badge(String) - Constructor for class com.jbstrap.ui.components.Badge
Creates a badge with the specified text
Badge(String, Icon, String) - Constructor for class com.jbstrap.ui.components.Badge
Creates a badge with the specified icon and text
Badge(String, Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.Badge
Creates a badge with the specified icon, text and style
Badge(String, String) - Constructor for class com.jbstrap.ui.components.Badge
Creates a badge with the specified text
BadgeType - Enum Class in com.jbstrap.ui.bootstrap
Badge types
BAN - Enum constant in enum class com.jbstrap.ui.Icon
 
BANDCAMP - Enum constant in enum class com.jbstrap.ui.Icon
 
BANK - Enum constant in enum class com.jbstrap.ui.Icon
 
BAR_CHART - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Bar chart
BAR_CHART_O - Enum constant in enum class com.jbstrap.ui.Icon
 
BAR_RADIUS - Static variable in class com.jbstrap.ui.components.charts.BarSeries
 
BarChart - Class in com.jbstrap.ui.components.charts
A bar chart displays data series as columns.
BarChart(String) - Constructor for class com.jbstrap.ui.components.charts.BarChart
Creates the bar chart.
BarChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.BarChart
Creates a bar chart component and sets the associated DataDescriptor and the name of the column containing X axis values.
BARCODE - Enum constant in enum class com.jbstrap.ui.Icon
 
BARS - Enum constant in enum class com.jbstrap.ui.Icon
 
BarSeries - Class in com.jbstrap.ui.components.charts
Series object to be displayed on a bar chart.
BarSeries(String) - Constructor for class com.jbstrap.ui.components.charts.BarSeries
Creates a series object to be displayed on a bar chart.
BarSeries(String, String) - Constructor for class com.jbstrap.ui.components.charts.BarSeries
Creates a series object to be displayed on a bar chart.
BarTextPosition - Enum Class in com.jbstrap.ui.components.charts.params.enums
Positions of data points on each column for BarChart charts.
base64Decrypt(String) - Static method in class com.jbstrap.core.utils.CryptoUtils
Decrypts the specified Base64 text
base64Encrypt(byte[]) - Static method in class com.jbstrap.core.utils.CryptoUtils
Encrypts the specified Byte Array, using Base64 encryption
base64Encrypt(String) - Static method in class com.jbstrap.core.utils.CryptoUtils
Encrypts the specified string using Base64 encryption
BaseChart<T> - Class in com.jbstrap.ui.components.charts
 
BaseChart(String, TooltipType, ImmutableList<TooltipType>) - Constructor for class com.jbstrap.ui.components.charts.BaseChart
 
BaseDataDescriptor<D extends DataDescriptor,T extends Transaction> - Class in com.jbstrap.core.meta
The DataDescriptor class
BaseDataDescriptor(String) - Constructor for class com.jbstrap.core.meta.BaseDataDescriptor
Creates a DataDescriptor
BaseDataDescriptor(String, String) - Constructor for class com.jbstrap.core.meta.BaseDataDescriptor
Creates a DataDescriptor
BasedOnDataDescriptor<T extends Component<?>> - Interface in com.jbstrap.ui.interfaces
This interface specifies DataDescriptor components
BaseEvent - Class in com.jbstrap.core.event
Base event class
BaseEvent() - Constructor for class com.jbstrap.core.event.BaseEvent
 
BaseFilter<T extends Component<?>> - Class in com.jbstrap.ui.components.filter
 
BaseFilter(String, FilterType, String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.BaseFilter
 
BaseFilter.ColumnParams - Class in com.jbstrap.ui.components.filter
 
BaseJBStrapEvent - Class in com.jbstrap.core.event
 
BaseJBStrapEvent() - Constructor for class com.jbstrap.core.event.BaseJBStrapEvent
 
BaseLoginPage - Class in com.jbstrap.ui
Base Login Page class
BaseLoginPage(UI, Parameters) - Constructor for class com.jbstrap.ui.BaseLoginPage
Creates the ancestor login page
BaseMessage - Class in com.jbstrap.core.websocket.messages
 
BaseMessage(MessageType) - Constructor for class com.jbstrap.core.websocket.messages.BaseMessage
Creates a base message objects
BasePage - Class in com.jbstrap.ui
The base page class
BasePage(UI, Parameters) - Constructor for class com.jbstrap.ui.BasePage
Creates a page.
BaseTransaction<T extends Transaction,R> - Class in com.jbstrap.core.dao
 
BaseTransaction() - Constructor for class com.jbstrap.core.dao.BaseTransaction
 
BATH - Enum constant in enum class com.jbstrap.ui.Icon
 
BATHTUB - Enum constant in enum class com.jbstrap.ui.Icon
 
BEER - Enum constant in enum class com.jbstrap.ui.Icon
 
beforeFrameworkInitialization() - Method in class com.jbstrap.ui.Startup
Method containing operations that must be executed before the framework is has been initialized.
BeforeMoveEvent - Interface in com.jbstrap.ui.components.calendar
Before move event (a schedule object is moved, but not saved) handler interface
beforeSaveMovedSchedule(Schedule, Date, Date) - Method in interface com.jbstrap.ui.components.calendar.BeforeMoveEvent
The method is called, when in a Calendar component, the user moves a schedule object, and the component wants to save to the database.
BEHANCE - Enum constant in enum class com.jbstrap.ui.Icon
 
BEHANCE_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
BEIGE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BELL - Enum constant in enum class com.jbstrap.ui.Icon
 
BELL_O - Enum constant in enum class com.jbstrap.ui.Icon
 
BELL_SLASH - Enum constant in enum class com.jbstrap.ui.Icon
 
BELL_SLASH_O - Enum constant in enum class com.jbstrap.ui.Icon
 
BETWEEN - Enum constant in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
BICYCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
BINOCULARS - Enum constant in enum class com.jbstrap.ui.Icon
 
BIRTHDAY_CAKE - Enum constant in enum class com.jbstrap.ui.Icon
 
BISQUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BITBUCKET - Enum constant in enum class com.jbstrap.ui.Icon
 
BITBUCKET_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
BITCOIN - Enum constant in enum class com.jbstrap.ui.Icon
 
BLACK_50 - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BLANCHED_ALMOND - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BLOCK - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the width of its parent component.
BLOCK - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy.Element
 
BLOCK() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a block component for all screen sizes.
BLOCK(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a block component for the specified and bigger screen sizes.
BLOCK_COLUMN_TAB - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
In this hierarchy, the order is blocks, columns and tabs.
BLOCK_NAME - Static variable in class com.jbstrap.core.meta.MetaParamName
 
BLOCK_TAB_COLUMN - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
In this hierarchy, the order is blocks, tabs and columns.
BLOCKED_FORM - Enum constant in enum class com.jbstrap.ui.components.form.FormBuildType
Blocked form builder
BlockedForm - Interface in com.jbstrap.ui.components.form.builders.interfaces
Form block handler support interface
BlockedFormBuilder - Class in com.jbstrap.ui.components.form.builders
Blocked form builder class
BlockedFormBuilder() - Constructor for class com.jbstrap.ui.components.form.builders.BlockedFormBuilder
Creates a blocked form builder class
Blockquote - Class in com.jbstrap.ui.components
Blockquote component
Blockquote(String) - Constructor for class com.jbstrap.ui.components.Blockquote
Creates a Blockquote component, with the specified text inside it.
Blockquote(String, String) - Constructor for class com.jbstrap.ui.components.Blockquote
Creates a Blockquote component, with the specified text and the author’s name inside it.
Blockquote(String, String, String) - Constructor for class com.jbstrap.ui.components.Blockquote
Creates a Blockquote component, with the specified text and the author’s name, and the source of the quote inside it.
Blockquote(String, String, String, String) - Constructor for class com.jbstrap.ui.components.Blockquote
Creates a Blockquote component, with the specified text and the author’s name, and the source of the quote inside it.
BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BLUE_VIOLET - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BODY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BOLD - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
BOLD - Enum constant in enum class com.jbstrap.ui.Icon
 
BOLT - Enum constant in enum class com.jbstrap.ui.Icon
 
BOMB - Enum constant in enum class com.jbstrap.ui.Icon
 
BOOK - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
BOOK - Enum constant in enum class com.jbstrap.ui.Icon
 
BOOKMARK - Enum constant in enum class com.jbstrap.ui.Icon
 
BOOKMARK_O - Enum constant in enum class com.jbstrap.ui.Icon
 
BOOLEAN - Enum constant in enum class com.jbstrap.core.enums.JSDataType
 
BOOLEAN - Enum constant in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Boolean data type column
BOOLEAN - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Boolean column
BOOLEAN - Enum constant in enum class com.jbstrap.ui.converters.BooleanConverters
If you choose this implementation, boolean values are not converted.
BOOLEAN_STRING - Enum constant in enum class com.jbstrap.ui.converters.BooleanConverters
If you choose this implementation, boolean values are converted to “true” and “false”.
BooleanCallback - Interface in com.jbstrap.core.event.handlers.system
 
BooleanConverter - Class in com.jbstrap.core.converters
Class for converting text or numerical values into boolean values.
BooleanConverters - Enum Class in com.jbstrap.ui.converters
Boolean converter implementation.
BooleanValidator - Class in com.jbstrap.core.validators
The Boolean validator class
BooleanValidator() - Constructor for class com.jbstrap.core.validators.BooleanValidator
 
BooleanValueFormItem - Interface in com.jbstrap.ui.components.form
Interface for marking form elements with editable boolean values.
Border - Enum Class in com.jbstrap.ui.bootstrap
 
BORDER - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Displays the border on all sides of the component.
BORDER - Enum constant in enum class com.jbstrap.ui.bootstrap.ColorType
 
BORDER - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
BORDER_BOTTOM - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Displays the border on the lower side of the component.
BORDER_COLOR - Static variable in class com.jbstrap.ui.components.charts.DonutChart
 
BORDER_COLOR - Static variable in class com.jbstrap.ui.components.charts.FunnelChart
 
BORDER_COLOR - Static variable in class com.jbstrap.ui.components.charts.PieChart
 
BORDER_LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Displays the border on the left side of the component.
BORDER_RADIUS - Static variable in class com.jbstrap.ui.components.charts.DonutChart
 
BORDER_RADIUS - Static variable in class com.jbstrap.ui.components.charts.PieChart
 
BORDER_RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Displays the border on the right side of the component.
BORDER_TOP - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Displays the border on the upper side of the component.
BORDER_WIDTH - Static variable in class com.jbstrap.ui.components.charts.DonutChart
 
BORDER_WIDTH - Static variable in class com.jbstrap.ui.components.charts.FunnelChart
 
BORDER_WIDTH - Static variable in class com.jbstrap.ui.components.charts.PieChart
 
borderColor - Variable in class com.jbstrap.ui.Component
 
BOTTOM - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.BarTextPosition
Data points are displayed at the bottom of columns in a bar chart.
BOTTOM - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
The legend is displayed below the chart.
BOTTOM - Enum constant in enum class com.jbstrap.ui.components.enums.ToolTipPosition
The tooltip will appear below to the assigned component.
BOTTOM - Enum constant in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
The line separating the splitter component’s containers is located at the bottom of the component Only for horizontal splitter
BOTTOM_CENTER - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
The chart title is displayed below the chart, aligned to the center.
BOTTOM_LEFT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
The chart title is displayed below the chart, aligned to the left.
BOTTOM_RIGHT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
The chart title is displayed below the chart, aligned to the right.
BOUNCE - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_IN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_IN_DOWN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_IN_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_IN_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_IN_UP - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_OUT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_OUT_DOWN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_OUT_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_OUT_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOUNCE_OUT_UP - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
BOX - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Markers are displayed as squares on the chart and on the legend.
BOX_PLOT - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Box plot chart
Breadcrumb - Class in com.jbstrap.ui.components
Breadcrumb component
Breadcrumb() - Constructor for class com.jbstrap.ui.components.Breadcrumb
Creates a breadcrumb component
Breadcrumb(String) - Constructor for class com.jbstrap.ui.components.Breadcrumb
Creates a breadcrumb component with specified ID
Breadcrumb.BreadcrumdList - Class in com.jbstrap.ui.components
 
BreadcrumdList() - Constructor for class com.jbstrap.ui.components.Breadcrumb.BreadcrumdList
 
BRIEFCASE - Enum constant in enum class com.jbstrap.ui.Icon
 
BROWN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BrowserEvent - Class in com.jbstrap.core.event
Browser event
BrowserEvent() - Constructor for class com.jbstrap.core.event.BrowserEvent
 
BrowserEventHandler - Interface in com.jbstrap.core.event.handlers
 
brushable - Variable in class com.jbstrap.ui.components.charts.BaseChart
Checks if the brush feature is enabled on the chart.
BTC - Enum constant in enum class com.jbstrap.ui.Icon
 
BubbleChart - Class in com.jbstrap.ui.components.charts
A bubble chart is a special chart that is capable of displaying multiple series.
BubbleChart(String) - Constructor for class com.jbstrap.ui.components.charts.BubbleChart
Creates the bubble chart.
BubbleChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.BubbleChart
Creates the bubble chart component and sets the name of the DataDescriptor and that of the X axis column.
BubbleSeries - Class in com.jbstrap.ui.components.charts
Series object displayed on bubble charts.
BubbleSeries(String) - Constructor for class com.jbstrap.ui.components.charts.BubbleSeries
Creates a series object displayed on bubble charts.
BubbleSeries(String, String) - Constructor for class com.jbstrap.ui.components.charts.BubbleSeries
Creates a series object displayed on bubble charts and sets the name of the data column.
BubbleSeries(String, String, String) - Constructor for class com.jbstrap.ui.components.charts.BubbleSeries
Creates a series object displayed on bubble charts and sets the name of columns containing the data and data weight values.
buf - Variable in class com.jbstrap.core.utils.FastByteArrayInputStream
 
buf - Variable in class com.jbstrap.core.utils.FastByteArrayOutputStream
 
BUG - Enum constant in enum class com.jbstrap.ui.Icon
 
buildForm(List<FormItem<?, ?>>) - Method in class com.jbstrap.ui.components.form.builders.BlockedFormBuilder
 
buildForm(List<FormItem<?, ?>>) - Method in class com.jbstrap.ui.components.form.builders.ColumnedFormBuilder
 
buildForm(List<FormItem<?, ?>>) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
 
buildForm(List<FormItem<?, ?>>) - Method in class com.jbstrap.ui.components.form.builders.DefaultFormBuilder
 
buildForm(List<FormItem<?, ?>>) - Method in class com.jbstrap.ui.components.form.builders.TabbedFormBuilder
 
buildForm(List<FormItem<?, ?>>) - Method in interface com.jbstrap.ui.components.form.FormBuilder
Builds a form
buildFromMenu(String, CurrentUser) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Creates a menu bar component, based on the specified menu.
BUILDING - Enum constant in enum class com.jbstrap.ui.Icon
 
BUILDING_O - Enum constant in enum class com.jbstrap.ui.Icon
 
BULLET_GRAPH - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Bullet chart
BulletChart - Class in com.jbstrap.ui.components.charts
This chart type visualizes a measurement and compares it one or more other measurements.
BulletChart(String, String...) - Constructor for class com.jbstrap.ui.components.charts.BulletChart
Creates a bullet chart and specifies the display item titles.
BULLHORN - Enum constant in enum class com.jbstrap.ui.Icon
 
BULLSEYE - Enum constant in enum class com.jbstrap.ui.Icon
 
BURLY_WOOD - Static variable in class com.jbstrap.ui.bootstrap.Color
 
BUS - Enum constant in enum class com.jbstrap.ui.Icon
 
Button - Class in com.jbstrap.ui.components.button
Button component
Button(Icon) - Constructor for class com.jbstrap.ui.components.button.Button
creates a button with the specified icon
Button(Icon, String) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified icon and text
Button(Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified icon, text and style(s).
Button(String) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified text
Button(String, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified text and style(s).
Button(String, Icon) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified icon
Button(String, Icon, String) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified icon and text
Button(String, Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified icon, text and style(s).
Button(String, String) - Constructor for class com.jbstrap.ui.components.button.Button
Creates a button with the specified text
ButtonSize - Enum Class in com.jbstrap.ui.bootstrap
Button sizes
ButtonType - Enum Class in com.jbstrap.ui.bootstrap
Button types

C

C - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
CAB - Enum constant in enum class com.jbstrap.ui.Icon
 
CADET_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
CalculateColumnValue - Interface in com.jbstrap.core.meta.interfaces
Data source column default value calculator interface
calculateValue(Record, CurrentUser) - Method in interface com.jbstrap.core.meta.interfaces.CalculateColumnValue
The method that calculates the column value
CALCULATOR - Enum constant in enum class com.jbstrap.ui.Icon
 
Calendar - Class in com.jbstrap.ui.components.calendar
Calendar component
Calendar() - Constructor for class com.jbstrap.ui.components.calendar.Calendar
Creates an empty calendar component
Calendar(String) - Constructor for class com.jbstrap.ui.components.calendar.Calendar
Creates an empty calendar component, in the specified language
Calendar(String, String) - Constructor for class com.jbstrap.ui.components.calendar.Calendar
Creates an empty calendar component, in the specified language
CALENDAR - Enum constant in enum class com.jbstrap.ui.Icon
 
CALENDAR_CHANGE_VIEW_EVENT - Enum constant in enum class com.jbstrap.core.event.EventType
Calendar component view change event
CALENDAR_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
Calendar component click event
CALENDAR_DOUBLE_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
Calendar component double-click event
CALENDAR_INIT_DONE - Enum constant in enum class com.jbstrap.core.event.EventType
 
CALENDAR_O - Enum constant in enum class com.jbstrap.ui.Icon
 
CALENDAR_SCHEDULE_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
Calendar schedule click event
CALENDAR_SCHEDULE_MOVE - Enum constant in enum class com.jbstrap.core.event.EventType
Calendar schedule move event
CalendarChangeViewEvent - Class in com.jbstrap.core.event
This class contains the data used when the Calendar component has a view change event.
CalendarChangeViewEvent() - Constructor for class com.jbstrap.core.event.CalendarChangeViewEvent
 
CalendarClickEvent - Class in com.jbstrap.core.event
This class contains the data about the calendar click events.
CalendarClickEvent() - Constructor for class com.jbstrap.core.event.CalendarClickEvent
 
CalendarClickHandler - Interface in com.jbstrap.core.event.handlers.custom
Calendar click event handler interface
CalendarDoubleClickEvent - Class in com.jbstrap.core.event
This class contains the data about the calendar double-click events.
CalendarDoubleClickEvent() - Constructor for class com.jbstrap.core.event.CalendarDoubleClickEvent
 
CalendarDoubleClickHandler - Interface in com.jbstrap.core.event.handlers.custom
Calendar double click event handler interface
CalendarInitDoneEvent - Class in com.jbstrap.core.event
 
CalendarInitDoneEvent() - Constructor for class com.jbstrap.core.event.CalendarInitDoneEvent
 
CalendarMoveScheduleEvent - Class in com.jbstrap.core.event
This class contains the data about the calendar move schedule event.
CalendarMoveScheduleEvent() - Constructor for class com.jbstrap.core.event.CalendarMoveScheduleEvent
 
CalendarMoveScheduleHandler - Interface in com.jbstrap.core.event.handlers.custom
Calendar move schedule event handler interface
CalendarScheduleClickEvent - Class in com.jbstrap.core.event
This class contains data about the calendar schedule click event.
CalendarScheduleClickEvent() - Constructor for class com.jbstrap.core.event.CalendarScheduleClickEvent
 
CalendarScheduleClickHandler - Interface in com.jbstrap.core.event.handlers.custom
Calendar schedule click event handler interface
CalendarView - Enum Class in com.jbstrap.ui.components.calendar
Calendar views
CalendarViewChangeEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Calendar view change event handler interface
calledFromMethod(String) - Static method in class com.jbstrap.core.utils.ReflectionUtils
 
callJavaScriptFunction(String) - Method in class com.jbstrap.core.websocket.Client
Calls a JavaScript function, that can have a return value.
callJavaScriptFunction(String, Object...) - Method in class com.jbstrap.core.websocket.Client
Calls a JavaScript function that can have a return value
CAMERA - Enum constant in enum class com.jbstrap.ui.Icon
 
CAMERA_RETRO - Enum constant in enum class com.jbstrap.ui.Icon
 
CANCEL - Enum constant in enum class com.jbstrap.ui.components.enums.DefaultButton
 
cancelButtonIcon - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
cancelButtonText - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
CanDrop<T extends Component<?>> - Interface in com.jbstrap.ui
Droppable components
canvas - Variable in class com.jbstrap.ui.components.charts.BaseChart
Chart canvas instance containing the chart.
CAPSLOCK - Static variable in class com.jbstrap.ui.Key
 
CAR - Enum constant in enum class com.jbstrap.ui.Icon
 
Card - Class in com.jbstrap.ui.components.card
 
Card() - Constructor for class com.jbstrap.ui.components.card.Card
 
Card(String, String) - Constructor for class com.jbstrap.ui.components.card.Card
 
CardAccordion - Class in com.jbstrap.ui.components.card
The component is a special layout component and you can only place card components on it.
CardAccordion() - Constructor for class com.jbstrap.ui.components.card.CardAccordion
Creates an empty CardAccordion.
CardAccordion(Card...) - Constructor for class com.jbstrap.ui.components.card.CardAccordion
Creates a new CardAccordion component and places the specified cards on the component.
CardAccordion(String) - Constructor for class com.jbstrap.ui.components.card.CardAccordion
Creates an empty CardAccordion using the specified unique ID.
CardAccordion(String, Card...) - Constructor for class com.jbstrap.ui.components.card.CardAccordion
Creates a new CardAccordion component with the specified unique ID and places the specified cards on the component.
CardBody - Class in com.jbstrap.ui.components.card
Card body component.
CardBody() - Constructor for class com.jbstrap.ui.components.card.CardBody
 
CardDeck - Class in com.jbstrap.ui.components.card
This component is a special layout for the Card components.
CardDeck() - Constructor for class com.jbstrap.ui.components.card.CardDeck
Creates an empty CardDeck component.
CardDeck(Card...) - Constructor for class com.jbstrap.ui.components.card.CardDeck
Creates a CardDeck component with the specified cards.
CardDeck(String) - Constructor for class com.jbstrap.ui.components.card.CardDeck
Creates an empty CardDeck component with the specified unique ID.
CardDeck(String, Card...) - Constructor for class com.jbstrap.ui.components.card.CardDeck
Creates a CardDeck component with the specified unique ID and cards.
CardFooter - Class in com.jbstrap.ui.components.card
 
CardFooter() - Constructor for class com.jbstrap.ui.components.card.CardFooter
 
CardGroup - Class in com.jbstrap.ui.components.card
This component is a special layout for card components.
CardGroup() - Constructor for class com.jbstrap.ui.components.card.CardGroup
Creates an empty CardGroup.
CardGroup(Card...) - Constructor for class com.jbstrap.ui.components.card.CardGroup
Creates a CardGroup and adds the specified cards to it.
CardGroup(String) - Constructor for class com.jbstrap.ui.components.card.CardGroup
Creates an empty CardGroup component with the specified unique ID.
CardGroup(String, Card...) - Constructor for class com.jbstrap.ui.components.card.CardGroup
Creates a CardGroup component using the specified unique ID and adds the specified cards to it.
CardHeader - Class in com.jbstrap.ui.components.card
 
CardHeader() - Constructor for class com.jbstrap.ui.components.card.CardHeader
 
CARET_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
CARET_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
CARET_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
CARET_SQUARE_O_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
CARET_SQUARE_O_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
CARET_SQUARE_O_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
CARET_SQUARE_O_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
CARET_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
CASSANDRA - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
CATEGORY_COLUMN - Static variable in class com.jbstrap.ui.components.charts.Series
 
categoryColumn - Variable in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
CC - Enum constant in enum class com.jbstrap.ui.Icon
 
CC_AMEX - Enum constant in enum class com.jbstrap.ui.Icon
 
CC_DISCOVER - Enum constant in enum class com.jbstrap.ui.Icon
 
CC_MASTERCARD - Enum constant in enum class com.jbstrap.ui.Icon
 
CC_PAYPAL - Enum constant in enum class com.jbstrap.ui.Icon
 
CC_STRIPE - Enum constant in enum class com.jbstrap.ui.Icon
 
CC_VISA - Enum constant in enum class com.jbstrap.ui.Icon
 
CENTER - Enum constant in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
CENTER - Enum constant in enum class com.jbstrap.ui.bootstrap.VerticalAlign
 
CENTER - Enum constant in enum class com.jbstrap.ui.components.form.items.DropDownPosition
The calendar will be in the middle of the input field, in the DatePicker and DateRangePicker components.
CENTER - Enum constant in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
The line separating the splitter component’s containers is located in the middle of the component For horizontal as well as vertical splitters
CENTER - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
Column data are center-aligned.
CERTIFICATE - Enum constant in enum class com.jbstrap.ui.Icon
 
CEYLON - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
CHAIN - Enum constant in enum class com.jbstrap.ui.Icon
 
CHAIN_BROKEN - Enum constant in enum class com.jbstrap.ui.Icon
 
changeApplicationIcon(String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
changeContent(String, String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
changeLiveFaviconText(String) - Method in class com.jbstrap.ui.UI
Changes the currently displayed live favicon content.
changeSectionName(String, String) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Modifies the section’s name.
CHART_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
Chart click event
CHART_LASSO - Enum constant in enum class com.jbstrap.core.event.EventType
Chart lasso event
CHART_TYPE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
ChartCanvas - Class in com.jbstrap.ui.components.charts
Use this component to display charts.
ChartCanvas() - Constructor for class com.jbstrap.ui.components.charts.ChartCanvas
Creates an empty chart canvas with the default settings.
ChartCanvas(String) - Constructor for class com.jbstrap.ui.components.charts.ChartCanvas
Creates an empty chart canvas with the default settings using the default language code.
ChartCanvas(String, String) - Constructor for class com.jbstrap.ui.components.charts.ChartCanvas
Creates an empty chart canvas with the default settings by specifying the canvas ID.
ChartClickEvent - Class in com.jbstrap.core.event
This class contains the data of the basic click mouse event for the Chart component.
ChartClickEvent() - Constructor for class com.jbstrap.core.event.ChartClickEvent
 
ChartClickEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Chart click event handler interface
ChartLassoEvent - Class in com.jbstrap.core.event
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 records
ChartLassoEvent() - Constructor for class com.jbstrap.core.event.ChartLassoEvent
 
ChartLassoEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Chart lasso event handler interface
CHARTREUSE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
ChartTitlePosition - Enum Class in com.jbstrap.ui.components.charts.params.enums
Chart title positions.
ChartTooltipRenderer - Interface in com.jbstrap.ui.components.charts
Unique tooltip renderer interface.
CHECK - Enum constant in enum class com.jbstrap.ui.Icon
 
CHECK_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
CHECK_CIRCLE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
CHECK_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
CHECK_SQUARE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
CHECKBOX - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Checkbox component, that can input logic values.
CheckboxItem - Class in com.jbstrap.ui.components.form.items
Checkbox item
CheckboxItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.CheckboxItem
Createts a checkbox item, based on the specified DataDescriptor column.
CheckboxItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.CheckboxItem
Creates a checkbox item, based on the specified DataDescriptor column and using the specified language code.
CheckboxItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.CheckboxItem
Creates a checkbox item, with the specified name and label.
CheckboxItem(String, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.form.items.CheckboxItem
Creates a checkbox item, with the specified name, label and style.
CheckboxItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.CheckboxItem
Creates a checkbox item, with the specified name and label, and the specified language code.
CheckboxItem(String, String, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.form.items.CheckboxItem
Creates a checkbox item, with the specified name, label and style, with the specified language code.
CheckboxShape - Enum Class in com.jbstrap.ui.bootstrap
The checkbox shapes
CheckboxType - Enum Class in com.jbstrap.ui.bootstrap
The checkbox types
checkUser(String, String) - Method in class com.jbstrap.ui.BaseLoginPage
Checks (authenticates) the specified user's data
CHEVRON_CIRCLE_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
CHEVRON_CIRCLE_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
CHEVRON_CIRCLE_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
CHEVRON_CIRCLE_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
CHEVRON_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
CHEVRON_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
CHEVRON_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
CHEVRON_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
CHILD - Enum constant in enum class com.jbstrap.ui.Icon
 
CHILLER - Enum constant in enum class com.jbstrap.ui.components.navbar.NavBarTheme
 
CHOCOLATE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
CIRCLE - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxShape
A circle form, in which a dot can be placed/removed by the user
CIRCLE - Enum constant in enum class com.jbstrap.ui.bootstrap.ImageStyle
Circle style display.
CIRCLE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Markers are displayed as dots on the chart and on the legend.
CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
CIRCLE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
CIRCLE_O_NOTCH - Enum constant in enum class com.jbstrap.ui.Icon
 
CIRCLE_THIN - Enum constant in enum class com.jbstrap.ui.Icon
 
clazz() - Element in annotation interface com.jbstrap.core.dao.base.annotation.viewmapping.MappedField
Gets the entity class, where the view entity field is mapped
clear() - Method in class com.jbstrap.core.Parameters
Delete all previously specified values from the parameter object.
clear() - Method in class com.jbstrap.core.websocket.Client.EventQueue
 
clear() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Clears every item from the component
clear() - Method in class com.jbstrap.ui.components.button.DropDownButton
Removes all components, headers, borders and menu items from the dropdown menu.
clear() - Method in class com.jbstrap.ui.components.calendar.Calendar
Clears every scheduled event from the calendar
clear() - Method in class com.jbstrap.ui.components.charts.Series
Clears all data from the series object.
clear() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
clear() - Method in class com.jbstrap.ui.components.ContextMenu
Clears the menu
clear() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Clears the combobox's set of values
clear() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Clears the value set of the dual list box and removes all items from the value set.
clear() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Clears the component’s value set and removes all value set items.
clear() - Method in class com.jbstrap.ui.components.list.ListBox
Deletes all items of the list
clear() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Empties the list grid component; removes all rows and records from the list grid.
clear() - Method in class com.jbstrap.ui.components.timeline.Timeline
Clears every item from the timeline
clear() - Method in class com.jbstrap.ui.components.treeview.Treeview
Deletes all data from the component and sets the component back to default.
clear() - Method in class com.jbstrap.ui.UI.RootLayout
 
clearButton - Variable in class com.jbstrap.ui.components.form.FormItem
 
clearfix(boolean) - Method in class com.jbstrap.ui.Component
Removes all float settings.
clearMessagesMap() - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Clears the cache containing the full messages.
clearOrders() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Removes all sorting rules from the grid.
clearValue() - Method in class com.jbstrap.ui.components.form.FormItem
Deletes the form item value.
clearValue() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Clears the component value (removes files from the component).
clearValue() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Deletes sparkline component values.
CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
Click event
Clickable<T extends Component<?>> - Interface in com.jbstrap.ui
Clickable component
ClickableChartData<T extends BaseChart<?>> - Interface in com.jbstrap.ui.components.charts
Charts that implement this interface marker click events.
ClickEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Click event handler interface
client - Variable in class com.jbstrap.core.event.BaseEvent
 
Client - Class in com.jbstrap.core.websocket
The class representing a client that is connected to the application.
Client(Session, String, String) - Constructor for class com.jbstrap.core.websocket.Client
 
CLIENT - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
CLIENT_CONNECTED - Enum constant in enum class com.jbstrap.core.event.EventType
Client connected event
CLIENT_CONNECTED_EVENT_HANDLER - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The instance of the class, that contains the client connected event handler.
CLIENT_DISCONNECT_EVENT_HANDLER - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The client disconnect event handler implementation can be specified in this parameter.
Client.EventQueue - Class in com.jbstrap.core.websocket
 
ClientConnectedEvent - Class in com.jbstrap.core.event
 
ClientConnectedEvent() - Constructor for class com.jbstrap.core.event.ClientConnectedEvent
 
ClientConnectedHandler - Interface in com.jbstrap.core.interfaces
Client connected event handler interface
ClientDisconnectedHandler - Interface in com.jbstrap.core.interfaces
Client disconnected event handler interface
CLIPBOARD - Enum constant in enum class com.jbstrap.ui.Icon
 
CLOCK_O - Enum constant in enum class com.jbstrap.ui.Icon
 
close() - Method in class com.jbstrap.core.websocket.Client
 
close() - Method in class com.jbstrap.ui.components.ContextMenu
Closes the menu if it was open.
close() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Closes the combobox list
close() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Collapses the node.
closeAllNodes() - Method in class com.jbstrap.ui.components.treeview.Treeview
Closes all nodes in the tree.
closeBtn - Variable in class com.jbstrap.ui.components.ContextMenu
 
closeCascade() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Collapses the current node and all its children.
closeConnection() - Method in enum class com.jbstrap.core.dao.base.JpaDaoFactory
Close database connection
closeConnection() - Method in class com.jbstrap.core.dao.DaoWithDomain
Closes the connection with the data handling layer.
closeConnection() - Method in class com.jbstrap.core.dao.StandardDao
Closes the connection with the data handling layer.
CLOSED - Enum constant in enum class com.jbstrap.ui.components.treeview.TreeviewNodeState
The treeview node is closed
closeMessageBus(String) - Static method in class com.jbstrap.core.JBStrap
Closes the specified global level message bus
closeMessageBus(String) - Method in class com.jbstrap.core.messagebus.MessageBus
Closes the specified MessageBus
closePage(BasePage) - Method in class com.jbstrap.core.websocket.Client
Closes the specified page.
closePalette() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Closes the palette on the interface.
closeSelector() - Method in class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
 
closeSelector() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorWindow
The window close event
closeTag(String) - Method in class com.jbstrap.ui.Component
Closes the specified HTML tag
CLOUD - Enum constant in enum class com.jbstrap.ui.Icon
 
CLOUD_DOWNLOAD - Enum constant in enum class com.jbstrap.ui.Icon
 
CLOUD_UPLOAD - Enum constant in enum class com.jbstrap.ui.Icon
 
CODE - Enum constant in enum class com.jbstrap.ui.Icon
 
CODE_FORK - Enum constant in enum class com.jbstrap.ui.Icon
 
CODEPEN - Enum constant in enum class com.jbstrap.ui.Icon
 
CodeViewer - Class in com.jbstrap.ui.components
The Code Viewer component
CodeViewer(String) - Constructor for class com.jbstrap.ui.components.CodeViewer
Creates a code viewer component, with the specified code with Java syntax
CodeViewer(String, CodeViewerMode) - Constructor for class com.jbstrap.ui.components.CodeViewer
Creates a code viewer component, with the code specified in the parameter.
CodeViewer(String, String) - Constructor for class com.jbstrap.ui.components.CodeViewer
Creates a code viewer component, with the specified code with Java syntax
CodeViewer(String, String, CodeViewerMode) - Constructor for class com.jbstrap.ui.components.CodeViewer
Creates a code viewer component, with the code specified in the parameter.
CodeViewerMode - Enum Class in com.jbstrap.ui.components.enums
The code viewer component display modes
COFFEE - Enum constant in enum class com.jbstrap.ui.Icon
 
COG - Enum constant in enum class com.jbstrap.ui.Icon
 
COGS - Enum constant in enum class com.jbstrap.ui.Icon
 
COLLECTION - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
Collection type operators
color - Variable in class com.jbstrap.ui.Component
 
Color - Class in com.jbstrap.ui.bootstrap
Colors
COLOR - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
COLOR - Static variable in interface com.jbstrap.ui.components.charts.ColorizedSeries
 
COLOR - Static variable in class com.jbstrap.ui.components.charts.GaugeChartSection
 
COLOR_COLUMN - Static variable in class com.jbstrap.ui.components.charts.Series
 
COLOR_RANGE - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
COLOR_TEMPLATE - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
colorColumn - Variable in class com.jbstrap.ui.components.charts.Series
 
ColorFormat - Enum Class in com.jbstrap.ui.components.form.items.colorpicker
Enum containing the color picker formats
ColorizedSeries<T extends Series> - Interface in com.jbstrap.ui.components.charts
Series types implementing this interface enable you to set their own color.
ColorPicker - Class in com.jbstrap.ui.components.form.items.colorpicker
Color picker form item
ColorPicker(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Creates a color picker, based on the specified DataDescriptor column.
ColorPicker(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Creates a color picker, based on the specified DataDescriptor column and language
ColorPicker(String, String) - Constructor for class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Creates a color picker component with the specified name and label.
ColorPicker(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Creates a color picker component with the specified name label and language.
ColorTemplate - Enum Class in com.jbstrap.ui.components.charts.params.enums
Color templates to be used for a GaugeChart.
ColorType - Enum Class in com.jbstrap.ui.bootstrap
 
column - Variable in class com.jbstrap.ui.components.form.FormItem
 
Column - Class in com.jbstrap.ui.components.layout
Column component
Column() - Constructor for class com.jbstrap.ui.components.layout.Column
Creates an empty column.
Column(Component<?>...) - Constructor for class com.jbstrap.ui.components.layout.Column
Creates column with the specified parameters.
Column(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.layout.Column
Creates a column with the specified ID and content
COLUMN - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy.Element
 
COLUMN_BLOCK_TAB - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
In this hierarchy, the order is columns, blocks and tabs.
COLUMN_ORDER - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridContextMenuOrder
The columns in the menu are displayed in the order specified in the DataDescriptor.
COLUMN_TAB_BLOCK - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
In this hierarchy, the order is columns, tabs and blocks.
COLUMNED_FORM - Enum constant in enum class com.jbstrap.ui.components.form.FormBuildType
Columned form builder
ColumnedForm - Interface in com.jbstrap.ui.components.form.builders.interfaces
The form component column handler support interface
ColumnedFormBuilder - Class in com.jbstrap.ui.components.form.builders
Columned form builder class
ColumnedFormBuilder() - Constructor for class com.jbstrap.ui.components.form.builders.ColumnedFormBuilder
 
columnMap - Variable in class com.jbstrap.core.data.DataExporter
The map containing the columns and their headers.
The Map key is the column name, and the value is the header.
ColumnOffset - Class in com.jbstrap.ui.bootstrap
JBStrap’s supported column offsets.
ColumnOrder - Class in com.jbstrap.ui.bootstrap
Supported column order settings.
ColumnParams() - Constructor for class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
columns - Variable in class com.jbstrap.core.meta.BaseDataDescriptor
 
columns - Variable in class com.jbstrap.ui.components.filter.BaseFilter
 
COLUMNS - Enum constant in enum class com.jbstrap.ui.Icon
 
COLUMNS - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
ColumnSize - Class in com.jbstrap.ui.bootstrap
Supported column width settings.
ColumnValueAdapter - Class in com.jbstrap.core.meta.xml
 
ColumnValueAdapter() - Constructor for class com.jbstrap.core.meta.xml.ColumnValueAdapter
 
ColumnVisibleType - Enum Class in com.jbstrap.core.meta.enums
Column visibility types
com.jbstrap.core - package com.jbstrap.core
 
com.jbstrap.core.annotation - package com.jbstrap.core.annotation
 
com.jbstrap.core.authorization - package com.jbstrap.core.authorization
 
com.jbstrap.core.cache - package com.jbstrap.core.cache
 
com.jbstrap.core.converters - package com.jbstrap.core.converters
 
com.jbstrap.core.dao - package com.jbstrap.core.dao
 
com.jbstrap.core.dao.base - package com.jbstrap.core.dao.base
 
com.jbstrap.core.dao.base.annotation - package com.jbstrap.core.dao.base.annotation
 
com.jbstrap.core.dao.base.annotation.audit - package com.jbstrap.core.dao.base.annotation.audit
 
com.jbstrap.core.dao.base.annotation.scd - package com.jbstrap.core.dao.base.annotation.scd
 
com.jbstrap.core.dao.base.annotation.viewmapping - package com.jbstrap.core.dao.base.annotation.viewmapping
 
com.jbstrap.core.dao.base.history - package com.jbstrap.core.dao.base.history
 
com.jbstrap.core.dao.enums - package com.jbstrap.core.dao.enums
 
com.jbstrap.core.dao.exception - package com.jbstrap.core.dao.exception
 
com.jbstrap.core.data - package com.jbstrap.core.data
 
com.jbstrap.core.data.export - package com.jbstrap.core.data.export
 
com.jbstrap.core.enums - package com.jbstrap.core.enums
 
com.jbstrap.core.event - package com.jbstrap.core.event
 
com.jbstrap.core.event.handlers - package com.jbstrap.core.event.handlers
 
com.jbstrap.core.event.handlers.custom - package com.jbstrap.core.event.handlers.custom
 
com.jbstrap.core.event.handlers.dom - package com.jbstrap.core.event.handlers.dom
 
com.jbstrap.core.event.handlers.system - package com.jbstrap.core.event.handlers.system
 
com.jbstrap.core.filestore - package com.jbstrap.core.filestore
 
com.jbstrap.core.interfaces - package com.jbstrap.core.interfaces
 
com.jbstrap.core.javascriptsupport - package com.jbstrap.core.javascriptsupport
 
com.jbstrap.core.mail - package com.jbstrap.core.mail
 
com.jbstrap.core.messagebus - package com.jbstrap.core.messagebus
 
com.jbstrap.core.meta - package com.jbstrap.core.meta
 
com.jbstrap.core.meta.enums - package com.jbstrap.core.meta.enums
 
com.jbstrap.core.meta.interfaces - package com.jbstrap.core.meta.interfaces
 
com.jbstrap.core.meta.xml - package com.jbstrap.core.meta.xml
 
com.jbstrap.core.plugin - package com.jbstrap.core.plugin
 
com.jbstrap.core.utils - package com.jbstrap.core.utils
 
com.jbstrap.core.validators - package com.jbstrap.core.validators
 
com.jbstrap.core.websocket - package com.jbstrap.core.websocket
 
com.jbstrap.core.websocket.interfaces - package com.jbstrap.core.websocket.interfaces
 
com.jbstrap.core.websocket.messages - package com.jbstrap.core.websocket.messages
 
com.jbstrap.ui - package com.jbstrap.ui
 
com.jbstrap.ui.authorization - package com.jbstrap.ui.authorization
 
com.jbstrap.ui.bootstrap - package com.jbstrap.ui.bootstrap
 
com.jbstrap.ui.components - package com.jbstrap.ui.components
 
com.jbstrap.ui.components.activitystream - package com.jbstrap.ui.components.activitystream
 
com.jbstrap.ui.components.button - package com.jbstrap.ui.components.button
 
com.jbstrap.ui.components.calendar - package com.jbstrap.ui.components.calendar
 
com.jbstrap.ui.components.card - package com.jbstrap.ui.components.card
 
com.jbstrap.ui.components.charts - package com.jbstrap.ui.components.charts
 
com.jbstrap.ui.components.charts.params.enums - package com.jbstrap.ui.components.charts.params.enums
 
com.jbstrap.ui.components.enums - package com.jbstrap.ui.components.enums
 
com.jbstrap.ui.components.filter - package com.jbstrap.ui.components.filter
 
com.jbstrap.ui.components.form - package com.jbstrap.ui.components.form
 
com.jbstrap.ui.components.form.base - package com.jbstrap.ui.components.form.base
 
com.jbstrap.ui.components.form.builders - package com.jbstrap.ui.components.form.builders
 
com.jbstrap.ui.components.form.builders.interfaces - package com.jbstrap.ui.components.form.builders.interfaces
 
com.jbstrap.ui.components.form.config - package com.jbstrap.ui.components.form.config
 
com.jbstrap.ui.components.form.items - package com.jbstrap.ui.components.form.items
 
com.jbstrap.ui.components.form.items.colorpicker - package com.jbstrap.ui.components.form.items.colorpicker
 
com.jbstrap.ui.components.form.items.fileitem - package com.jbstrap.ui.components.form.items.fileitem
 
com.jbstrap.ui.components.form.items.selectoritem - package com.jbstrap.ui.components.form.items.selectoritem
 
com.jbstrap.ui.components.layout - package com.jbstrap.ui.components.layout
 
com.jbstrap.ui.components.layout.splitter - package com.jbstrap.ui.components.layout.splitter
 
com.jbstrap.ui.components.list - package com.jbstrap.ui.components.list
 
com.jbstrap.ui.components.listgrid - package com.jbstrap.ui.components.listgrid
 
com.jbstrap.ui.components.listgrid.enums - package com.jbstrap.ui.components.listgrid.enums
 
com.jbstrap.ui.components.listgrid.formatters - package com.jbstrap.ui.components.listgrid.formatters
 
com.jbstrap.ui.components.listgrid.interfaces - package com.jbstrap.ui.components.listgrid.interfaces
 
com.jbstrap.ui.components.menubar - package com.jbstrap.ui.components.menubar
 
com.jbstrap.ui.components.navbar - package com.jbstrap.ui.components.navbar
 
com.jbstrap.ui.components.panels.ibox - package com.jbstrap.ui.components.panels.ibox
 
com.jbstrap.ui.components.panels.tab - package com.jbstrap.ui.components.panels.tab
 
com.jbstrap.ui.components.sparkline - package com.jbstrap.ui.components.sparkline
 
com.jbstrap.ui.components.table - package com.jbstrap.ui.components.table
 
com.jbstrap.ui.components.timeline - package com.jbstrap.ui.components.timeline
 
com.jbstrap.ui.components.treeview - package com.jbstrap.ui.components.treeview
 
com.jbstrap.ui.components.treeview.interfaces - package com.jbstrap.ui.components.treeview.interfaces
 
com.jbstrap.ui.components.windows - package com.jbstrap.ui.components.windows
 
com.jbstrap.ui.components.wizard - package com.jbstrap.ui.components.wizard
 
com.jbstrap.ui.components.wizard.interfaces - package com.jbstrap.ui.components.wizard.interfaces
 
com.jbstrap.ui.converters - package com.jbstrap.ui.converters
 
com.jbstrap.ui.enums - package com.jbstrap.ui.enums
 
com.jbstrap.ui.interfaces - package com.jbstrap.ui.interfaces
 
com.jbstrap.ui.servlet - package com.jbstrap.ui.servlet
 
com.jbstrap.ui.utils - package com.jbstrap.ui.utils
 
combinateAccess(Access) - Method in class com.jbstrap.ui.Component
 
COMBOBOX - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Combobox type input field, that will have its set of values be selectable from a drop down menu.
ComboboxItem - Class in com.jbstrap.ui.components.form.items
Combobox item
ComboboxItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.ComboboxItem
Creates a combobox input field, based on the specified DataDescriptor column.
ComboboxItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.ComboboxItem
Creates a combobox input field, based on the specified DataDescriptor column and language.
ComboboxItem(String) - Constructor for class com.jbstrap.ui.components.form.items.ComboboxItem
Creates an empty combobox input field with the specified name
ComboboxItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.ComboboxItem
Creates an empty combobox input field with the specified name and label
ComboboxItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.ComboboxItem
Creates an empty combobox input field with the specified name, label and language
ComboboxItem(String, String, String, Map<Object, Object>) - Constructor for class com.jbstrap.ui.components.form.items.ComboboxItem
Creates a combobox input field with the specified name, label and language.
ComboboxItem(String, String, Map<Object, Object>) - Constructor for class com.jbstrap.ui.components.form.items.ComboboxItem
Creates a combobox input field with the specified name and label.
COMMENT - Enum constant in enum class com.jbstrap.ui.Icon
 
COMMENT_O - Enum constant in enum class com.jbstrap.ui.Icon
 
COMMENTS - Enum constant in enum class com.jbstrap.ui.Icon
 
COMMENTS_O - Enum constant in enum class com.jbstrap.ui.Icon
 
commit() - Method in class com.jbstrap.core.dao.base.NoTransaction
 
commit() - Method in class com.jbstrap.core.dao.base.SQLTransaction
Saves all operations executed in the current transaction instance to the database.
commit() - Method in class com.jbstrap.core.dao.BaseTransaction
Commits the transaction towards the data store.
commit() - Method in interface com.jbstrap.core.interfaces.Transaction
Commits the transaction towards the data store.
COMPASS - Enum constant in enum class com.jbstrap.ui.Icon
 
COMPLEX_FORM - Enum constant in enum class com.jbstrap.ui.components.form.FormBuildType
Complex form builder
ComplexBuilderHierarchy - Enum Class in com.jbstrap.ui.components.form.builders
Enum containing the usable hierarchies for the complex form builder
ComplexBuilderHierarchy.Element - Enum Class in com.jbstrap.ui.components.form.builders
 
ComplexForm - Interface in com.jbstrap.ui.components.form.builders.interfaces
The complex form builder support interface
ComplexFormBuilder - Class in com.jbstrap.ui.components.form.builders
Complex form builder class
ComplexFormBuilder() - Constructor for class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
 
Component<T extends Component<?>> - Class in com.jbstrap.ui
The component base class
Component(String) - Constructor for class com.jbstrap.ui.Component
Creates a new component with the specified language.
Component(String, String) - Constructor for class com.jbstrap.ui.Component
Creates a new component with the specified language.
COMPRESS - Enum constant in enum class com.jbstrap.ui.Icon
 
CONJUNCTIVE - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
Conjunctive operators
ConnectionException - Exception in com.jbstrap.core.dao.exception
Exception that can occur during the commit/rollBack database operation
ConnectionException(String, Object...) - Constructor for exception com.jbstrap.core.dao.exception.ConnectionException
Throws a connection exception.
Container - Class in com.jbstrap.ui.components.layout
Container component
Container(ContainerType, Component<?>...) - Constructor for class com.jbstrap.ui.components.layout.Container
Creates a container with the specified component in it.
Container(Component<?>...) - Constructor for class com.jbstrap.ui.components.layout.Container
Creates a container with the specified component in it.
Container(String, ContainerType, Component<?>...) - Constructor for class com.jbstrap.ui.components.layout.Container
Creates a container with the specified component in it.
Container(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.layout.Container
Creates a container with the specified component in it.
ContainerType - Enum Class in com.jbstrap.ui.bootstrap
 
containsCriteria(Criteria) - Method in class com.jbstrap.core.dao.Criteria
Determines if the complex Criteria contains the specified criteria
containsElement(Object) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Determines if the specified data value is among the combobox's values.
containsKey(String) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Determines if the specified message key is contained within the cache or not.
containsKey(String, String) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Determines if the specified message key is contained within the cache or not, in the specified language.
containsStyle(StyleElement) - Method in class com.jbstrap.ui.Component
Checks if the specified style element is included in the component.
containsStyleClass(String) - Method in class com.jbstrap.ui.Component
Determines if the specified style class has been assigned to the component.
containsStyleClass(String) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Determines if the specified style class has been assigned to the component.
CONTENT_WIDTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
The column width fits the column’s content for all screen sizes.
CONTENT_WIDTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width fits the column’s content for the specified and bigger screen sizes.
contextDestroyed(ServletContextEvent) - Method in class com.jbstrap.ui.Startup
 
contextInitialized(ServletContextEvent) - Method in class com.jbstrap.ui.Startup
 
ContextMenu - Class in com.jbstrap.ui.components
The context menu component (Right click menu)
ContextMenu() - Constructor for class com.jbstrap.ui.components.ContextMenu
Creates a context menu, and assigns it to the specified component
CONTRACT - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The button contracts into an oval shape, and the button text gets replaced by the loading animation
convert(Object) - Method in enum class com.jbstrap.core.enums.JSDataType
Converts the parameter values to a type that is compatible with the data type.
convert(Object, Class<T>) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
convert(Object, Class<T>, String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
Converter - Interface in com.jbstrap.ui.interfaces
This interface implements a data converter class.
convertKeyToJavaScript(Object) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
 
convertValueToJavaScript() - Method in class com.jbstrap.ui.components.form.FormItem
 
convertValueToJavaScript(Object) - Method in class com.jbstrap.ui.components.form.FormItem
 
COOL - Enum constant in enum class com.jbstrap.ui.components.navbar.NavBarTheme
 
copy() - Method in class com.jbstrap.core.cache.MenuItem
 
copy() - Method in class com.jbstrap.core.CurrentUser
 
copy() - Method in class com.jbstrap.core.dao.Criteria
Creates a copy of the Criteria
copy() - Method in class com.jbstrap.core.dao.Record
Creates a copy of the record
copy() - Method in class com.jbstrap.core.mail.Email
Copy the Email object to the new Email instance
copy() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Creates a copy of the DataDescriptor
copy() - Method in interface com.jbstrap.core.meta.DataDescriptor
Creates a copy of the DataDescriptor
copy() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Creates an exact copy of the DataDescriptor column
copy() - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Creates a copy of the DataDescriptor
copy() - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Creates a copy of the DataDescriptor
copy() - Method in class com.jbstrap.core.NavigationPoint
 
copy() - Method in class com.jbstrap.core.Parameters
Creates a perfect copy of the object
copy(Object) - Static method in class com.jbstrap.core.utils.DeepCopy
 
COPY - Enum constant in enum class com.jbstrap.core.event.EventType
Copy event
COPY - Enum constant in enum class com.jbstrap.ui.Icon
 
CopyEventHandler - Interface in com.jbstrap.core.event.handlers.dom
The copy event handler interface
COPYRIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
CORAL - Static variable in class com.jbstrap.ui.bootstrap.Color
 
CORNER_RADIUS - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
CORNFLOWER_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
CORNSILK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
count - Variable in class com.jbstrap.core.utils.FastByteArrayInputStream
 
countData(NoTransaction, Client, Criteria) - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Gets the number of records in the database.
countData(SQLTransaction, Client, Criteria) - Method in class com.jbstrap.core.meta.JPADataDescriptor
Gets the number of records in the database.
countData(SQLTransaction, Client, Criteria) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Gets the number of the record in the database.
countData(Criteria, Client) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Counts data in the DataDescriptor, following the specified criteria
countData(Criteria, Client) - Method in interface com.jbstrap.core.meta.DataDescriptor
Counts data in the DataDescriptor, following the specified criteria
countData(Client) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Counts data in the DataDescriptor
countData(Client) - Method in interface com.jbstrap.core.meta.DataDescriptor
Counts data in the DataDescriptor
countData(T, Client, Criteria) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the number of records in the database.
Counter - Class in com.jbstrap.ui.components
Counter component
Counter() - Constructor for class com.jbstrap.ui.components.Counter
Creates the counter component
Counter(String) - Constructor for class com.jbstrap.ui.components.Counter
Creates the counter component with specieid id
CPP - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
createBlock(String, String) - Method in class com.jbstrap.ui.components.form.builders.BlockedFormBuilder
Creates a form block with the specified name
createBlock(String, String) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Creates a form block component, with the specified name and title
createBlock(String, String) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.BlockedForm
Creates a form block for the build classes, that handle form blocks.
createBrowserEvent(EventType) - Static method in class com.jbstrap.core.event.EventBuilder
Creates a new event builder class, that will trigger a browser event
createColumn(String) - Method in class com.jbstrap.ui.components.form.builders.ColumnedFormBuilder
Creates a form column with the specified name
createColumn(String) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Creates a column with the specified name
createColumn(String) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.ColumnedForm
Creates a form column, to be used by the builder classes, that handle form columns
createErrorEvent(String) - Static method in class com.jbstrap.core.event.EventBuilder
Creates a new error event builder class
createFetchDoneEvent(Throwable) - Static method in class com.jbstrap.core.event.EventBuilder
Creates a new fetch done event builder class
createFileStore(String, String) - Static method in class com.jbstrap.core.JBStrap
Creates and adds a FileStore to the application
createFileStores() - Method in class com.jbstrap.ui.Startup
Creates the application's file stores.
createFilterBarFilteringEvent(Criteria) - Static method in class com.jbstrap.core.event.EventBuilder
Creates a new event builder class, that will trigger a filter bar filtering event
createFooter(Component<?>) - Method in class com.jbstrap.ui.components.card.Card
 
createFooter(String) - Method in class com.jbstrap.ui.components.card.Card
 
createFooter(String, Color) - Method in class com.jbstrap.ui.components.card.Card
 
createFooter(String, Color, Color) - Method in class com.jbstrap.ui.components.card.Card
 
createFooter(String, Color, Color, Component<?>...) - Method in class com.jbstrap.ui.components.card.Card
 
createFormChangeEvent() - Static method in class com.jbstrap.core.event.EventBuilder
Creates a new event builder class, that will trigger a form change event
createFormItemChangeEvent() - Static method in class com.jbstrap.core.event.EventBuilder
Creates a new event builder class, that will trigger a form item change event
createGlobalDataStore(String) - Method in enum class com.jbstrap.core.cache.MetaCache
Create new empty data global data store by the specified name
createHeader(Component<?>) - Method in class com.jbstrap.ui.components.card.Card
 
createHeader(String) - Method in class com.jbstrap.ui.components.card.Card
 
createHeader(String, Color) - Method in class com.jbstrap.ui.components.card.Card
 
createHeader(String, Color, Color) - Method in class com.jbstrap.ui.components.card.Card
 
createHeader(String, Color, Color, Component<?>...) - Method in class com.jbstrap.ui.components.card.Card
 
createHeaderItem(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Adds a header type menu item to the component.
createItem(Record) - Method in interface com.jbstrap.ui.components.treeview.interfaces.TreeviewNodeCreator
The treeview node rendering process.
createItem(Record) - Method in interface com.jbstrap.ui.interfaces.ActivityStreamItemCreator
Creates an activity stream item from the database record in the specified parameter.
createItem(Record) - Method in interface com.jbstrap.ui.interfaces.TimelineItemCreator
Creates a timeline item from the database record in the specified parameter.
createItem(String, Icon, String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Adds a new main menu item to the component.
createJBFileFromContent(byte[], String) - Static method in class com.jbstrap.core.filestore.JBFile
Creates a new JBFile, based on the specified byte array's contents.
createJBFileFromContent(byte[], String, Long, String) - Static method in class com.jbstrap.core.filestore.JBFile
Creates a new JBFile, based on the specified byte array's contents.
createJBFileFromContent(byte[], String, String) - Static method in class com.jbstrap.core.filestore.JBFile
Creates a new JBFile, based on the specified byte array's contents.
createMenu(String) - Static method in class com.jbstrap.core.JBStrap
Creates a new menu in the application
createMenus() - Method in class com.jbstrap.ui.Startup
Creates the application menu.
createPages() - Method in class com.jbstrap.ui.Startup
Creates the application pages.
createPupup() - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Assigns a popup menu to a button.
createSection(String, double) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Creates a new chart section.
createSection(String, double, String) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Creates a new chart section.
createTab(TabPage) - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
createTabpage(String, Icon, String) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Creates a tab page, with the specified name, icon and label
createTabpage(String, Icon, String) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.TabbedForm
Creates a tab page for the builder classes, that use tab pages.
createTabpage(String, Icon, String) - Method in class com.jbstrap.ui.components.form.builders.TabbedFormBuilder
Creates a tabpage on the form, with the specified name, icon and title.
Creator - Annotation Interface in com.jbstrap.core.dao.base.annotation.audit
This annotation can be used to mark entity fields.
CreatorTimestamp - Annotation Interface in com.jbstrap.core.dao.base.annotation.audit
This annotation can be used to mark entity fields.
CREDIT_CARD - Enum constant in enum class com.jbstrap.ui.Icon
 
CRIMSON - Static variable in class com.jbstrap.ui.bootstrap.Color
 
Criteria - Class in com.jbstrap.core.dao
This class represents the query criteria, that are used within JBStrap
Criteria(OperatorType, Criteria...) - Constructor for class com.jbstrap.core.dao.Criteria
Creates a complex Criteria
Criteria(String, OperatorType, Object) - Constructor for class com.jbstrap.core.dao.Criteria
Creates a simple Criteria
CRITERIA - Static variable in class com.jbstrap.core.meta.MetaParamName
 
CRITERIA - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
CriteriaUtils - Class in com.jbstrap.ui.utils
Utilities for creating filter criteria.
CROP - Enum constant in enum class com.jbstrap.ui.Icon
 
CROSS - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Markers are displayed as crosses on the chart and on the legend.
CROSSHAIRS - Enum constant in enum class com.jbstrap.ui.Icon
 
CryptoUtils - Class in com.jbstrap.core.utils
Utility methods for crypto operations.
CTRL - Static variable in class com.jbstrap.ui.Key
 
CUBE - Enum constant in enum class com.jbstrap.ui.Icon
 
CUBES - Enum constant in enum class com.jbstrap.ui.Icon
 
CURRENT_MONTH - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The current month.
CURRENT_WEEK - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The current week.
CURRENT_YEAR - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The current year.
currentCriteria - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
currentRole - Variable in class com.jbstrap.core.CurrentUser
 
CurrentUser - Class in com.jbstrap.core
The class containing the data of the currently logged in user
CurrentUser() - Constructor for class com.jbstrap.core.CurrentUser
 
CURVE_TYPE - Static variable in class com.jbstrap.ui.components.charts.AreaSeries
 
CURVE_TYPE - Static variable in class com.jbstrap.ui.components.charts.LineSeries
 
CurveType - Enum Class in com.jbstrap.ui.components.charts.params.enums
Chart value marker curve types.
CUSTOM - Enum constant in enum class com.jbstrap.core.event.EventType
 
CUSTOM - Enum constant in enum class com.jbstrap.core.meta.enums.FilterType
Custom filter component
CUSTOM - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
Custom tooltip.
CUSTOM - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
Custom range, which can be created by using the PredefinedDateRange.addCustomRange(String, String, Function, Function) method.
CUSTOM - Enum constant in enum class com.jbstrap.ui.components.form.FormBuildType
Custom form builder
CUSTOM - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Custom column
CUSTOM_EVENT - Enum constant in enum class com.jbstrap.ui.components.enums.MenuOperation
Custom event handling
CUSTOM_EXPORTER_CLASS - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
CUSTOM_HTML - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
customize(ClassDescriptor) - Method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
 
customize(Session) - Method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
 
CUT - Enum constant in enum class com.jbstrap.core.event.EventType
Cut event
CUT - Enum constant in enum class com.jbstrap.ui.Icon
 
CutEventHandler - Interface in com.jbstrap.core.event.handlers.dom
The cut event handler interface
CUTLERY - Enum constant in enum class com.jbstrap.ui.Icon
 
CYAN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
CYTHON - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
CSHARP - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
CSS_BLACK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
CSS_WHITE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
CSS3 - Enum constant in enum class com.jbstrap.ui.Icon
 
CSV - Enum constant in enum class com.jbstrap.core.data.ExportTypes
Exports data in the CSV format
CSVExport - Class in com.jbstrap.core.data.export
This class handles the exporting of data into a textual format (CSV Exporting class)
CSVExport(Parameters) - Constructor for class com.jbstrap.core.data.export.CSVExport
Creates a CSVExport instance with the specified export settings (parameters).

D

DANGER - Enum constant in enum class com.jbstrap.ui.bootstrap.BadgeType
The badge's background color is danger color.
DANGER - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s “danger” color.
DANGER - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's danger color.
DANGER - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxType
The checkbox will be colored with the theme's danger color
DANGER - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarType
The progress bar will be colored with the danger color
DANGER - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
The text will be colored by the theme's danger color
DANGER - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DANGER_3D - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
3D button with the theme’s “danger” color.
DaoWithDomain<D extends DataDescriptor,T extends Transaction> - Class in com.jbstrap.core.dao
Interface necessary for a custom data query and handling class.
DaoWithDomain() - Constructor for class com.jbstrap.core.dao.DaoWithDomain
 
DARK - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s dark color.
DARK - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's dark color.
DARK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_CENTER - Enum constant in enum class com.jbstrap.ui.components.timeline.Timeline.TimelineType
The component's background will be light, while the items will have a dark background.
DARK_CYAN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_GOLDEN_ROD - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_GRAY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_GREY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_KHAKI - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_LEFT - Enum constant in enum class com.jbstrap.ui.components.timeline.Timeline.TimelineType
The component's background will be light, while the items will have a dark background.
DARK_MAGENTA - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_OLIVE_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_ORANGE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_ORCHID - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_RED - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_SALMON - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_SEA_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_SLATE_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_SLATE_GRAY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_SLATE_GREY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_TO_LIGHT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
The lower slice of the gauge chart is the theme’s dark color, the upper slice is the theme’s light color.
DARK_TURQUOISE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DARK_VIOLET - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DASH_ARRAY - Static variable in class com.jbstrap.ui.components.charts.AreaSeries
 
DASH_ARRAY - Static variable in class com.jbstrap.ui.components.charts.LineSeries
 
DASHBOARD - Enum constant in enum class com.jbstrap.ui.Icon
 
DATA - Static variable in class com.jbstrap.ui.components.charts.BaseChart
Parameter name with the chart’s name.
DATA_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DATA_COLUMN - Static variable in class com.jbstrap.ui.components.charts.Series
 
DATA_LBELS - Static variable in class com.jbstrap.ui.components.charts.DonutChart
 
DATA_LBELS - Static variable in class com.jbstrap.ui.components.charts.FunnelChart
 
DATA_LBELS - Static variable in class com.jbstrap.ui.components.charts.PieChart
 
DataAccessException - Exception in com.jbstrap.core.dao.exception
Data access exception.
DataAccessException(String, Object...) - Constructor for exception com.jbstrap.core.dao.exception.DataAccessException
Throws the exception when an error is encountered during the data access check.
DataAccessType - Enum Class in com.jbstrap.core.dao.enums
Data access types, that can be used in the DataDescriptor
DATABASE - Enum constant in enum class com.jbstrap.ui.Icon
 
DatabaseOperation - Enum Class in com.jbstrap.core.dao.enums
Database operation types
dataColumn - Variable in class com.jbstrap.ui.components.charts.Series
 
dataDescriptor - Variable in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
dataDescriptor - Variable in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
DataDescriptor - Interface in com.jbstrap.core.meta
The DataDescriptor class
DATADESCRIPTOR - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DATADESCRIPTOR_DIR - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The location of the directory containing the DataDescriptor XML files.
DataDescriptorCallback - Interface in com.jbstrap.core.meta.interfaces
DataDescriptor asynchronous callback handling interface.
DataDescriptorColumn - Class in com.jbstrap.core.meta
DataDescriptor Column class
DataDescriptorColumn(String, DataDescriptorColumnDatatype, String) - Constructor for class com.jbstrap.core.meta.DataDescriptorColumn
Creates a DataDescriptor column
DataDescriptorColumnDatatype - Enum Class in com.jbstrap.core.meta.enums
DataDescriptor column types
DataDescriptorType - Class in com.jbstrap.core.meta
DataDescriptor class that defines types.
DataDescriptorType(String, Class<? extends DataDescriptor>) - Constructor for class com.jbstrap.core.meta.DataDescriptorType
Creates a new DataDescriptor type.
DataDescriptorTypeCache - Enum Class in com.jbstrap.core.cache
 
DataDescriptorWithDomain<T extends DataDescriptor> - Interface in com.jbstrap.core.meta
This interface is used to designate DataDescriptor classes that require a dataClass.
DataExporter - Class in com.jbstrap.core.data
The data exporting parent class, that requires the implementation of the start, process end methods.
DataExporter(Parameters) - Constructor for class com.jbstrap.core.data.DataExporter
Creates a DataExporter instance with the specified export settings (parameters).
DataLabels - Enum Class in com.jbstrap.ui.components.charts.params.enums
The format of the displayed values for PieChart charts.
dataMap - Variable in class com.jbstrap.ui.components.form.items.ComboboxItem
 
DataOperation - Enum Class in com.jbstrap.core.dao.enums
 
DataRangeValidator - Interface in com.jbstrap.core.validators
Range Validator interface
dataType - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
DataValidator - Interface in com.jbstrap.core.validators
Date validator interface
DATE - Enum constant in enum class com.jbstrap.core.enums.JSDataType
 
DATE - Enum constant in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Date data type column
DATE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.AxisType
An axis displaying date or time data values.
DATE - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Date column
DATE_FORMAT - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default date format
DATE_FORMAT - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DATE_FORMATS - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
DATE_PICKER - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Date picker type input field
DATE_RANGE - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Date range input field.
dateFormat - Variable in class com.jbstrap.ui.components.form.items.DateRangePicker
 
dateFormat() - Element in annotation interface com.jbstrap.core.annotation.JSonAttribute
The format used when converting Date values into String.
DatePicker - Class in com.jbstrap.ui.components.form.items
Date picker form item>
DatePicker(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.DatePicker
Createts a date picker item, based on the specified DataDescriptor column.
DatePicker(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.DatePicker
Createts a date picker item, based on the specified DataDescriptor column and using the specified language code.
DatePicker(String, String) - Constructor for class com.jbstrap.ui.components.form.items.DatePicker
Creates a date picker input field with the specified name and label.
DatePicker(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.DatePicker
Creates a date picker item, with the specified name and label, and the specified language code.
DatePicker(String, String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.DatePicker
Creates a date picker item, with the specified name, label, date format and the specified language code.
DateRange - Class in com.jbstrap.ui.components.form.base
Class representing a Date range
DateRange() - Constructor for class com.jbstrap.ui.components.form.base.DateRange
Creates a date range object.
DateRange(Date, Date) - Constructor for class com.jbstrap.ui.components.form.base.DateRange
Creates a date range, with the specified minimum and maximum dates.
DateRangePicker - Class in com.jbstrap.ui.components.form.items
Date range picker form item>
DateRangePicker(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.DateRangePicker
Creates a date range picker, based on the specified DataDescriptor column.
DateRangePicker(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.DateRangePicker
Creates a date range picker, based on the specified DataDescriptor column, with the specified language code.
DateRangePicker(String, String) - Constructor for class com.jbstrap.ui.components.form.items.DateRangePicker
Creates a date range picker, with the specified name and title
DateRangePicker(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.DateRangePicker
Creates a date range picker, with the specified name, title and language code
DateRangePicker(String, String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.DateRangePicker
Creates a date range picker, with the specified name, title and language code.
DATETIME - Enum constant in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Date and time data type column
DATETIME - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Column with date and time
DATETIME_FORMAT - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default DateTime format
DATETIME_PICKER - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Date and time picker type input field
DATETIME_RANGE - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Date and time range input field.
DateValidator - Class in com.jbstrap.core.validators
Date validator class
DateValidator() - Constructor for class com.jbstrap.core.validators.DateValidator
Creates a date validator object, with the default yyyy-MM-dd date format
DateValidator(String) - Constructor for class com.jbstrap.core.validators.DateValidator
Creates a date validator, with the specified date format
DAY - Enum constant in enum class com.jbstrap.ui.components.calendar.CalendarView
Daily view
The calendar will display events of one day at a time
DEBUG - Enum constant in enum class com.jbstrap.core.websocket.messages.MessageType
Debug type message
DEBUG - Static variable in class com.jbstrap.core.websocket.messages.DebugMessage
DEBUG level message
DEBUG_MESSAGE - Enum constant in enum class com.jbstrap.core.event.EventType
 
DebugEvent - Class in com.jbstrap.core.event
 
DebugEvent() - Constructor for class com.jbstrap.core.event.DebugEvent
 
DebugMessage - Class in com.jbstrap.core.websocket.messages
 
DebugMessage(String) - Constructor for class com.jbstrap.core.websocket.messages.DebugMessage
Creates a new debug message
dec() - Method in class com.jbstrap.ui.components.Counter
Decrements counter value by 1
DECIMAL_EDITOR - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Numeric input field, that allows the input of decimal numbers.
DECIMAL_SEPARATOR - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default Decimal Separator character
decode(String) - Method in class com.jbstrap.core.websocket.MessageDecoder
 
DEDENT - Enum constant in enum class com.jbstrap.ui.Icon
 
DEEP_PINK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DEEP_SKY_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DeepCopy - Class in com.jbstrap.core.utils
 
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.BadgeType
Default badge type
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonSize
Default button size
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
Default button type.
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxShape
Default form displaying a checkbox.
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxType
Default type
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.ContainerType
Default container
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemSize
Default form item
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemState
Default state, no form item is marked.
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.ImageStyle
Default style.
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
Default size
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.TabType
Default display type.
DEFAULT - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
Default text type
DEFAULT - Enum constant in enum class com.jbstrap.ui.components.activitystream.ActivityStreamType
Default display type.
DEFAULT - Enum constant in enum class com.jbstrap.ui.components.calendar.ScheduleType
Default
DEFAULT - Enum constant in enum class com.jbstrap.ui.components.form.FormBuildType
Default form builder
DEFAULT - Enum constant in enum class com.jbstrap.ui.components.navbar.NavBarTheme
 
DEFAULT - Enum constant in enum class com.jbstrap.ui.Themes
 
DEFAULT_3D - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
Default three-dimensional button
DEFAULT_BOOLEAN_CONVERTER - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default boolean converter.
DEFAULT_LANGUAGE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Sets the framework's default language.
DEFAULT_PAGE_CONTAINER_TYPE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Default page container.
DEFAULT_PROCESS_INDICATOR_IMAGE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default process indicator image.
DEFAULT_STRING_SORT_COLLATOR - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default String sorting Collator.
DEFAULT_THEME - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default theme for the application.
DEFAULT_VALUE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DefaultButton - Enum Class in com.jbstrap.ui.components.enums
Default Buttons
defaultEditor - Variable in class com.jbstrap.ui.components.filter.BaseFilter
 
DefaultFileHandler - Class in com.jbstrap.core.dao.base
In the case of JpaDao, custom file handling methods can be written, that will be called when saving, deleting, or querying data.
DefaultFileHandler() - Constructor for class com.jbstrap.core.dao.base.DefaultFileHandler
 
defaultFilterCriteria - Variable in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
DefaultFormBuilder - Class in com.jbstrap.ui.components.form.builders
Default form builder class
DefaultFormBuilder() - Constructor for class com.jbstrap.ui.components.form.builders.DefaultFormBuilder
 
defaultHotKeyHandler - Variable in class com.jbstrap.ui.Component
 
defaultOperator - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
defaultState - Variable in class com.jbstrap.ui.components.form.FormItem
 
defaultTooltipType - Variable in class com.jbstrap.ui.components.charts.BaseChart
Default tooltip type.
defaultValue - Variable in class com.jbstrap.ui.components.form.FormItem
 
DefaultValueSelector - Class in com.jbstrap.ui.components.form.items.selectoritem
The selector item's default selector window.
DefaultValueSelector(SelectorItem, String) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
 
DefaultValueSelector(SelectorItem, String, FilterType) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
 
defaultWorldOperator - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
delete() - Method in class com.jbstrap.core.filestore.JBFile
Deletes the file from the filestore
delete(String, String) - Static method in class com.jbstrap.core.filestore.FileStoreAPI
Deletes the specified file from the specified filestore.
DELETE - Enum constant in enum class com.jbstrap.core.dao.enums.DatabaseOperation
Data delete operation
DELETE - Enum constant in enum class com.jbstrap.ui.components.enums.DefaultButton
 
DELETE - Static variable in class com.jbstrap.ui.Key
 
deleteAllBodyPart() - Method in class com.jbstrap.core.mail.Email
 
deleteBodyPart(String) - Method in class com.jbstrap.core.mail.Email
 
deleteCookie(String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
deleteCookie(String) - Method in class com.jbstrap.core.websocket.Client
Removes a Cookie from the browser
DELETED - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
Records that are in the database but are already deleted from the list grid are called “deleted”.
deleteFile(FileValueFormItem<?>, JBFile, boolean) - Method in interface com.jbstrap.core.event.FileDeleteHandler
File delete in FileValueFormItem
deleteRow(int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Removes a row from the grid.
deleteUser(String) - Method in enum class com.jbstrap.core.cache.UserCache
 
DELICIOUS - Enum constant in enum class com.jbstrap.ui.Icon
 
denied() - Element in annotation interface com.jbstrap.ui.authorization.Private
The roles that can't access the page, UI or component.
DESCENDING - Enum constant in enum class com.jbstrap.core.dao.enums.OrderType
Sorts in descending order
description - Variable in class com.jbstrap.ui.components.form.FormItem
 
DESCRIPTION - Static variable in class com.jbstrap.core.meta.MetaParamName
 
deselectAllRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Deselecting all rows in the grid.
deselectRange(int, int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Deselects all rows that fall within the specified range.
deselectRow() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
deselectRow(int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Removes a row from the grid.
deselectRow(ListGridRow) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Removes a row from the grid.
deserialize(String) - Static method in class com.jbstrap.core.Parameters
 
DESKTOP - Enum constant in enum class com.jbstrap.ui.Icon
 
destroy() - Method in class com.jbstrap.core.websocket.MessageDecoder
 
destroy() - Method in class com.jbstrap.core.websocket.MessageEncoder
DEVIANTART - Enum constant in enum class com.jbstrap.ui.Icon
 
DIAMOND - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Markers are displayed as diamonds on the chart and on the legend.
DIAMOND - Enum constant in enum class com.jbstrap.ui.Icon
 
DifferentDataDisplayValue - Interface in com.jbstrap.ui.interfaces
This interface specifies components whose displayed value differs from the component’s value.
DifferentMultiDataDisplayValue - Interface in com.jbstrap.ui.interfaces
This interface specifies components with multiple values.
DIGG - Enum constant in enum class com.jbstrap.ui.Icon
 
DIM_GRAY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DIM_GREY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
DISABLED - Enum constant in enum class com.jbstrap.ui.components.wizard.WizardStepState
Disabled
A step is in “disabled” state if it has been disabled by the code and the user is not allowed to re-enable it.
disableFilter() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Disables the list grid filter.
DISCRETE_CHART - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Discrete chart
DISPLAY_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DISPLAY_COLUMN_SEPARATOR - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DISPLAYED_COLUMN_TYPES - Static variable in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
DisplayType - Class in com.jbstrap.ui.bootstrap
Component display types.
Div - Class in com.jbstrap.ui.components
The DIV component
Div(Component<?>) - Constructor for class com.jbstrap.ui.components.Div
Creates a DIV component and places the specified component inside it.
Div(Component<?>...) - Constructor for class com.jbstrap.ui.components.Div
Creates a DIV and places the specified component in it.
Div(String) - Constructor for class com.jbstrap.ui.components.Div
Create an empty Div component
Div(String, Component<?>) - Constructor for class com.jbstrap.ui.components.Div
Creates a DIV component and places the specified component inside it.
Div(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.Div
Creates a DIV and places the specified component in it.
DODGER_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.jbstrap.ui.servlet.FileManagerServlet
 
domainClass - Variable in class com.jbstrap.core.meta.BaseDataDescriptor
 
DONE - Enum constant in enum class com.jbstrap.core.event.EventType
Done event
DONE - Enum constant in enum class com.jbstrap.ui.components.wizard.WizardStepState
Done
A step is in “done” state if the user has completed the step and successfully proceeds to the next one using the navigation buttons.
DoneEvent - Class in com.jbstrap.core.event
This class contains the data of a done event.
DoneEvent() - Constructor for class com.jbstrap.core.event.DoneEvent
 
DoneEventHandler - Interface in com.jbstrap.core.event.handlers.custom
General process done event handler interface
DonutChart - Class in com.jbstrap.ui.components.charts
A donut chart is a circle diagram with an empty area in the middle.
DonutChart(String) - Constructor for class com.jbstrap.ui.components.charts.DonutChart
Creates a donut chart.
DonutChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.DonutChart
Creates a donut chart and sets the name of the associated DataDescriptor and category column.
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.jbstrap.ui.servlet.FileManagerServlet
File uploadin from file item component
DOT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
Point tooltip.
DOT_CIRCLE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
DotChart - Class in com.jbstrap.ui.components.charts
A dot chart is a series of unconnected data points.
DotChart(String) - Constructor for class com.jbstrap.ui.components.charts.DotChart
Creats a dot chart component.
DotChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.DotChart
Creates a dot chart component and sets the name of the DataDescriptor and that of the X axis column.
DotSeries - Class in com.jbstrap.ui.components.charts
Series object displayed on the dot chart.
DotSeries(String) - Constructor for class com.jbstrap.ui.components.charts.DotSeries
Creates a dot chart that can be displayed on the series object.
DotSeries(String, String) - Constructor for class com.jbstrap.ui.components.charts.DotSeries
Creates a dot chart that can be displayed on the series object.
DOUBLE - Enum constant in enum class com.jbstrap.core.enums.JSDataType
 
DOUBLE - Enum constant in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Double data type column
DOUBLE_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
Double-click event
DoubleClickEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Double-click event handler interface
DOWN - Enum constant in enum class com.jbstrap.ui.bootstrap.DropDownDirection
The dropdown menu is displayed below the button.
DOWN - Static variable in class com.jbstrap.ui.Key
 
DOWNLOAD - Enum constant in enum class com.jbstrap.ui.Icon
 
DOWNLOAD_CHUNK_SIZE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Chunk size for file download.
DOWNLOAD_LINK_EXPIRATION_TIME - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Sets the expiration time of the download link.
DownloadCache - Enum Class in com.jbstrap.core.cache
This cache is used to store temporary data required for the download process
downloadFile() - Method in class com.jbstrap.ui.components.FileMiniature
Downloads the file to the client where the component is currently visible.
downloadFile(UI, JBFile) - Static method in class com.jbstrap.ui.servlet.FileManagerServlet
Downloads the file specified by a JBFile object to the UI.
downloadFile(UI, String, byte[]) - Static method in class com.jbstrap.ui.servlet.FileManagerServlet
Downloads the file to the specified UI.
DRAG_END - Enum constant in enum class com.jbstrap.core.event.EventType
Dragging end event
DRAG_SORT - Enum constant in enum class com.jbstrap.core.event.EventType
 
DRAG_START - Enum constant in enum class com.jbstrap.core.event.EventType
Dragging start event
DRAGABLE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DragEndEvent - Class in com.jbstrap.core.event
This class contains the data of the drag end event.
DragEndEvent() - Constructor for class com.jbstrap.core.event.DragEndEvent
 
DragEndEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Drag end event handler interface
Draggable<T extends Component<?>> - Interface in com.jbstrap.ui
Components that can be dragged across the screen.
DragSortable<T extends Component<?>> - Interface in com.jbstrap.ui.interfaces
 
DragSortEventHandler - Interface in com.jbstrap.core.event.handlers.dom
 
DragStartEvent - Class in com.jbstrap.core.event
This class contains the data of the drag start event.
DragStartEvent() - Constructor for class com.jbstrap.core.event.DragStartEvent
 
DragStartEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Drag start event handler interface
draw() - Method in class com.jbstrap.ui.LiveFavicon
 
draw(StringWriter) - Method in class com.jbstrap.ui.Component
 
draw(StringWriter) - Method in class com.jbstrap.ui.UI
 
drawComponent(Component<?>) - Static method in class com.jbstrap.core.utils.HTMLUtils
 
drawComponent(Component<?>) - Method in class com.jbstrap.ui.components.form.FormItem
 
drawComponent(Component<?>) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.FormItem
Draws the editor component.
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.DualListBox
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.HiddenItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.NumberItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.PasswordItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.StaticTextItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.form.items.TextItem
 
drawEditor(StringWriter) - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
drawIcon() - Method in enum class com.jbstrap.ui.Icon
 
drawIcon(Color, Color, TextType, boolean) - Method in enum class com.jbstrap.ui.Icon
 
drawIcon(TextType) - Method in enum class com.jbstrap.ui.Icon
 
drawSubComponents(StringWriter) - Method in class com.jbstrap.ui.Component
Draws the component's subcomponents
drawSubComponents(StringWriter) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
 
DRIBBBLE - Enum constant in enum class com.jbstrap.ui.Icon
 
DRIVERS_LICENSE - Enum constant in enum class com.jbstrap.ui.Icon
 
DRIVERS_LICENSE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
DROP_DOWN_POSITION - Static variable in class com.jbstrap.core.meta.MetaParamName
 
DROP_EVENT - Enum constant in enum class com.jbstrap.core.event.EventType
Component drop event
DROPBOX - Enum constant in enum class com.jbstrap.ui.Icon
 
DropDownAlignament - Enum Class in com.jbstrap.ui.bootstrap
 
DropDownButton - Class in com.jbstrap.ui.components.button
DropDownButton component
DropDownButton(Icon) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
creates a button with the specified icon
DropDownButton(Icon, String) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified icon and text
DropDownButton(Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified icon, text and style(s).
DropDownButton(String) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified text
DropDownButton(String, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified text and style(s).
DropDownButton(String, Icon) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified icon
DropDownButton(String, Icon, String) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified icon and text
DropDownButton(String, Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified icon, text and style(s).
DropDownButton(String, String) - Constructor for class com.jbstrap.ui.components.button.DropDownButton
Creates a button with the specified text
DropDownButton.DropDownMenuItem - Class in com.jbstrap.ui.components.button
Dropdown menu item.
DropDownDirection - Enum Class in com.jbstrap.ui.bootstrap
Dropdown button drop menu directions
dropDownPosition - Variable in class com.jbstrap.ui.components.form.items.DateRangePicker
 
DropDownPosition - Enum Class in com.jbstrap.ui.components.form.items
The position of the DatePicker and DateRangePicker dropdown calendar
DropEvent - Class in com.jbstrap.core.event
This class contains the data of the drop event.
DropEvent() - Constructor for class com.jbstrap.core.event.DropEvent
 
DropEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Drop event handler interface
DRUPAL - Enum constant in enum class com.jbstrap.ui.Icon
 
ds - Variable in class com.jbstrap.ui.components.filter.BaseFilter
 
DUAL_LISTBOX - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Dual listbox type input field, that will have its set of values be selectable from a list.
DUAL_Y_AXES - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
DualListBox - Class in com.jbstrap.ui.components.form.items
Dual list box form item
DualListBox(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.DualListBox
Creates a dual list box based on the specified DataDescriptor component.
DualListBox(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.DualListBox
Creates a dual list box based on the specified DataDescriptor according to the language code.
DualListBox(String, String) - Constructor for class com.jbstrap.ui.components.form.items.DualListBox
Creates an empty dual list box with the specified name and label.
DualListBox(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.DualListBox
Creates an empty dual list box with the specified name and label according to the language code.
DualListBox(String, String, String, Map<Object, Object>) - Constructor for class com.jbstrap.ui.components.form.items.DualListBox
Creates a dual list box with the specified name and label.
DualListBox(String, String, Map<Object, Object>) - Constructor for class com.jbstrap.ui.components.form.items.DualListBox
Creates an empty dual list box with the specified name and label.
DualSeriesChart<T extends SeriesBasedChart<?>,D extends Series> - Interface in com.jbstrap.ui.components.charts
Charts that implement this interface can only display two different series.

E

EDIT - Enum constant in enum class com.jbstrap.ui.Icon
 
Editable<T extends Component<?>> - Interface in com.jbstrap.ui
Editable components
editor - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
editorType - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
EditorType - Enum Class in com.jbstrap.core.meta.enums
Editor components that can be used on editor interfaces
editRecord(Record) - Method in class com.jbstrap.ui.components.form.Form
Starts the editing of the specified record in the form component.
EERCAST - Enum constant in enum class com.jbstrap.ui.Icon
 
EIGHT() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the eighth item for all screen sizes.
EIGHT(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the eighth column for the specified or bigger screen sizes.
EIGHT_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 8/12 on all screens.
EIGHT_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 8/12 for all screen sizes.
EIGHT_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 8/12 for the specified and bigger screen sizes.
EIGHT_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 8/12 for the specified and bigger screen sizes.
EJECT - Enum constant in enum class com.jbstrap.ui.Icon
 
ELEVEN() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the eleventh item for all screen sizes.
ELEVEN(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the eleventh column for the specified or bigger screen sizes.
ELEVEN_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 11/12 on all screens.
ELEVEN_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 11/12 for all screen sizes.
ELEVEN_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 11/12 for the specified and bigger screen sizes.
ELEVEN_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 11/12 for the specified and bigger screen sizes.
ELLIPSIS_H - Enum constant in enum class com.jbstrap.ui.Icon
 
ELLIPSIS_V - Enum constant in enum class com.jbstrap.ui.Icon
 
email - Variable in class com.jbstrap.core.CurrentUser
 
Email - Class in com.jbstrap.core.mail
Class repesenting an Email.
Email() - Constructor for class com.jbstrap.core.mail.Email
 
EmailAPI - Class in com.jbstrap.core.mail
Email sender implementer API class.
EMPIRE - Enum constant in enum class com.jbstrap.ui.Icon
 
emptyValueAsNull() - Element in annotation interface com.jbstrap.core.annotation.JSonAttribute
Converts the empty value (ie, empty string or list) to a null value.If it's set to true, the empty values will appear as null in the JSON object.
ENABLE_PAGE_URL_REWRITE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Enables the page ID to be shown in the application's URL.
enableClearButton(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
 
ENABLED - Static variable in class com.jbstrap.core.meta.MetaParamName
 
encode(Object) - Method in class com.jbstrap.core.websocket.MessageEncoder
Encode message object to the JSON object
end() - Method in class com.jbstrap.core.data.DataExporter
This method is to be called after completing the export process.
end() - Method in class com.jbstrap.core.data.export.CSVExport
Export completed, no more records to be processed.
end() - Method in class com.jbstrap.core.data.export.ExcelExport
Export completed, no more records to be processed.
END - Enum constant in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
END - Enum constant in enum class com.jbstrap.ui.bootstrap.VerticalAlign
 
END - Static variable in class com.jbstrap.ui.Key
 
ENDS_WITH - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined text ends with the specified text.
ENTER - Static variable in class com.jbstrap.ui.Key
 
ENTER_PRESSED - Enum constant in enum class com.jbstrap.core.event.EventType
Enter button pressed event
EnterPressedEventHandler - Interface in com.jbstrap.core.event.handlers.custom
ENTER pressed event handler interface
EntityId - Annotation Interface in com.jbstrap.core.dao.base.annotation.scd
The EntityId annotation can be placed on the entity field.
ENTRY_POINT - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The application's entry point.
ENVELOPE - Enum constant in enum class com.jbstrap.ui.Icon
 
ENVELOPE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
ENVELOPE_OPEN - Enum constant in enum class com.jbstrap.ui.Icon
 
ENVELOPE_OPEN_O - Enum constant in enum class com.jbstrap.ui.Icon
 
ENVELOPE_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
equals(Object) - Method in class com.jbstrap.core.dao.Criteria
Determines if the Criteria is equal with the specified Object
equals(Object) - Method in class com.jbstrap.core.dao.Record
Determines if the record is equal with the specified object.
equals(Object) - Method in class com.jbstrap.core.filestore.JBFile
Determines if two JBFiles are equal or not.
equals(Object) - Method in class com.jbstrap.core.NavigationPoint
 
equals(Object) - Method in class com.jbstrap.core.Parameters
Determines if the specified object is equal with the Parameters object.
equals(Object) - Method in class com.jbstrap.ui.BasePage
Determines if the specified object equals the page.
equals(Object) - Method in class com.jbstrap.ui.components.form.base.DateRange
 
EQUALS - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
Checks for equality.
EQUALS - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
Equal type operators
ERASER - Enum constant in enum class com.jbstrap.ui.Icon
 
eraseValue(BaseJBStrapEvent) - Method in class com.jbstrap.ui.components.form.FormItem
 
error(String, String) - Method in class com.jbstrap.core.websocket.Client
Shows the specified error message to the user
error(String, String) - Method in class com.jbstrap.ui.Component
Shows the specified error message on the client that has the component currently displayed.
error(String, String) - Method in class com.jbstrap.ui.UI
Shows the specified error message to the user
error(String, String, String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
ERROR - Enum constant in enum class com.jbstrap.core.event.EventType
Error event
ERROR - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemState
Error state.
ERROR - Enum constant in enum class com.jbstrap.ui.components.enums.NotificationType
The error notification type
ERROR - Static variable in class com.jbstrap.core.websocket.messages.DebugMessage
ERROR level message
ErrorEvent - Class in com.jbstrap.core.event
This class contains the data of the general event error.
ErrorEvent() - Constructor for class com.jbstrap.core.event.ErrorEvent
 
ErrorEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Generic error event handler interface
ESC - Static variable in class com.jbstrap.ui.Key
 
escapeJava(Writer, String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJava(String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeJavaScript(Writer, String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules to a Writer.
escapeJavaScript(String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules.
escapeString(String) - Static method in class com.jbstrap.core.utils.HTMLUtils
Converts the specified Java string, so that it can be used by JavaScript
ETSY - Enum constant in enum class com.jbstrap.ui.Icon
 
EventBuilder - Class in com.jbstrap.core.event
Event builder class
EventQueue() - Constructor for class com.jbstrap.core.websocket.Client.EventQueue
 
eventType - Variable in class com.jbstrap.core.event.BaseEvent
 
EventType - Enum Class in com.jbstrap.core.event
The class containing the event types supported by the JBStrap framework and the custom events.
ExcelExport - Class in com.jbstrap.core.data.export
Class for exporting data into Excel format (xls, xlsx)
ExcelExport(Parameters) - Constructor for class com.jbstrap.core.data.export.ExcelExport
Creates an ExcelExport instance with the specified export settings (parameters).
EXCHANGE - Enum constant in enum class com.jbstrap.ui.Icon
 
EXCLAMATION - Enum constant in enum class com.jbstrap.ui.Icon
 
EXCLAMATION_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
EXCLAMATION_TRIANGLE - Enum constant in enum class com.jbstrap.ui.Icon
 
execute(boolean) - Method in interface com.jbstrap.core.event.handlers.system.BooleanCallback
 
EXPAND - Enum constant in enum class com.jbstrap.ui.Icon
 
EXPANDDOWN - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The loading animation appears below the button text, and the button expands vertically during the loading animation's duration.
EXPANDLEFT - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The loading animation appears on the button's left side.
EXPANDRIGHT - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The loading animation appears on the button's right side.
EXPANDUP - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The loading animation appears above the button text, and the button expands vertically during the loading animation's duration.
EXPORT_FETCH_SIZE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The maximum number of records in the query in case of the export process.
EXPORT_TYPE - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
Exportable<T extends Fetchable<?>> - Interface in com.jbstrap.ui.interfaces
This interface is used by classes that implement the Fetchable interface.
exportData(Parameters) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
exportData(Parameters) - Method in interface com.jbstrap.ui.interfaces.Exportable
Exports the data using the settings specified in the Parameters parameter.
ExportTypes - Enum Class in com.jbstrap.core.data
Data export format types
EXRTA_LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.ScreenSize
Extra large Display
EXTENSION - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
EXTERNAL_LINK - Enum constant in enum class com.jbstrap.ui.Icon
 
EXTERNAL_LINK_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
EXTRA_BOLD - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
EXTRA_EXTRA_LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.ContainerType
Default container
EXTRA_LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.ContainerType
Extra large container
EYE - Enum constant in enum class com.jbstrap.ui.Icon
 
EYE_SLASH - Enum constant in enum class com.jbstrap.ui.Icon
 
EYEDROPPER - Enum constant in enum class com.jbstrap.ui.Icon
 

F

F1 - Static variable in class com.jbstrap.ui.Key
 
F10 - Static variable in class com.jbstrap.ui.Key
 
F11 - Static variable in class com.jbstrap.ui.Key
 
F12 - Static variable in class com.jbstrap.ui.Key
 
F2 - Static variable in class com.jbstrap.ui.Key
 
F3 - Static variable in class com.jbstrap.ui.Key
 
F4 - Static variable in class com.jbstrap.ui.Key
 
F5 - Static variable in class com.jbstrap.ui.Key
 
F6 - Static variable in class com.jbstrap.ui.Key
 
F7 - Static variable in class com.jbstrap.ui.Key
 
F8 - Static variable in class com.jbstrap.ui.Key
 
F9 - Static variable in class com.jbstrap.ui.Key
 
FACEBOOK - Enum constant in enum class com.jbstrap.ui.Icon
 
FACEBOOK_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
FADE_IN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_DOWN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_DOWN_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_LEFT_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_RIGHT_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_UP - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_IN_UP_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_DOWN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_DOWN_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_LEFT_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_RIGHT_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_UP - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FADE_OUT_UP_BIG - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FAST_BACKWARD - Enum constant in enum class com.jbstrap.ui.Icon
 
FAST_FORWARD - Enum constant in enum class com.jbstrap.ui.Icon
 
FastByteArrayInputStream - Class in com.jbstrap.core.utils
 
FastByteArrayInputStream(byte[], int) - Constructor for class com.jbstrap.core.utils.FastByteArrayInputStream
 
FastByteArrayOutputStream - Class in com.jbstrap.core.utils
 
FastByteArrayOutputStream() - Constructor for class com.jbstrap.core.utils.FastByteArrayOutputStream
Constructs a stream with buffer capacity size 5K
FastByteArrayOutputStream(int) - Constructor for class com.jbstrap.core.utils.FastByteArrayOutputStream
Constructs a stream with the given initial size
FAX - Enum constant in enum class com.jbstrap.ui.Icon
 
FEMALE - Enum constant in enum class com.jbstrap.ui.Icon
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.calendar.Calendar
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.form.items.DualListBox
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.timeline.Timeline
 
fetch(int, int, Criteria, List<Order>, Client) - Method in class com.jbstrap.ui.components.treeview.Treeview
 
fetch(int, int, Criteria, List<Order>, Client) - Method in interface com.jbstrap.ui.Fetchable
This method implements actual data retrieval.
FETCH_DONE - Enum constant in enum class com.jbstrap.core.event.EventType
Fetch done event
Fetchable<T extends Component<?>> - Interface in com.jbstrap.ui
Interface for marking components that can fetch data.
fetchData() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Fetches data from the database.
fetchData() - Method in class com.jbstrap.ui.components.calendar.Calendar
Fetches date from the DataDescriptor
fetchData() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
fetchData() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Fetches data
fetchData() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the value set data from the database.
fetchData() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the value set data from the database.
fetchData() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Queries data from the database The query uses the sort order, the default and custom filter criteria.
fetchData() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Queries data from the database.
fetchData() - Method in class com.jbstrap.ui.components.timeline.Timeline
Fetches data from the database.
fetchData() - Method in class com.jbstrap.ui.components.treeview.Treeview
Queries data from the database.
fetchData() - Method in interface com.jbstrap.ui.Fetchable
Fetches data
fetchData() - Method in interface com.jbstrap.ui.interfaces.Filterable
Fetches data from the database.
fetchData(int, int, Criteria, Order, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Fetches data from the DataDescriptor, between the specified rows, with the specified order and criteria
fetchData(int, int, Criteria, Order, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Fetches data from the DataDescriptor, between the specified rows, with the specified order and criteria
fetchData(int, int, Criteria, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Fetches data from the DataDescriptor, between the specified rows, asynchronously.
fetchData(int, int, Criteria, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Fetches data from the DataDescriptor, between the specified rows, asynchronously.
fetchData(int, int, Criteria, List<Order>, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Fetches data from the DataDescriptor, between the specified rows, with the specified orders and criteria
fetchData(int, int, Criteria, List<Order>, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Fetches data from the DataDescriptor, between the specified rows, with the specified orders and criteria
fetchData(Criteria) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Fetches the combobox's set of values, following the specified criteria
fetchData(Criteria) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the dual list box’s value set data from the database, fulfilling the specified filter criterion.
fetchData(Criteria) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets value set data from the database, fulfilling the specified filter criterion.
fetchData(Criteria, Order, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Fetches data from the DataDescriptor, with the specified order and criteria
fetchData(Criteria, Order, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Fetches data from the DataDescriptor, with the specified order and criteria
fetchData(Criteria, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Fetches data from the DataDescriptor asynchronously.
fetchData(Criteria, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Fetches data from the DataDescriptor asynchronously.
fetchData(Criteria, List<Order>, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Fetches data from the DataDescriptor, with the specified orders and criteria
fetchData(Criteria, List<Order>, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Fetches data from the DataDescriptor, with the specified orders and criteria
FetchDoneEvent - Class in com.jbstrap.core.event
This class contains the data of the fetch done event.
FetchDoneEvent() - Constructor for class com.jbstrap.core.event.FetchDoneEvent
 
FetchDoneEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Fetching done event handler interface
FetchEvent - Interface in com.jbstrap.ui.interfaces
Which component implements the Fetchable interface, in which case a custom query can also be set.
fieldName() - Element in annotation interface com.jbstrap.core.dao.base.annotation.viewmapping.MappedField
The field, specified in the clazz attribute class (entity), where the view entity field value will be mapped during persisting.
FIGHTER_JET - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
File type input field.
FILE - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_ARCHIVE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_AUDIO_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_CODE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_EXCEL_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_HANDLER - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The file handler implementation
FILE_IMAGE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_ITEM_DONE - Enum constant in enum class com.jbstrap.core.event.EventType
 
FILE_ITEM_ERROR - Enum constant in enum class com.jbstrap.core.event.EventType
 
FILE_ITEM_UPLOAD_START - Enum constant in enum class com.jbstrap.core.event.EventType
 
FILE_MOVIE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_PDF_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_PHOTO_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_PICTURE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_POWERPOINT_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_SOUND_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_STORE_BASE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The filestore base directory.
FILE_STORE_NAME - Static variable in class com.jbstrap.core.meta.MetaParamName
 
FILE_TEXT - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_TEXT_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_VIDEO_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_WORD_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FILE_ZIP_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FileDeleteHandler - Interface in com.jbstrap.core.event
File delete handler
FileHandler - Class in com.jbstrap.core.interfaces
If using the JpaDao, custom file handler methods can be created, that are called during saving, deleting and querying.
FileHandler() - Constructor for class com.jbstrap.core.interfaces.FileHandler
 
FileItem - Class in com.jbstrap.ui.components.form.items.fileitem
File item
FileItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.fileitem.FileItem
Creates a file item based on the specified DataDescriptor column.
FileItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.fileitem.FileItem
Creates a file item based on the specified DataDescriptor column according to the language code.
FileItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.fileitem.FileItem
Creates a file item with the specified name and label.
FileItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.fileitem.FileItem
Creates a file item with the specified name and label according to the language code.
FileItem(String, String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.fileitem.FileItem
Creates a file item with the specified name and label and sets the file store name where files are stored.
FileItemDoneEvent - Class in com.jbstrap.core.event
Successful file upload event.
FileItemDoneEvent() - Constructor for class com.jbstrap.core.event.FileItemDoneEvent
 
FileItemDoneHandler - Interface in com.jbstrap.core.event.handlers.custom
Event handler interface for successful file upload.
FileItemErrorEvent - Class in com.jbstrap.core.event
Unsuccessful file upload event.
FileItemErrorEvent() - Constructor for class com.jbstrap.core.event.FileItemErrorEvent
 
FileItemErrorHandler - Interface in com.jbstrap.core.event.handlers.custom
Exception handler interface for unsuccessful file upload.
FileItemUploadStartEvent - Class in com.jbstrap.core.event
File upload start event.
FileItemUploadStartEvent() - Constructor for class com.jbstrap.core.event.FileItemUploadStartEvent
 
FileItemUploadStartHandler - Interface in com.jbstrap.core.event.handlers.custom
File upload start event handler
FileManagerServlet - Class in com.jbstrap.ui.servlet
File manager servlet.
FileManagerServlet() - Constructor for class com.jbstrap.ui.servlet.FileManagerServlet
 
FileMiniature - Class in com.jbstrap.ui.components
File miniature component
FileMiniature(JBFile) - Constructor for class com.jbstrap.ui.components.FileMiniature
Creates a file miniature component, based on the specified file
FileMiniature(JBFile, String) - Constructor for class com.jbstrap.ui.components.FileMiniature
Creates a file miniature component, based on the specified file
FileMiniature(String, JBFile) - Constructor for class com.jbstrap.ui.components.FileMiniature
Creates a file miniature component, based on the specified file
FileMiniature(String, JBFile, String) - Constructor for class com.jbstrap.ui.components.FileMiniature
Creates a file miniature component, based on the specified file
FILENAME - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
FILES_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FileStore - Class in com.jbstrap.core.meta
 
FileStore(String, String) - Constructor for class com.jbstrap.core.meta.FileStore
 
FileStoreAPI - Class in com.jbstrap.core.filestore
FileStore API
FileStoreException - Exception in com.jbstrap.core.filestore
FileStore Exception
FileStoreException(String, FileStore, Object, Throwable) - Constructor for exception com.jbstrap.core.filestore.FileStoreException
Creates a FileStore exception
FileStoreException(String, FileStore, Throwable) - Constructor for exception com.jbstrap.core.filestore.FileStoreException
Creates a FileStore exception
FileStoreException(String, String) - Constructor for exception com.jbstrap.core.filestore.FileStoreException
Creates a FileStore exception
FileValueFormItem<T extends FormItem<?,?>> - Interface in com.jbstrap.ui.interfaces
The interface specifies form items whose value is a file.
FILL() - Static method in class com.jbstrap.ui.bootstrap.Flex
Sets an item to fill the available space in the flexible container for all screen sizes.
FILL(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Sets an item to fill the available space in the flexible container for the specified and bigger screen sizes.
fillDataObject(Object) - Method in class com.jbstrap.core.dao.Record
Fills the class with the Record's data
fillDataObject(Object, Map<String, Object>) - Method in class com.jbstrap.core.dao.Record
 
FILM - Enum constant in enum class com.jbstrap.ui.Icon
 
FILTER - Enum constant in enum class com.jbstrap.ui.Icon
 
Filterable<T extends Component<?>> - Interface in com.jbstrap.ui.interfaces
The interface specifies components that retrieve their value from a DataDescriptor and support filtering.
filterBar - Variable in class com.jbstrap.ui.components.listgrid.ListGrid
 
FILTERBAR_CHANGE_EDITOR - Enum constant in enum class com.jbstrap.core.event.EventType
Filter bar change filter editor event
FILTERBAR_FILTERING - Enum constant in enum class com.jbstrap.core.event.EventType
Filter bar filtering event
FilterbarChangeEditorEvent - Class in com.jbstrap.core.event
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 criteria
FilterbarChangeEditorEvent() - Constructor for class com.jbstrap.core.event.FilterbarChangeEditorEvent
 
FilterbarChangeEditorEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Filter bar changed editor event handler
FilterBarFiltering<T extends Component<?>> - Interface in com.jbstrap.ui.components.filter
Event handler interface for filter events triggered by the filter component
FilterbarFilteringEvent - Class in com.jbstrap.core.event
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 criteria
FilterbarFilteringEvent() - Constructor for class com.jbstrap.core.event.FilterbarFilteringEvent
 
FilterbarFilteringEventHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid next page event handler interface
filterButtonIcon - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
filterButtonText - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
filterCriteria - Variable in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
filteredColumn - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
filtering - Variable in class com.jbstrap.ui.components.filter.BaseFilter
 
filterType - Variable in class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
The value selector filter type.
filterType - Variable in class com.jbstrap.ui.components.listgrid.ListGrid
 
FilterType - Enum Class in com.jbstrap.core.meta.enums
Filter types that can be used when displaying a list.
finalize() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
find() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously.
find() - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously.
find(int, int, Criteria) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows
find(int, int, Criteria) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows
find(int, int, Criteria, Order) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.
find(int, int, Criteria, Order) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.
find(int, int, Criteria, Order...) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(int, int, Criteria, Order...) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(int, int, Criteria, List<Order>) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(int, int, Criteria, List<Order>) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(NoTransaction, Client, Criteria, List<Order>, int, int) - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Initiates a query by using the DataDescriptor.
find(SQLTransaction, JPADataDescriptor) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor
find(SQLTransaction, JPADataDescriptor, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.
find(SQLTransaction, JPADataDescriptor, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(SQLTransaction, JPADataDescriptor, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(SQLTransaction, JPADataDescriptor, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(SQLTransaction, JPADataDescriptor, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria
find(SQLTransaction, JPADataDescriptor, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor
find(SQLTransaction, JPADataDescriptor, Client, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.
find(SQLTransaction, JPADataDescriptor, Client, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(SQLTransaction, JPADataDescriptor, Client, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(SQLTransaction, JPADataDescriptor, Client, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(SQLTransaction, JPADataDescriptor, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria
find(SQLTransaction, Client, Criteria, List<Order>, int, int) - Method in class com.jbstrap.core.meta.JPADataDescriptor
Initiates a query by using the DataDescriptor.
find(SQLTransaction, Client, Criteria, List<Order>, int, int) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Initiates a query by using the DataDescriptor.
find(SQLTransaction, Class<?>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity
find(SQLTransaction, Class<?>, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(SQLTransaction, Class<?>, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(SQLTransaction, Class<?>, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(SQLTransaction, Class<?>, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(SQLTransaction, Class<?>, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity
find(SQLTransaction, Class<?>, Client, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, Client, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, Client, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, Client, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(SQLTransaction, Class<?>, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(SQLTransaction, Class<?>, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(Criteria) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria
find(Criteria) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria
find(JPADataDescriptor) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor
find(JPADataDescriptor, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.
find(JPADataDescriptor, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(JPADataDescriptor, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(JPADataDescriptor, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(JPADataDescriptor, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria
find(JPADataDescriptor, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor
find(JPADataDescriptor, Client, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows.
find(JPADataDescriptor, Client, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(JPADataDescriptor, Client, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(JPADataDescriptor, Client, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria, between the specified starting and ending rows (ordered).
find(JPADataDescriptor, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity based DataDescriptor, that meet the specified criteria
find(Client) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously.
find(Client) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously.
find(Client, int, int, Criteria) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows
find(Client, int, int, Criteria) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows
find(Client, int, int, Criteria, Order) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.
find(Client, int, int, Criteria, Order) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, ordered.
find(Client, int, int, Criteria, Order...) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(Client, int, int, Criteria, Order...) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(Client, int, int, Criteria, List<Order>) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(Client, int, int, Criteria, List<Order>) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria, between the specified rows, following the specified orders.
find(Client, Criteria) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria
find(Client, Criteria) - Method in interface com.jbstrap.core.meta.DataDescriptor
Queries the DataDescriptor data synchronously, that meet the specified criteria
find(Class<?>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity
find(Class<?>, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(Class<?>, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(Class<?>, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(Class<?>, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(Class<?>, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity
find(Class<?>, Client, int, int, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, Client, int, int, Criteria, Order) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, Client, int, int, Criteria, Order...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, Client, int, int, Criteria, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters, starting from the specified row, and ending at the specified row.
find(Class<?>, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(Class<?>, List<Order>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the records of the specified entity, following the specified parameters.
find(Predicate<TreeviewNode>) - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets all nodes from the component fulfilling the specified predicate.
find(Predicate<TreeviewNode>) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets all children nodes fulfilling the specified predicate.
find(T, Client, Criteria, List<Order>, int, int) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Initiates a query by using the DataDescriptor.
find(T, D, Client, int, int, Criteria, List<Order>) - Method in class com.jbstrap.core.dao.StandardDao
Gets the records, according to the specified parameters.
find(T, Class<?>, D, Client, int, int, Criteria, List<Order>) - Method in class com.jbstrap.core.dao.DaoWithDomain
Gets the records, according to the specified parameters.
findById(NoTransaction, Client, Object...) - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Fetches a record from the database using the record’s unique ID.
findById(SQLTransaction, JPADataDescriptor, Client, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)
findById(SQLTransaction, JPADataDescriptor, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)
findById(SQLTransaction, Client, Object...) - Method in class com.jbstrap.core.meta.JPADataDescriptor
Fetches a record from the database using the record’s unique ID.
findById(SQLTransaction, Client, Object...) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Fetches a record from the database using the record’s unique ID.
findById(SQLTransaction, Class<?>, Client, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity specified in the parameter by its primary key (ID)
findById(SQLTransaction, Class<?>, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity specified in the parameter by its primary key (ID)
findById(JPADataDescriptor, Client, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)
findById(JPADataDescriptor, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity based DataDescriptor specified in the parameter by its primary key (ID)
findById(Client, Object) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets a DataDescriptor record, using the specified ID.
findById(Client, Object) - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets a DataDescriptor record, using the specified ID.
findById(Class<?>, Client, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity specified in the parameter by its primary key (ID)
findById(Class<?>, Object) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the entity specified in the parameter by its primary key (ID)
findById(Object) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets a DataDescriptor record, using the specified ID.
findById(Object) - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets a DataDescriptor record, using the specified ID.
findById(T, Client, Object...) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Fetches a record from the database using the record’s unique ID.
findById(T, D, Client, Object) - Method in class com.jbstrap.core.dao.StandardDao
Gets the record, that is specified, by its ID.
findById(T, Class<?>, D, Client, Object) - Method in class com.jbstrap.core.dao.DaoWithDomain
Gets the record, that is specified, by its ID.
findByName(String) - Method in class com.jbstrap.core.cache.MenuItem
Finds the specified menu item, by using it's name. .
findByName(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Looks up a menu item in the navbar based on its name.
findByName(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets a node by its name.
findByTitle(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets nodes from the tree by their title.
FindException - Exception in com.jbstrap.core.dao.exception
This exception is thrown when any error is encountered during a find operation
FindException(String, Throwable) - Constructor for exception com.jbstrap.core.dao.exception.FindException
Throws a find exception.
FindException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.FindException
Throws a find exception.
FindException(Throwable) - Constructor for exception com.jbstrap.core.dao.exception.FindException
Throws a find exception.
findFirst(Predicate<TreeviewNode>) - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the first node from the component that fulfils the specified criterion.
findFirst(Predicate<TreeviewNode>) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Looks up the first node corresponding to the specified criterion.
findItemByName(String) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Gets a sub-menu item of a menu item by its name.
findPage(String) - Method in class com.jbstrap.ui.UI
Gets a page from the UI that is specified by the page ID.
finishBtn - Variable in class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
 
FIRE - Enum constant in enum class com.jbstrap.ui.Icon
 
FIRE_BRICK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
FIRE_EXTINGUISHER - Enum constant in enum class com.jbstrap.ui.Icon
 
fireEvent() - Method in class com.jbstrap.core.event.BaseEvent
 
fireEvent() - Method in class com.jbstrap.core.event.BaseJBStrapEvent
 
fireEvent() - Method in class com.jbstrap.core.event.BrowserEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ChartClickEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ChartLassoEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ClientConnectedEvent
 
fireEvent() - Method in class com.jbstrap.core.event.DebugEvent
 
fireEvent() - Method in class com.jbstrap.core.event.DoneEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ErrorEvent
 
fireEvent() - Method in class com.jbstrap.core.event.FormChangedEvent
 
fireEvent() - Method in class com.jbstrap.core.event.FormItemChangeEvent
 
fireEvent() - Method in class com.jbstrap.core.event.HotKeyEvent
 
fireEvent() - Method in class com.jbstrap.core.event.JavaScriptExceptionEvent
 
fireEvent() - Method in class com.jbstrap.core.event.JBSChartLassoEvent
 
fireEvent() - Method in class com.jbstrap.core.event.JBStrapMouseEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ListGridHeaderClickEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ListGridHeaderDoubleClickEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ListGridRowClickEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ListGridRowDoubleClickEvent
 
fireEvent() - Method in class com.jbstrap.core.event.PageResizeEvent
 
fireEvent() - Method in class com.jbstrap.core.event.ReturnEvent
 
fireEvent(Component<?>) - Method in class com.jbstrap.core.event.EventBuilder
Fires the built event on the specified component.
fireFetchDoneEvent(Throwable) - Method in interface com.jbstrap.ui.Fetchable
Fires a fetch done event on the component with the specified error class.
FIRST - Enum constant in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
First (root) level
FIRST - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.StripedStart
The stripes start at the first item, and every stripe with an odd number is darkened.
FIRST() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the first item for all screen sizes.
FIRST(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the first column for the specified or bigger screen sizes.
FIRST_QUATER - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The first quarter.
FIVE() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the fifth item for all screen sizes.
FIVE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the fifth column for the specified or bigger screen sizes.
FIVE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 5/12 on all screens.
FIVE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 5/12 for all screen sizes.
FIVE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 5/12 for the specified and bigger screen sizes.
FIVE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 5/12 for the specified and bigger screen sizes.
FLAG - Enum constant in enum class com.jbstrap.ui.Icon
 
FLAG_CHECKERED - Enum constant in enum class com.jbstrap.ui.Icon
 
FLAG_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FLASH - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FLASH - Enum constant in enum class com.jbstrap.ui.Icon
 
FLASK - Enum constant in enum class com.jbstrap.ui.Icon
 
FLAT - Enum constant in enum class com.jbstrap.ui.components.timeline.Timeline.TimelineType
The default display type.
FLATLY - Enum constant in enum class com.jbstrap.ui.Themes
 
flattendComponentTree() - Method in class com.jbstrap.ui.Component
 
Flex - Class in com.jbstrap.ui.bootstrap
Flex settings
FLEX() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Flexible component display setting for all screen sizes.
FLEX(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Flexible display of the component for the specified and bigger screen sizes.
FLEX_COLUMN() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, items are arranged into a column below one another for all screen sizes, in the order the items were created.
FLEX_COLUMN(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are arranged in a column for the specified and bigger screen sizes, in the same order the items were created.
FLEX_COLUMN_REVERSE() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are arranged in a column for all screen sizes, in the reverse order the items were created.
FLEX_COLUMN_REVERSE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are arranged in a column for the specified and bigger screen sizes, in the reverse order the items were created.
FLEX_ROW() - Static method in class com.jbstrap.ui.bootstrap.Flex
In a flex container, the items are arranged in a row for all screen sizes, in the same order the items were created.
FLEX_ROW(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are arranged in a row for the specified and bigger screen sizes, in the same order the items were created.
FLEX_ROW_REVERSE() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are arranged in a row for all screen sizes, in the reverse order the items were created.
FLEX_ROW_REVERSE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are arranged in a row for the specified and bigger screen sizes, in the reverse order the items were created.
FLICKR - Enum constant in enum class com.jbstrap.ui.Icon
 
FLIP - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FLIP_IN_X - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FLIP_IN_Y - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FLIP_OUT_X - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FLIP_OUT_Y - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
FLOAT_LEFT() - Static method in class com.jbstrap.ui.bootstrap.FloatingType
Aligns the component to the left for all screen sizes.
FLOAT_LEFT(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.FloatingType
Aligns the component to the left for the specified or bigger screen sizes.
FLOAT_NONE() - Static method in class com.jbstrap.ui.bootstrap.FloatingType
Disables component flolating for all screen sizes.
FLOAT_NONE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.FloatingType
Disables component floating for the specified and bigger screen sizes.
FLOAT_RIGHT() - Static method in class com.jbstrap.ui.bootstrap.FloatingType
Aligns the component to the right for all screen sizes.
FLOAT_RIGHT(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.FloatingType
Aligns the component to the right for the specified or bigger screen sizes.
FloatingType - Class in com.jbstrap.ui.bootstrap
These utility classes float an element to the left or right, or disable floating, based on the current viewport size using the CSS float property. !
FloatValidator - Class in com.jbstrap.core.validators
Float validator class
FloatValidator() - Constructor for class com.jbstrap.core.validators.FloatValidator
 
FLOPPY_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FLORAL_WHITE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
FLUID - Enum constant in enum class com.jbstrap.ui.bootstrap.ContainerType
Fluid container - The container width always 100% width on any device
FOCUS - Enum constant in enum class com.jbstrap.core.event.EventType
Focus event
FOCUS_IN - Enum constant in enum class com.jbstrap.core.event.EventType
Focus in event
FOCUS_OUT - Enum constant in enum class com.jbstrap.core.event.EventType
Focus out event
Focusable<T extends Component<?>> - Interface in com.jbstrap.ui
Focusable components
FocusEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Focus event handler interface
FocusInEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Focus in event handler interface
FocusOutEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Focus out event handler interface
FOLDER - Enum constant in enum class com.jbstrap.ui.Icon
 
FOLDER_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FOLDER_OPEN - Enum constant in enum class com.jbstrap.ui.Icon
 
FOLDER_OPEN_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FONT - Enum constant in enum class com.jbstrap.ui.Icon
 
FONT_BOLD - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
The text will be bold
FONT_COLOR - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
FONT_COLOR - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
FONT_FAMILY - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
FONT_SIZE - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
FONT_SIZE - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
FONT_WEIGHT - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
FONT_WEIGHT - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
FontWeight - Enum Class in com.jbstrap.ui.components.charts.params.enums
Font weights used for charts.
FORCE_TEXT_AREA - Static variable in class com.jbstrap.core.meta.MetaParamName
 
forceTextArea(boolean) - Method in class com.jbstrap.ui.components.form.items.TextItem
Sets if the text area is forced, regardless of the character length.
ForeignKey - Annotation Interface in com.jbstrap.core.dao.base.annotation
The annotation that can be placed on the entity fields.
FOREST_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
Form - Class in com.jbstrap.ui.components.form
Form component
Form() - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component
Form(DataDescriptor) - Constructor for class com.jbstrap.ui.components.form.Form
Creates a form, based on the specified DataDescriptor.
Form(DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates a form, based on the specified DataDescriptor, with the specified language.
Form(FormEncoding) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, with the specified encoding.
Form(FormEncoding, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, with the specified encoding and language code.
Form(FormMethod) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, and sets the form send type.
Form(FormMethod, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, sets the form send type and language code.
Form(String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, with the specified language
Form(String, DataDescriptor) - Constructor for class com.jbstrap.ui.components.form.Form
Creates a form, based on the specified DataDescriptor.
Form(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates a form, based on the specified DataDescriptor, with the specified language.
Form(String, FormEncoding) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, with the specified encoding.
Form(String, FormEncoding, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, with the specified encoding and language code.
Form(String, FormMethod, FormEncoding) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form, with the specified action, encoding, and method.
Form(String, FormMethod, FormEncoding, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form, with the specified action, encoding, method and language.
Form(String, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form component, with the specified language
Form(String, String, FormMethod, FormEncoding) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form, with the specified action, encoding, and method.
Form(String, String, FormMethod, FormEncoding, String) - Constructor for class com.jbstrap.ui.components.form.Form
Creates an empty form, with the specified action, encoding, method and language.
FORM_CHANGED - Enum constant in enum class com.jbstrap.core.event.EventType
Form change event
FORM_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
FORM_EDIT_POLICY - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Set whether to check the record by default when editing a record on a form.
FORM_ITEM_VALUE_CHANGE - Enum constant in enum class com.jbstrap.core.event.EventType
Input field value change event
format(Object) - Method in class com.jbstrap.ui.components.listgrid.formatters.ListGridBooleanFormatter
Formats a value.
format(Object) - Method in class com.jbstrap.ui.components.listgrid.formatters.ListGridDateFormatter
Formats the received value.
format(Object) - Method in class com.jbstrap.ui.components.listgrid.formatters.ListGridDateTimeFormatter
Formats the received value.
format(Object) - Method in class com.jbstrap.ui.components.listgrid.formatters.ListGridNumberFormatter
Formats the value.
format(Object) - Method in interface com.jbstrap.ui.components.listgrid.interfaces.ListGridCellFormatter
Formats a value to the displayed format.
FORMAT - Static variable in class com.jbstrap.core.meta.MetaParamName
 
FORMAT - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
formatDate(Date) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
 
formatDate(Date) - Method in class com.jbstrap.ui.components.timeline.Timeline
 
FORMATTER - Static variable in class com.jbstrap.core.meta.MetaParamName
 
formatterMethod() - Element in annotation interface com.jbstrap.core.annotation.JSonAttribute
Sets the name of the data formatter method.
formatTime(Date) - Method in class com.jbstrap.ui.components.timeline.Timeline
 
FormBlock - Class in com.jbstrap.ui.components.form
Form block component
FormBlock(String, Icon, String) - Constructor for class com.jbstrap.ui.components.form.FormBlock
Creates a form block with the specified title and icon
FormBlock(String, String) - Constructor for class com.jbstrap.ui.components.form.FormBlock
Creates a form block with the specified title
FormBuilder - Interface in com.jbstrap.ui.components.form
Form builder class interface
FormBuildType - Enum Class in com.jbstrap.ui.components.form
Enum containing the form build types used by the JBStrap framework
FormChangedEvent - Class in com.jbstrap.core.event
This class contains the data of the Form changed event.
FormChangedEvent() - Constructor for class com.jbstrap.core.event.FormChangedEvent
 
FormChangedEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Form changed event handler interface
FormChangeHandler - Interface in com.jbstrap.ui.components.form
Interface for handling any form value changes.
FormChangeListenerHandler - Interface in com.jbstrap.ui.components.form.base
 
FormColumn - Class in com.jbstrap.ui.components.form
Form column component
FormColumn(String, int) - Constructor for class com.jbstrap.ui.components.form.FormColumn
Creates a form column component
FormEncoding - Enum Class in com.jbstrap.ui.components.form
Enum containing the possible encoding types of the form data.
FormItem<T,E extends Component<?>> - Class in com.jbstrap.ui.components.form
Ancestor class for data modifier form items in the Form component.
FormItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.FormItem
Builds a form item using the specified DataDescriptor column.
FormItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.FormItem
Creates a form item.
FormItemChangeEvent - Class in com.jbstrap.core.event
This class contains the data of the Form item changed event.
FormItemChangeEvent() - Constructor for class com.jbstrap.core.event.FormItemChangeEvent
 
FormItemLabelAligment - Enum Class in com.jbstrap.ui.components.form.base
Form item label text aligament
FormItemLabelPosition - Enum Class in com.jbstrap.ui.components.form
Enum class containing the possible positions of individual form elements
formItemSize - Variable in class com.jbstrap.ui.components.form.FormItem
 
FormItemSize - Enum Class in com.jbstrap.ui.bootstrap
Form item sizes
FormItemState - Enum Class in com.jbstrap.ui.bootstrap
Form item states
FormMethod - Enum Class in com.jbstrap.ui.components.form
Enum containing the methods that are used when sending a form.
FormType - Enum Class in com.jbstrap.ui.bootstrap
The form types
FormValidator - Interface in com.jbstrap.ui.components.form
Interface class for implementing the custom form validators.
FORWARD - Enum constant in enum class com.jbstrap.ui.Icon
 
FOUR() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the fourth item for all screen sizes.
FOUR(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the fourth column for the specified or bigger screen sizes.
FOUR_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 4/12 on all screens.
FOUR_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 4/12 for all screen sizes.
FOUR_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 4/12 for the specified and bigger screen sizes.
FOUR_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 4/12 for the specified and bigger screen sizes.
FOURSQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
FOURTH_QUARTER - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The fourth quarter.
FREE_CODE_CAMP - Enum constant in enum class com.jbstrap.ui.Icon
 
FREEZABLE - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
fromClass(Class<? extends DataDescriptor>) - Method in enum class com.jbstrap.core.cache.DataDescriptorTypeCache
 
fromClass(Class<? extends DataDescriptor>) - Static method in class com.jbstrap.core.meta.DataDescriptorType
Gets the DataDescriptor type by the implementing class.
fromColumnDataType(DataDescriptorColumnDatatype) - Static method in enum class com.jbstrap.core.enums.JSDataType
 
fromDsDataType(DataDescriptorColumnDatatype) - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
 
fromDsParam(String) - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
 
fromEditorClass(Class<?>) - Static method in enum class com.jbstrap.core.meta.enums.EditorType
Determines the editor type, by the class that implements the editor component
fromEventType(JsonElement, JsonElement) - Static method in enum class com.jbstrap.core.event.EventType
Determines the event type, based on the specified JSON elements.
fromHexCode(String) - Static method in class com.jbstrap.ui.bootstrap.Color
Creates the Color based on the hexadecimal color codes in the parameter.
fromHotKeyString(String) - Static method in class com.jbstrap.ui.Key
Gets the key code of the specified key string
fromJavaClass(Class<?>) - Static method in enum class com.jbstrap.core.enums.JSDataType
 
fromJavaScriptName(String) - Static method in enum class com.jbstrap.ui.components.form.items.colorpicker.ColorFormat
 
fromName(String) - Method in enum class com.jbstrap.core.cache.DataDescriptorTypeCache
 
fromName(String) - Static method in enum class com.jbstrap.core.dao.enums.OperatorType
Determines the operator type, by specifying its name.
fromName(String) - Static method in enum class com.jbstrap.core.enums.JSDataType
 
fromName(String) - Static method in class com.jbstrap.core.meta.DataDescriptorType
Gets the DataDescriptor type by its name.
fromName(String) - Static method in enum class com.jbstrap.core.meta.enums.AccessType
Determines the data access type, by the specified name
fromName(String) - Static method in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Determines the visibility type, by the specified name.
fromName(String) - Static method in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Determines the column type by its name.
fromName(String) - Static method in enum class com.jbstrap.core.meta.enums.EditorType
Determines the editor type, by its name.
fromName(String) - Static method in enum class com.jbstrap.core.meta.enums.FilterType
Determines the filter type by the filter name
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.Align
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.BadgeType
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.ButtonSize
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.ButtonType
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.CheckboxShape
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.CheckboxType
 
fromName(String) - Static method in class com.jbstrap.ui.bootstrap.Color
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.DropDownDirection
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.FormItemSize
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.FormItemState
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.FormType
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.ProgressBarType
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.TabType
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.TextAlign
 
fromName(String) - Static method in enum class com.jbstrap.ui.bootstrap.TextType
 
fromName(String) - Static method in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
 
fromName(String) - Static method in enum class com.jbstrap.ui.components.calendar.CalendarView
Determines the view based on its name
fromName(String) - Static method in enum class com.jbstrap.ui.components.calendar.ScheduleType
 
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.AxisType
Determines an operator type based on its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.BarTextPosition
Determines the position of the data points on bar chart columns based on the position name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
Determines the chart’s position based on the specified name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
Determines the color scheme by the specified name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
Determines a curve type by its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.DataLabels
Determines the displayed values by the specified name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
Determines a font weight by its specified name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
Determines the gauge chart’s type by its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
Determines the legend’s position by its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Determines a marker type by its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.StripedStart
Gets the starting position of the stripes by its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TickNumbers
Gets the number of ticks based on the setting name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
Determines the rotation type of the text by its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
Determines the tooltip type by its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.enums.MenuOperation
Defines the operation type by using its name.
fromName(String) - Static method in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
 
fromName(String) - Static method in enum class com.jbstrap.ui.components.form.FormMethod
Determines the form method, specified by its name
fromName(String) - Static method in enum class com.jbstrap.ui.components.form.items.DropDownPosition
 
fromName(String) - Static method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
fromName(String) - Static method in enum class com.jbstrap.ui.enums.AccessMode
 
fromName(String) - Static method in enum class com.jbstrap.ui.Icon
 
fromName(String) - Static method in enum class com.jbstrap.ui.Themes
 
fromObject(Object) - Static method in enum class com.jbstrap.core.enums.JSDataType
 
fromPositionAlign(String, String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
Determines the chart title’s position based on its vertical and horizontal position.
fromRGB(int, int, int) - Static method in class com.jbstrap.ui.bootstrap.Color
Creates a Color object from RGB codes.
fromSeries(Series) - Static method in class com.jbstrap.ui.components.charts.AreaSeries
Creates an AreaSeries object based on an other Series object.
fromSeries(Series) - Static method in class com.jbstrap.ui.components.charts.BarSeries
Creates a BarSeries object based on an other Series object.
fromSeries(Series) - Static method in class com.jbstrap.ui.components.charts.BubbleSeries
Creates a bubble series object based on an other Series object.
fromSeries(Series) - Static method in class com.jbstrap.ui.components.charts.DotSeries
Creates a dot series object based on an other Series object.
fromSeries(Series) - Static method in class com.jbstrap.ui.components.charts.GaugeSeries
Creates a gauge series object based on an other Series object.
fromSeries(Series) - Static method in class com.jbstrap.ui.components.charts.LineSeries
Creates a line series object based on an other Series object.
fromString(String) - Static method in class com.jbstrap.ui.utils.CriteriaUtils
Creates a filter criterion from the specified text.
Usage examples:
  Criterion specified by text Java code corresponding to the criterion Criteria(id,EQUALS,25) new Criteria("id", OperatorType.EQUALS, 25); Criteria(AND,Criteria(id,GREATER_THAN,0),Citeria(id,LESS_THAN,10) new Criteria(OperatorType.AND, new Criteria[] {
new Criteria("id", OperatorType.GREATER_THAN, 0),
new Criteria("id", OperatorType.LESS_THAN, 10),
);

fromTypeName(String) - Static method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
fromValue(Integer) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
Determines the font weight based on the font weight value.
fromValue(String) - Static method in enum class com.jbstrap.ui.components.form.FormEncoding
Determines the method, based on the specified HTML ID string
FROWN_O - Enum constant in enum class com.jbstrap.ui.Icon
 
FUCHSIA - Static variable in class com.jbstrap.ui.bootstrap.Color
 
FULL - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridFetchType
Fetch all data
FULL_WIDTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is full width for all screen sizes.
FULL_WIDTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is full width for the specified and bigger screen sizes.
FUNCTION - Enum constant in enum class com.jbstrap.core.websocket.messages.MessageType
Function call type message
FunctionMessage - Class in com.jbstrap.core.websocket.messages
 
FunctionMessage() - Constructor for class com.jbstrap.core.websocket.messages.FunctionMessage
Creates a function message type message
FunnelChart - Class in com.jbstrap.ui.components.charts
A funnel chart displays one data series.
FunnelChart(String) - Constructor for class com.jbstrap.ui.components.charts.FunnelChart
Creates a funnel chart component.
FunnelChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.FunnelChart
Creates a funnel chart component and sets the name of the DataDescriptor and that of the X axis column.
FUTBOL_O - Enum constant in enum class com.jbstrap.ui.Icon
 

G

GAINSBORO - Static variable in class com.jbstrap.ui.bootstrap.Color
 
GAMEPAD - Enum constant in enum class com.jbstrap.ui.Icon
 
GaugeChart - Class in com.jbstrap.ui.components.charts
A gauge chart is a chart resembling an analog instrument where one or more needles indicate the measured value.
GaugeChart(String) - Constructor for class com.jbstrap.ui.components.charts.GaugeChart
Creates the gauge chart.
GaugeChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.GaugeChart
Creates the gauge chart component and sets the name of the DataDescriptor and that of the category column.
GaugeChartSection - Class in com.jbstrap.ui.components.charts
POJO object representing a section of the gauge chart.
GaugeChartSection(String, double) - Constructor for class com.jbstrap.ui.components.charts.GaugeChartSection
 
GaugeChartType - Enum Class in com.jbstrap.ui.components.charts.params.enums
GaugeChart chart types.
GaugeSeries - Class in com.jbstrap.ui.components.charts
Series object displayed on gauge charts.
GaugeSeries(String) - Constructor for class com.jbstrap.ui.components.charts.GaugeSeries
Creates a series object to be displayed on a gauge chart.
GaugeSeries(String, String) - Constructor for class com.jbstrap.ui.components.charts.GaugeSeries
Creates a series object to be displayed on a gauge chart.
GAVEL - Enum constant in enum class com.jbstrap.ui.Icon
 
GE - Enum constant in enum class com.jbstrap.ui.Icon
 
GEAR - Enum constant in enum class com.jbstrap.ui.Icon
 
GEARS - Enum constant in enum class com.jbstrap.ui.Icon
 
generateJSON() - Method in class com.jbstrap.ui.components.charts.BaseChart
Generates a JSON object containing the chart settings.
generateJSON() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
get(String) - Method in enum class com.jbstrap.core.cache.Pages
 
get(String) - Method in class com.jbstrap.core.event.FormChangedEvent
Gets a displayed form data, that is specified by the field name.
get(String) - Method in class com.jbstrap.core.Parameters
Gets the value of the specified parameter
GET - Enum constant in enum class com.jbstrap.ui.components.form.FormMethod
HTML GET will be executed when sending the form
getAccess() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the DataDescriptor access type
getAccess() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets the DataDescriptor access type
getAccess() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getAccess() - Method in class com.jbstrap.ui.Component
 
getAccess() - Method in class com.jbstrap.ui.UI
 
getAccessMode() - Method in class com.jbstrap.ui.Component
Gets the component's access mode.
getAction() - Method in class com.jbstrap.ui.components.form.Form
Gets the form action
getActiveTabIndex() - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
getAlign() - Method in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
Gets the chart title’s horizontal position in a string.
getAlignment() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets column data alignment.
getAlignValue() - Method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
 
getAllClients() - Static method in class com.jbstrap.core.JBStrap
Get all connected client
getAllClients() - Static method in class com.jbstrap.core.websocket.JBStrapEndPoint
Get all connected client
getAllDisplayTypeStyleClasses(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Gets all display type classes from the specified component.
getAllowedRoles() - Method in class com.jbstrap.ui.Component
Gets a list of the allowed roles (Roles that have access)
getAllRecords() - Method in class com.jbstrap.core.event.ChartLassoEvent
Gets all selected records.
getAltKey() - Method in class com.jbstrap.core.event.KeyboardEvent
Determines if the ALT key was held down when the event occurred
getAltKey() - Method in class com.jbstrap.core.event.MouseEvent
Determines if the ALT key was held down when the event occurred
getAltKey() - Method in class com.jbstrap.core.event.TouchEvent
Determines if the ALT key was held down when the event occurred
getAltText() - Method in class com.jbstrap.ui.components.Image
Gets the image alt text
getAnimation() - Method in interface com.jbstrap.ui.Animatable
Gets the component's animation type
getAnimation() - Method in class com.jbstrap.ui.components.button.DropDownButton
 
getAnimationName() - Method in class com.jbstrap.core.event.AnimationEvent
Gets the name of the animation
getAsBoolean(String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as a Boolean value
getAsDate(String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as a Date.
getAsDate(String, String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as a Date, in the specified format
getAsDouble(String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as a Double
getAsInteger(String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as an Integer
getAsLong(String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as a Long
getAsNumber(String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as a Number
getAsString(String) - Method in class com.jbstrap.core.Parameters
Gets the specified parameter's value as a string
getAttachments() - Method in class com.jbstrap.core.mail.Email
Gets the email attachment files
getAttendees() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets a list of the attendees
getAttendeesColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the attendees.
getAttribute(String) - Method in class com.jbstrap.ui.Component
Gets an HTML Attribute value from the component.
getAttributes() - Method in class com.jbstrap.core.dao.Record
Gets a collection of the names of every attribute
getAttributes() - Method in class com.jbstrap.ui.Component
Gets the HTML attributes of the component
getAuthor() - Method in class com.jbstrap.ui.components.Blockquote
Gets the author of the quote
getBackBtn() - Method in class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
Gets the “Previous” button in the footer.
getBackgoundColor() - Method in class com.jbstrap.ui.components.Counter
Gets the background color of the counter component
getBackgroundColor() - Method in class com.jbstrap.ui.Component
Gets the component�s background color.
getBackgroundColor() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Gets the tab page background color
getBackgroundColor() - Method in class com.jbstrap.ui.LiveFavicon
Gets the bubble background color
getBackgroundImageUrl() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the relative URL of the navbar’s background image.
getBackHandler() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the event handler for the “previous step” event.
getBarndIcon() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the brand icon on the top left the menu bar component.
getBarndText() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the brand text on the top left the menu bar component.
getBarRadius() - Method in class com.jbstrap.ui.components.charts.BarSeries
Gets the rounding radius of bar chart corners.
getBarTextPosition() - Method in class com.jbstrap.ui.components.charts.BarSeries
Gets the value position in the column.
getBaseURL() - Method in class com.jbstrap.core.websocket.Client
Gets the application's baseURL
getBaseURL() - Static method in class com.jbstrap.core.websocket.JBStrapEndPoint
Get application base URL
getBlock(String) - Method in class com.jbstrap.ui.components.form.builders.BlockedFormBuilder
Gets the block, specified by its name
getBlock(String) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Gets the block component, specified by its name
getBlock(String) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.BlockedForm
Gets the form item.
getBlock(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the specified block, by using its name
getBody() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the body (description) of the scheduled event
getBodyColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the body (description) of the calendar.
getBodyPars() - Method in class com.jbstrap.core.mail.Email
 
getBorderColor() - Method in class com.jbstrap.ui.Component
Gets the component�s border color.
getBorderColor() - Method in class com.jbstrap.ui.components.charts.DonutChart
Gets the border color for the circle slices.
getBorderColor() - Method in class com.jbstrap.ui.components.charts.FunnelChart
Gets the border color around each item.
getBorderColor() - Method in class com.jbstrap.ui.components.charts.PieChart
Gets the border color for the circle slices.
getBorderRadius() - Method in class com.jbstrap.ui.components.charts.DonutChart
Gets the rounding radius of circle slice corners.
getBorderRadius() - Method in class com.jbstrap.ui.components.charts.PieChart
Gets the rounding radius of circle slice corners.
getBorderWidth() - Method in class com.jbstrap.ui.components.charts.DonutChart
Gets the width of the border around circle slices.
getBorderWidth() - Method in class com.jbstrap.ui.components.charts.FunnelChart
Gets the border width around each item.
getBorderWidth() - Method in class com.jbstrap.ui.components.charts.PieChart
Gets the width of the border around circle slices.
getBrand() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the brand component from the menu bar.
getBrand() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the text on the top of the navbar component.
getBrandImage() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the brand image on the top left the menu bar component.
getBrowserEventName() - Method in enum class com.jbstrap.core.event.EventType
 
getBubbles() - Method in class com.jbstrap.core.event.BrowserEvent
Determines if the event can be bubbled.
getBuilder() - Method in enum class com.jbstrap.ui.components.form.FormBuildType
 
getBuildNumber() - Static method in class com.jbstrap.core.JBStrap
Gets the build number of the JBStrap framework
getButton() - Method in class com.jbstrap.core.event.MouseEvent
Determines which mouse button was pressed when the event occurred.
getButtondownClass() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
getButtons() - Method in class com.jbstrap.core.event.MouseEvent
Determines which mouse buttons were pressed when the event occurred.
getButtonupClass() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
Gets the style class of the up button.
getByteArray() - Method in class com.jbstrap.core.utils.FastByteArrayOutputStream
Returns the byte array containing the written data.
getCalculateValue() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the column recalc implementation.
getCalculateValue() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getCalculateValue() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item value calculation code.
getCalendar() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the instance of the calendar, that is assigned to the Scheduled event object.
getCalendarColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the name of the calendar.
getCalendarName() - Method in class com.jbstrap.core.event.CalendarScheduleClickEvent
Gets the name of the calendar.
getCalendarName() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the name of the calendar, that has the scheduled event assigned to it
getCalendarNames() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the names of every calendar in the component
getCalendarTitle(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the title of the specified calendar
getCancelable() - Method in class com.jbstrap.core.event.BrowserEvent
Determines if the event can cancel its default action
getCancelButtonIcon() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getCancelButtonText() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getCanvas() - Method in class com.jbstrap.core.event.ChartLassoEvent
Gets the chart canvas component that triggered the event.
getCanvas() - Method in class com.jbstrap.ui.components.charts.BaseChart
Gets the ChartCanvas instance that displays the chart.
getCardBackgroundImage() - Method in class com.jbstrap.ui.components.card.Card
 
getCardBottomImage() - Method in class com.jbstrap.ui.components.card.Card
 
getCardTopImage() - Method in class com.jbstrap.ui.components.card.Card
 
getCategoryColumnName() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
Gets the DataDescriptor column name containing chart categories (X axis values).
getCellByName(String) - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
getCells() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
getCellValue(int, String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the cell value.
getCellValue(ListGridRow, String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the cell value.
getCellValue(String) - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
getChangedFormItem() - Method in class com.jbstrap.core.event.FormChangedEvent
Gets the changed form item
getChangedFormItemId() - Method in class com.jbstrap.core.event.FormChangedEvent
Gets the changed form item's ID
getCharCode() - Method in class com.jbstrap.core.event.KeyboardEvent
Gets the pressed key character's Unicode
getChart() - Method in class com.jbstrap.core.event.ChartClickEvent
Gets the chart that triggered the event.
getChart() - Method in class com.jbstrap.core.event.ChartLassoEvent
Gets the chart that triggered the event.
getChartByName(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets a previously created chart with the specified chart name from the canvas.
getChartCanvas() - Method in class com.jbstrap.core.event.ChartClickEvent
Gets the chart canvas component that triggered the event.
getChartNames() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the chart names added to the canvas.
getChartRangeMax() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the chart’s maximum value.
getChartRangeMin() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the chart’s minimum value.
getChildNode(String) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets a child node by its name.
getChildNodes() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets all children of the current node.
getClickHandler() - Method in class com.jbstrap.core.cache.MenuItem
 
getClient() - Method in class com.jbstrap.core.event.BaseEvent
Gets the client, on which the event occurred
getClient() - Method in class com.jbstrap.ui.Component
Gets the client, that currently has the component displayed.
getClient() - Method in interface com.jbstrap.ui.interfaces.FileValueFormItem
 
getClient() - Method in class com.jbstrap.ui.UI
Gets the client, where the UI is currently displayed.
getClient(String) - Static method in class com.jbstrap.core.JBStrap
Gets the specified client
getClient(String) - Static method in class com.jbstrap.core.websocket.JBStrapEndPoint
Get the client by client id
getClientId() - Method in class com.jbstrap.core.event.BrowserEvent
Gets the ID of the client on which the event occurred
getClientId() - Method in class com.jbstrap.core.websocket.Client
Gets the client ID
getClientId(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getClientX() - Method in class com.jbstrap.core.event.MouseEvent
Gets the mouse cursor's horizontal coordinates relative to the client (current window)
getClientY() - Method in class com.jbstrap.core.event.MouseEvent
Gets the mouse cursor's vertical coordinates relative to the client (current window)
getCloseIcon() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the icon for a collapsed node.
getCloseIconColor() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the icon color for a collapsed node.
getCode() - Method in class com.jbstrap.core.authorization.Role
Gets the role code
getCode() - Method in class com.jbstrap.core.event.JavaScriptExceptionEvent
 
getCode() - Method in class com.jbstrap.core.event.KeyboardEvent
Gets the pressed key's code in a String format
getColor() - Method in interface com.jbstrap.ui.components.charts.ColorizedSeries
Gets the series color.
getColor() - Method in class com.jbstrap.ui.components.charts.GaugeChartSection
Gets the color of the section.
getColor() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets chart color.
getColorCode() - Method in class com.jbstrap.ui.bootstrap.Color
Gets the color name in a text format.
getColorColumn() - Method in class com.jbstrap.ui.components.charts.Series
Gets the name of the data point color column.
getColorColumnName() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the name of the DataDescriptor column containing node icon color
getColorParamNames() - Method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
getColorRange() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the previously defined color scheme.
getColorTemplate() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the default color scheme.
getColumn() - Method in class com.jbstrap.core.event.JavaScriptExceptionEvent
 
getColumn() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the DataDescriptor column name used to build the form item.
getColumn() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the DataDescriptor column for the component value.
getColumn(String) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the specified column from the DataDescriptor
getColumn(String) - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets the specified column from the DataDescriptor
getColumn(String) - Method in class com.jbstrap.ui.components.form.builders.ColumnedFormBuilder
Gets a form column, specified by the column name
getColumn(String) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Gets the column component, specified by its name
getColumn(String) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.ColumnedForm
Gets the form column, specified by the column name
getColumn(String) - Method in class com.jbstrap.ui.components.form.Form
Gets a column, specified by its name
getColumn(String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets a column of the list grid by its name.
getColumnMapping() - Method in class com.jbstrap.core.data.DataExporter
Gets a map of the Column Mapping assigned.
getColumnName() - Method in class com.jbstrap.core.dao.Criteria
Gets the Criteria column name
getColumnName() - Method in class com.jbstrap.core.dao.Order
Gets the column name, that is used for ordering
getColumnName() - Method in class com.jbstrap.core.event.ListGridColumnMoveEvent
Gets the name of the moved column
getColumnName() - Method in class com.jbstrap.core.event.ListGridColumnShowEvent
Gets column name
getColumnName() - Method in class com.jbstrap.core.event.ListGridHeaderClickEvent
Gets clicked column name
getColumnName() - Method in class com.jbstrap.core.event.ListGridHeaderDoubleClickEvent
Gets clicked column name
getColumnName() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the name of the column
getColumnNames() - Method in class com.jbstrap.core.event.ListGridColumnResizeEvent
Gets a list of the name of the ListGrid columns
getColumnNames() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets all the column names in the list grid.
getColumnNames(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getColumnParamsAsJson(BaseFilter.ColumnParams) - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
Generate JSON parameter object from the column parameters
getColumns() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the data of the DataDescriptor columns
getColumns() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets the data of the DataDescriptor columns
getColumns() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getColumns() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets list grid columns.
getColumnWidth(String) - Method in class com.jbstrap.core.event.ListGridColumnResizeEvent
Gets the specified ListGrid column's width
getColumnWidths() - Method in class com.jbstrap.core.event.ListGridColumnResizeEvent
Gets a map of the new ListGrid column width
getCombinatedCriteria(Criteria, Criteria) - Static method in class com.jbstrap.ui.utils.CriteriaUtils
Connects the filter criteria with an AND operator.
getComingDuration() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the coming duration (the amount of times it takes to come back from the event)
getComingDurationColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the time it takes to get back from the event.
getComponent() - Method in class com.jbstrap.core.event.BaseEvent
Gets the component on which the event occurred
getComponentById(String) - Static method in class com.jbstrap.core.websocket.JBStrapEndPoint
Get component by id from the all client
getComponentById(String) - Method in class com.jbstrap.ui.Component
Gets the specified component.
getComponentById(String) - Method in class com.jbstrap.ui.UI
Gets a component (specified by the ID) from the UI.
getComponents() - Method in class com.jbstrap.ui.Component
Gets every previously added subcomponent
getComponents() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
getComponents() - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
getComponents() - Method in class com.jbstrap.ui.components.form.FormItem
 
getComponents() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
getComponents() - Method in class com.jbstrap.ui.components.table.Table
 
getComponents() - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Gets a list of the components that are on the timeline item
getComponents() - Method in class com.jbstrap.ui.UI
Gets a collection of every component that is on the UI
getComponents(Predicate<Component<?>>) - Method in class com.jbstrap.ui.Component
Gets a list of components, according to the specified predicate.
getComponentsByClass(Class<E>) - Method in class com.jbstrap.ui.Component
Gets the components, that are specified by class.
getComponentsByClass(Class<T>) - Method in class com.jbstrap.ui.UI
Gets a list of every component, (specified by the class) from the UI.
getComponentSeq(String) - Method in class com.jbstrap.ui.UI
 
getComposed() - Method in class com.jbstrap.core.event.BrowserEvent
Determines if the event is composed
getConnectorType() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getConstructor() - Method in class com.jbstrap.core.meta.DataDescriptorType
Gets the constructor used to create the DataDescriptor.
getContainerType() - Method in class com.jbstrap.ui.components.menubar.MenuBar
 
getContent() - Method in class com.jbstrap.ui.components.table.TableCell
Gets the text content of the cell
getContent() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets all components in a node.
getContentType() - Method in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
getCookie(String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
getCookie(String) - Method in class com.jbstrap.core.websocket.Client
Gets the specified Cookie's value.
getCoreHandlerMethodName() - Method in enum class com.jbstrap.core.event.EventType
 
getCornerRadius() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the rounding radius of chart section corners.
getCounter() - Method in class com.jbstrap.ui.components.button.Button
Gets the counter value
getCounter() - Method in class com.jbstrap.ui.components.button.DropDownButton
Gets the counter value
getCriteria() - Method in class com.jbstrap.core.event.FilterbarFilteringEvent
Get filter criteria
getCriteria() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the criteria that is used when querying data.
getCriteria() - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
getCriteria() - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
Gets the user-specified filter criterion from the filter component.
getCriteria() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the criteria that is applied to the records that are in the combobox set of values
getCriteria() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the filter criterion used to retrieve the value set.
getCriteria() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the filter criterion used to query the component’s value set data from the database.
getCriteria() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets list grid filter criteria.
getCriteria() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the criteria that is used when querying data.
getCriteria() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the filter criterion used for the query.
getCriteria() - Method in interface com.jbstrap.ui.interfaces.Filterable
Gets the filter criteria used to query the component data.
getCriteria(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getCriteriaBuilderMethodName() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
getCtrlKey() - Method in class com.jbstrap.core.event.KeyboardEvent
Determines if the CONTROL key was held down when the event occurred
getCtrlKey() - Method in class com.jbstrap.core.event.MouseEvent
Determines if the CONTROL key was held down when the event occurred
getCtrlKey() - Method in class com.jbstrap.core.event.TouchEvent
Determines if the CONTROL key was held down when the event occurred
getCurrentEditorId() - Method in class com.jbstrap.core.event.FilterbarChangeEditorEvent
Gets the current editor id
getCurrentNode() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the current (highlighted) node.
getCurrentPage() - Method in class com.jbstrap.core.websocket.Client
The page that is currently displayed
getCurrentPage() - Method in class com.jbstrap.ui.UI
Gets the page that is currently displayed on the UI
getCurrentRole() - Method in class com.jbstrap.core.CurrentUser
Gets the user's current role
getCurrentStep() - Method in class com.jbstrap.ui.components.wizard.Wizard
Gets the wizard component’s current step.
getCurrentTabPage() - Method in class com.jbstrap.ui.components.panels.tab.Tab
Gets the currently active tab page component.
getCurrentTabPageIndex() - Method in class com.jbstrap.ui.components.panels.tab.Tab
Gets the index of the currently selected (active) tab page.
getCurrentUI() - Method in class com.jbstrap.core.websocket.Client
Gets the currently displayed UI
getCurrentUser() - Method in class com.jbstrap.core.websocket.Client
Gets the users who are currently logged in
getCurrentUser() - Method in class com.jbstrap.ui.UI
Gets the object containing the data of the currently logged in user
getCurrentValue() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s current value.
getCurrentValue(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s current value.
getCurrentValueColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s current value color.
getCurrentValueColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the current color of a chart item.
getCurveType() - Method in class com.jbstrap.ui.components.charts.AreaSeries
Gets the chart’s area delimiter line type.
getCurveType() - Method in class com.jbstrap.ui.components.charts.LineSeries
Gets the chart’s line type.
getCustomFilterClass(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the custom filter implementation class.
getCssFileName() - Method in enum class com.jbstrap.ui.Themes
 
getDashArray() - Method in class com.jbstrap.ui.components.charts.AreaSeries
Gets the dash array
getDashArray() - Method in class com.jbstrap.ui.components.charts.LineSeries
Gets the dash array
getData() - Method in class com.jbstrap.ui.Component
Gets the previously set custom data
getData() - Method in class com.jbstrap.ui.components.charts.Series
Gets all data point settings from a series.
getDataClass() - Method in enum class com.jbstrap.core.JBStrapParamType
Gets the parameter value's data class
getDataClass() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getDataColumn() - Method in class com.jbstrap.ui.components.charts.Series
Gets the name of the series data column.
getDataColumn() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the column name containing the displayed values.
getDataColumnBySeriesName(String) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
getDataColumnName() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the name of the DataDescriptor column, that contains the data values
getDataColumnName() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the name of the DataDescriptor column containing value set data values.
getDataColumnName() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the name of the DataDescriptor column that contains the data values of the value set.
getDataColumnName() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Gets the name of the DataDescriptor column that contains the selector item values.
getDataCount() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the value's data count
getDataDescriptor() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the Activity Stream's DataDescriptor
getDataDescriptor() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the DataDescriptor, used by the calendar component
getDataDescriptor() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
Gets the chart’s DataDescriptor.
getDataDescriptor() - Method in class com.jbstrap.ui.components.filter.BaseFilter
Gets the DataDescriptor set as filter component.
getDataDescriptor() - Method in class com.jbstrap.ui.components.form.Form
Gets the form's DataDescriptor.
getDataDescriptor() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the DataDescriptor, that is used by the combobox
getDataDescriptor() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the DataDescriptor associated with the dual list box value set.
getDataDescriptor() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the DataDescriptor for the component value set.
getDataDescriptor() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Gets the DataDescriptor of the selector item
getDataDescriptor() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets list grid DataDescriptor.
getDataDescriptor() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the sparkline DataDescriptor.
getDataDescriptor() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the component's DataDescriptor
getDataDescriptor() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets treeview DataDescriptor
getDataDescriptor() - Method in interface com.jbstrap.ui.interfaces.BasedOnDataDescriptor
Gets the component’s DataDescriptor instance.
getDataDescriptor(String) - Method in enum class com.jbstrap.core.cache.MetaCache
 
getDataDescriptor(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getDataDescriptor(String) - Static method in class com.jbstrap.core.JBStrap
Gets the specified DataDescriptor
getDataDescriptorClass() - Method in class com.jbstrap.core.meta.DataDescriptorType
Get the class that implements the DataDescriptor interface
getDataDescriptorColumn() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets the DataDescriptor column used to build the column.
getDataDescriptors() - Method in enum class com.jbstrap.core.cache.MetaCache
 
getDataDescriptors() - Static method in class com.jbstrap.core.JBStrap
Gets the application's DataDescriptors
getDataLabels() - Method in class com.jbstrap.ui.components.charts.DonutChart
Gets the type of the labels from a circle slice.
getDataLabels() - Method in class com.jbstrap.ui.components.charts.FunnelChart
Gets the chart labels.
getDataLabels() - Method in class com.jbstrap.ui.components.charts.PieChart
Gets the type of the labels from a circle slice.
getDataMap() - Method in class com.jbstrap.core.dao.Record
Gets the Record contents in a Map format
Sub-records are inserted as maps in the map.
getDataObject() - Method in class com.jbstrap.core.dao.Record
Creates and returns the previously specified source class, according to the data contents of the Record.
getDataObject(Map<String, Object>) - Method in class com.jbstrap.core.dao.Record
Creates and returns the previously specified source class, according to the data contents of the Record.
getDataProvider() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets data provider column name
getDataProvider() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getDataProvider() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets data provider column name
getDatatype() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets column data type.
getDataType() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getDataType() - Method in class com.jbstrap.ui.components.form.FormItem
 
getDataType() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets column data type
getDataValues() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets a list containing of the combobox's data values.
getDataWeightColumnName() - Method in class com.jbstrap.ui.components.charts.BubbleSeries
Gets the data weight column name.
getDataWeightName() - Method in class com.jbstrap.ui.components.charts.BubbleChart
Gets the name of the DataDescriptor column containing data weight values.
getDateColumnName() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the name of the DataDescriptor column, that contains the timeline item's data
getDateFormat() - Method in class com.jbstrap.ui.components.form.items.DatePicker
Gets the component’s date format.
getDateFormat() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Gets the component's date format
getDateFormat() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the component's date format
getDecimal() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
getDecimalPalces() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the number of decimal digits in the component.
getDecimalSeparator() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the decimal separator.
getDefaultAlignment() - Method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
 
getDefaultColor() - Method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
getDefaultColumnFormatter() - Method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
 
getDefaultCriteria() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the default criteria, used during the data fetch
getDefaultCriteria() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets list grid default filter criteria.
getDefaultCriteria() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the default criteria, used during the data fetch
getDefaultCriteria() - Method in class com.jbstrap.ui.components.treeview.Treeview
If the treeview retrieves its data from a DataDescriptor, the criterion used to query the data must be specified.
getDefaultEditorType() - Method in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Gets the column's default editor component type
getDefaultFilterCriteria() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the default filter criteria assigned to the DataDescriptor
getDefaultFilterCriteria() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets the default filter criteria assigned to the DataDescriptor
getDefaultFilterCriteria() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getDefaultFilterCriteria() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the default filter criteria, used by the component
getDefaultFilterCriteria() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
Gets the default filter criterion.
getDefaultFilterCriteria() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Gets the default filter criteria, that are applied to the values.
getDefaultFolderIcon() - Method in class com.jbstrap.ui.components.treeview.Treeview
Queries the icon of the default collapsed folder
getDefaultFolderOpenIcon() - Method in class com.jbstrap.ui.components.treeview.Treeview
Queries the default expanded folder icon
getDefaultFormatter(ListGridColumnType) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the default formatter for the specified column.
getDefaultIconColor() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the default icon color
getDefaultItemIcon() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the default icon for the leaf nodes.
getDefaultNegativetColor() - Method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
getDefaultOperator() - Method in enum class com.jbstrap.core.meta.enums.EditorType
 
getDefaultOperator() - Method in class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
getDefaultOperator() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getDefaultOrders() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the default sort rules for the list grid.
getDefaultPrevented() - Method in class com.jbstrap.core.event.BrowserEvent
Determines if the event has previously called the defaultPrevented() method.
getDefaultState() - Method in class com.jbstrap.ui.components.form.FormItem
 
getDefaultTooltipType() - Method in class com.jbstrap.ui.components.charts.BaseChart
Gets the chart’s default tooltip type.
getDefaultValue() - Method in enum class com.jbstrap.core.JBStrapParamType
Gets the parameter's default value
getDeletedFiles() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Gets deleted, but previously uploaded files from the server.
getDeletedRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets deleted grid rows.
getDeleterUser() - Static method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
Gets the name of the field, where the deleter user is written
getDeleteStatement() - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Gets the SQL statement specified for an SQL DataDescriptor and used to delete a record.
getDeleteStatement() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getDeltaMode() - Method in class com.jbstrap.core.event.WheelEvent
Gets what units are used for the delta mode.
getDeltaX() - Method in class com.jbstrap.core.event.WheelEvent
Gets how much did the user scroll horizontally (x-axis)
getDeltaY() - Method in class com.jbstrap.core.event.WheelEvent
Gets how much did the user scroll vertically (y-axis)
getDeltaZ() - Method in class com.jbstrap.core.event.WheelEvent
Gets how much did the user scroll on the z-axis
getDeniedRoles() - Method in class com.jbstrap.ui.Component
Gets a list of the denied roles (Roles that do not have access)
getDescription() - Method in class com.jbstrap.core.authorization.Role
Gets the role description
getDescription() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Gets the plugin description
getDescription() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form element description.
getDescription() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the step icon.
getDetail() - Method in class com.jbstrap.core.event.BrowserEvent
Determines the number or mouse clicks.
getDetailColumnName() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the name of the DataDescriptor column, that contains the timeline item's description
getDirection() - Method in class com.jbstrap.ui.components.button.DropDownButton
Gets the dropdown direction.
getDisplayColumnName() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the name of the DataDescriptor column that contains the display values.
getDisplayColumnName() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the name of the DataDescriptor column containing the value set’s displayed values.
getDisplayColumnName() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the DataDescriptor column name containing the displayed value.
getDisplayColumnNames() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the names of the DataDescriptor column that contains the display values.
getDisplayColumnNames() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the DataDescriptor names for all specified display value.
getDisplayColumnNames() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the names of all DataDescriptor columns that contain the specified value.
getDisplayColumnNames() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Gets the name of the DataDescriptor columns that contain the selector item display values.
getDisplayColumnSeparator() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the separator character that is used to separate the display values.
getDisplayColumnSeparator() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the separator text.
getDisplayColumnSeparator() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the separator text for the displayed values.
getDisplayColumnSeparator() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Gets the separator text, that separates the display values.
getDisplayValue() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the display value of the currently selected combobox value
getDisplayValue() - Method in class com.jbstrap.ui.components.form.items.DualListBox
You cannot get a single displayed value of the dual list box since always multiple values are selected.
getDisplayValue() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the displayed value for the component’s current value.
getDisplayValue() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Gets the selector item's current display value .
getDisplayValue() - Method in interface com.jbstrap.ui.interfaces.DifferentDataDisplayValue
Gets the displayed value for the component’s current value.
getDisplayValues() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the display values that correspond to the data values, if the user can select multiple values in the combobox,
getDisplayValues() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the displayed values for the selected items.
getDisplayValues() - Method in interface com.jbstrap.ui.interfaces.DifferentMultiDataDisplayValue
Gets the displayed values of the component’s currently selected values.
getDomainClass() - Method in interface com.jbstrap.core.meta.DataDescriptorWithDomain
Gets the domain class (POJO class or entity that provides the data)
getDomainClassName() - Method in interface com.jbstrap.core.meta.DataDescriptorWithDomain
Gets the name of the domain class (POJO class or entity that provides the data)
getDownButtonStyleClass() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Gets the style class name for the decrement button.
getDownButtonStyleClass() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the style class name for the decrement button.
getDropDownPosition() - Method in class com.jbstrap.ui.components.form.items.DatePicker
Gets the side of the input field where the dropdown calendar is displayed.
getDropDownPosition() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Gets the position of the dropdown menu.
getDroppedComponent() - Method in class com.jbstrap.core.event.DropEvent
Gets the dropped component
getDroppedComponentId() - Method in class com.jbstrap.core.event.DropEvent
Gets the id of the dropped component
getDsName() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the name of the DataDescriptor, that is assigned to the column.
getDsName() - Method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
 
getEditorClass() - Method in enum class com.jbstrap.core.meta.enums.EditorType
Gets the class that implements the editor component
getEditorType() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the column's editor type
getEditorType() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getEditorType() - Method in class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
getEditorType() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getElapsedTime() - Method in class com.jbstrap.core.event.AnimationEvent
Gets the duration of the animation
getElement(int) - Method in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
 
getElementFromIndex(Map<K, V>, Integer) - Static method in class com.jbstrap.core.utils.MapUtils
Gets an element of a map, based on the specified index
getEmail() - Method in class com.jbstrap.core.CurrentUser
Gets the user's e-mail address
getEmptyPlaceholderTitle() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the placeholder for an empty header.
getEndDate() - Method in class com.jbstrap.core.event.CalendarChangeViewEvent
Gets the displayed calendar's last (end) date
getEndDate() - Method in class com.jbstrap.core.event.CalendarClickEvent
Gets the click's end date
getEndDate() - Method in class com.jbstrap.core.event.CalendarDoubleClickEvent
Gets the click's end date
getEndDate() - Method in class com.jbstrap.core.event.CalendarInitDoneEvent
 
getEndDate() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the last displayed date
getEndDate() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the end date of the scheduled event
getEndDate() - Method in class com.jbstrap.ui.components.form.base.DateRange
Gets the end date of the date range
getEndDateColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the scheduled event end date of the calendar.
getEntityManager() - Method in enum class com.jbstrap.core.dao.base.JpaDaoFactory
 
getErrorMessage() - Method in class com.jbstrap.core.event.ErrorEvent
Gets the error message
getErrorMessage() - Method in class com.jbstrap.core.event.FetchDoneEvent
If an error did occur, gets the error message.
getErrorMessage() - Method in class com.jbstrap.core.event.FileItemErrorEvent
Gets the exception string.
getEvent() - Method in enum class com.jbstrap.core.event.EventType
 
getEvent(String) - Method in enum class com.jbstrap.core.event.EventType
 
getEventId() - Method in class com.jbstrap.core.event.BaseEvent
Gets the event ID
getEventID() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the unique ID of the scheduled event
getEventPhase() - Method in class com.jbstrap.core.event.BrowserEvent
Gets the current event phase
getEventQueue() - Method in class com.jbstrap.core.websocket.Client
 
getEventType() - Method in class com.jbstrap.core.event.BaseEvent
Gets the event type.
getEventTypeColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the type of the event.
getException() - Method in class com.jbstrap.core.event.FetchDoneEvent
If an error did occur, gets the error class.
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.AuditException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.ConnectionException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.DataAccessException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.FindException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.NativeStatementException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.RemoveException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.RowCountException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.SaveException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.ScdException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.dao.exception.ViewMappingException
Gets the exception message source key
getExceptionMessageKey() - Method in exception com.jbstrap.core.filestore.FileStoreException
 
getExportType(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getExtendedValues() - Method in class com.jbstrap.core.dao.JBMultiValue
Gets the extended values.
getExtendValues() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the extended values from the relation table
getExtendValues() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets additional values from the relation table.
getExtendValues() - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
Gets additional values from the relation table.
getExtension() - Method in class com.jbstrap.core.data.DataExporter
Gets the export file extension.
getExtension() - Method in enum class com.jbstrap.core.data.ExportTypes
 
getExtension() - Method in class com.jbstrap.ui.components.FileMiniature
Gets the extension of the file that is used in the component
getFetchType() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the list grid fetch type.
getFetchTypeName() - Method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridFetchType
 
getField(Object, String) - Static method in class com.jbstrap.core.utils.ReflectionUtils
 
getFieldNames() - Method in class com.jbstrap.ui.components.form.Form
Gets the name of every form item on the form.
getFields() - Method in class com.jbstrap.core.event.FormChangedEvent
Gets a map of changed form data
getFile() - Method in class com.jbstrap.core.filestore.JBFile
Gets the File object that is assigned to the JBFile.
getFile(String, String, String, Long) - Static method in class com.jbstrap.core.filestore.FileStoreAPI
Gets the specified file from the specified filestore.
getFileByName(String) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
getFileByName(String) - Method in interface com.jbstrap.ui.interfaces.FileValueFormItem
Uses the file name to gets the JBFile that was uploaded to the component with the file type.
getFileContent() - Method in class com.jbstrap.core.filestore.JBFile
Gets the file content in a byte array
getFileContent(String) - Method in enum class com.jbstrap.core.cache.DownloadCache
Gets the file content, by using the cache ID
getFileCount() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Gets the file count from the component.
getFileId() - Method in class com.jbstrap.core.filestore.JBFile
Gets the file's unique ID
getFileId() - Method in class com.jbstrap.ui.components.FileMiniature
Gets the ID of the file that is used in the component
getFileListSize() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Gets the number of files that can be displayed before the list becomes scrollable.
getFilename() - Method in class com.jbstrap.core.event.FileItemDoneEvent
Gets the name of the uploaded file.
getFilename() - Method in class com.jbstrap.core.event.FileItemErrorEvent
Gets the name of the file throwing the exception.
getFilename() - Method in class com.jbstrap.core.event.FileItemUploadStartEvent
Gets the name of the file to be uploaded.
getFilename() - Method in class com.jbstrap.ui.components.FileMiniature
Gets the name of the file that is used in this component
getFilename(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getFileName() - Method in class com.jbstrap.core.filestore.JBFile
Gets the filename
getFileName(String) - Method in enum class com.jbstrap.core.cache.DownloadCache
Gets the filename, by using the cache ID
getFiles(Record, String, Client) - Method in class com.jbstrap.core.dao.base.DefaultFileHandler
Gets the files from the record, based on the specified metadata.
getFiles(Record, String, Client) - Method in class com.jbstrap.core.interfaces.FileHandler
If a field in the record is of the file type, this method is called.
getFilesize() - Method in class com.jbstrap.core.event.FileItemUploadStartEvent
The size of the file to be uploaded in bytes.
getFileStore(String) - Method in enum class com.jbstrap.core.cache.MetaCache
 
getFileStoreName() - Method in class com.jbstrap.core.filestore.JBFile
Gets the name of the filestore, where the file is stored, or the filestore that was assigned to the file.
getFileStoreName() - Method in class com.jbstrap.ui.components.FileMiniature
Gets the name of the filestore, that is used to store the file that is used in this component
getFileStoreName() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Gets the file store name where uploaded files are stored.
getFileStoreNames() - Static method in class com.jbstrap.core.JBStrap
Gets the name of every assigned FileStore
getFileStorePath(String) - Static method in class com.jbstrap.core.JBStrap
Gets the previously assigned FileStore's path.
getFileStores() - Method in enum class com.jbstrap.core.cache.MetaCache
 
getFileStream(String) - Method in enum class com.jbstrap.core.cache.DownloadCache
Gets the file input stream, by using the cache ID
getFilterable() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getFilterButtonIcon() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getFilterButtonIcon() - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
getFilterButtonText() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getFilterButtonText() - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
getFilterClass() - Method in enum class com.jbstrap.core.meta.enums.FilterType
Gets the class that implements the filter component
getFilterClass() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getFilterComponent() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the filter component of ListGrid
getFilterCriteria() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the (simple) filter criteria used when fetching data
getFilterCriteria() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the filter criteria
getFilterCriteria() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
Gets the filter criterion used for filtering the chart data.
getFilterCriteria() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the filter criterion used for the query.
getFilterCriteria() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the filter criterion used for the query.
getFilterCriteria() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the (simple) filter criteria used when fetching data
getFilterCriteria() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the filter criterion used to query data from the database.
getFilterDefaultOperator() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the default operator type used to filter the column
getFilterDefaultOperator(FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the default operator type used to filter the column
getFilterDefaultOperator(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the default operator type for custom filter implementations
getFilteredColumnNames() - Method in class com.jbstrap.ui.components.filter.TextFilter
Gets column names in the filter
getFilterEditor() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
getFilterEditorType() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Queries the editor type of the column filter
getFilterEditorType(FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the editor type of the column filter specified by the filter type.
getFilterEditorType(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the editor type of the column filter in case of a custom implementation
getFiltering() - Method in class com.jbstrap.ui.components.filter.BaseFilter
Gets the filterable component set as filter component.
getFilterName() - Method in enum class com.jbstrap.core.meta.enums.FilterType
Gets the filter java script name
getFilterParameters() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the component parameters for the column filter
getFilterParameters(FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the editor component’s parameters for the specified filter type
getFilterParameters(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the editor component’s parameters for a custom filter implementation
getFilters() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getFilters() - Method in class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
getFilterType() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the list grid filter type.
getFilterTypeName() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getFilterValueMap(FilterType, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the filter column’s value set based on the specified filter type
getFilterValueMap(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the filter column’s value set based on the specified language
getFilterValueMap(String, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the column’s value set in case of a custom filter implementation
getFilterWildCard() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Wildcard character used to filter the column.
getFilterWildCard(FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Wildcard character used to filter the column as specified by filter type
getFilterWildCard(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Wildcard character used to filter the column, custom filter implementation
getFinishBtn() - Method in class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
Gets the footer’s “Finish” button.
getFinishHandler() - Method in class com.jbstrap.ui.components.wizard.Wizard
Gets the event handler for the wizard finished event.
getFooter() - Method in class com.jbstrap.ui.components.card.Card
 
getFooter() - Method in class com.jbstrap.ui.components.windows.ModalWindow
Gets the modal window footer component
getFooter() - Method in class com.jbstrap.ui.components.wizard.Wizard
Gets the wizard component’s footer.
getFooterText() - Method in class com.jbstrap.ui.components.card.Card
 
getFormat() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Gets the color format
getFormatter() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets the column’s formatter class.
getFormEncode() - Method in class com.jbstrap.ui.components.form.Form
Gets the form encoding.
getFormItem(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the specified form item component, specified by its name.
getFormItems() - Method in class com.jbstrap.ui.components.form.Form
Gets a list of every form item
getFormItemSize() - Method in class com.jbstrap.ui.components.form.FormItem
Gets form item size
getFormMethod() - Method in class com.jbstrap.ui.components.form.Form
Gets the form method
getFormType() - Method in class com.jbstrap.ui.components.form.Form
Gets the form type.
getFullName() - Static method in class com.jbstrap.core.JBStrap
Gets the full name of the JBStrap framework
getFunctionName() - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Gets the JavaScript function name, that will be called.
getGlobalDataStore(String) - Method in enum class com.jbstrap.core.cache.MetaCache
Get the global data store by specified name
getGoingDuration() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the going duration (the amount of times it takes to go to the event)
getGoingDurationColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the time it takes to get to the event.
getGrid() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
getHandlerInterface() - Method in enum class com.jbstrap.core.event.EventType
Gets the event handler interface class
getHandlerMethodName() - Method in enum class com.jbstrap.core.event.EventType
Gets the name of the event handler method
getHandlers(EventType) - Method in class com.jbstrap.ui.Component
Gets the handlers of the specified event type
getHandlers(EventType) - Method in class com.jbstrap.ui.components.charts.BaseChart
Gets the handlers of the specified event type
getHardLink(String, Parameters) - Static method in class com.jbstrap.core.HardLink
Generates a HardLink according to the specified parameters
getHeader() - Method in class com.jbstrap.ui.components.card.Card
 
getHeader() - Method in class com.jbstrap.ui.components.windows.ModalWindow
Gets the modal window header component
getHeaderContextMenuOrder() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the display order of the columns in the context menu.
getHeaderIcon() - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Gets the header icon in the popup menu.
getHeaderLink() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
getHeaderText() - Method in class com.jbstrap.ui.components.card.Card
 
getHeaderText() - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Gets the popup menu header text.
getHeight() - Method in class com.jbstrap.core.event.PageResizeEvent
Gets the page's new height, in pixels.
getHeight() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the height of the first chart item.
getHeight() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the set chart canvas height.
getHeight() - Method in class com.jbstrap.ui.components.CodeViewer
Gets the height of the component
getHeight() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Gets the splitter component’s height value
getHeight() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Gets the splitter component’s current height value
getHeight() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the component height.
getHeight() - Method in class com.jbstrap.ui.components.VideoBox
Gets the video box's height
getHeight() - Method in class com.jbstrap.ui.LiveFavicon
Gets the bubble height
getHeight(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the height of a chart item.
getHelpIcon() - Method in interface com.jbstrap.ui.components.form.SupportHelpIcon
Gets the form item’s help icon.
getHelpText() - Method in interface com.jbstrap.ui.components.form.SupportHelpIcon
Gets the help text for the form item.
getHierarchy() - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Gets the hierarchy used by the form builder
getHierarchy() - Method in interface com.jbstrap.ui.components.form.builders.interfaces.ComplexForm
Gets the hierarchy type of the displayed components in the complex form builder class.
getHighLevelColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the high level marker color on the first chart item.
getHighLevelColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the high level marker color on a chart item.
getHighLevelValue() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s high range value.
getHighLevelValue(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s high range value.
getHost() - Method in class com.jbstrap.core.mail.Email
Gets the Email server host
getHost() - Method in class com.jbstrap.core.websocket.Client