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
Gets the browser host
getHotKey() - Method in class com.jbstrap.core.cache.MenuItem
Gets the assigned hotkey
getHotKey(int) - Static method in class com.jbstrap.ui.Key
Gets the string form of a hot key
getHTML() - Method in class com.jbstrap.ui.components.HTMLFlow
Gets the HTML content from the component
getHumanReadableSize() - Method in class com.jbstrap.core.filestore.JBFile
Gets the filesize, in a human readable format
getIcon() - Method in class com.jbstrap.core.cache.MenuItem
Gets the menu item icon
getIcon() - Method in class com.jbstrap.ui.components.Badge
Gets the icon of the component
getIcon() - Method in class com.jbstrap.ui.components.button.Button
Gets the button icon
getIcon() - Method in class com.jbstrap.ui.components.button.DropDownButton.DropDownMenuItem
Gets the menu item icon.
getIcon() - Method in class com.jbstrap.ui.components.button.DropDownButton
Gets the button icon
getIcon() - Method in class com.jbstrap.ui.components.button.LoadButton
Gets the button icon
getIcon() - Method in class com.jbstrap.ui.components.FileMiniature
Gets the Icon that corresponds to the file's extension
getIcon() - Method in class com.jbstrap.ui.components.form.FormBlock
Gets the form block icon
getIcon() - Method in class com.jbstrap.ui.components.Header
Gets the icon of the component
getIcon() - Method in class com.jbstrap.ui.components.Link
Gets the link Icon
getIcon() - Method in class com.jbstrap.ui.components.menubar.MenuBarBrand
 
getIcon() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the icon before the text on the top of the navbar.
getIcon() - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Gets the icon for the button.
getIcon() - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Gets the icon assigned to the menu item.
getIcon() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Gets the tab page header icon
getIcon() - Method in class com.jbstrap.ui.components.Small
 
getIcon() - Method in class com.jbstrap.ui.components.Span
Gets the icon of the component
getIcon() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the node icon.
getIcon() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the step icon.
getIconBackgroundColor() - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Gets the item's icon background color.
getIconBackgroundColumnName() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the name of the DataDescriptor column, that contains the event's icon background color
getIconBackgroundColumnName() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the name of the DataDescriptor column, that contains the timeline item's icon background color
getIconColor() - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Gets the item's icon color.
getIconColor() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the node icon color.
getIconColumnName() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the name of the DataDescriptor column, that contains the event's icon
getIconColumnName() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the name of the DataDescriptor column, that contains the timeline item's icon name
getIconColumnName() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the name of the DataDescriptor column containing the node icon name
getIconComponent() - Method in class com.jbstrap.ui.components.wizard.WizardStep
 
getIconName() - Method in enum class com.jbstrap.ui.Icon
 
getIconText() - Method in class com.jbstrap.ui.LiveFavicon
Gets the bubble text.
getId() - Method in class com.jbstrap.ui.Component
Gets the component's ID
getId() - Method in class com.jbstrap.ui.components.HTMLFlow
Static HTML text display component for HTMLFlow.
getId() - Method in class com.jbstrap.ui.components.StaticText
Static text display component.
getId() - Method in interface com.jbstrap.ui.interfaces.FileValueFormItem
 
getId() - Method in class com.jbstrap.ui.UI
Gets the UI's unique ID
getIdColumnName() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the name of the column used to identify the DataDescriptor items.
getIdFieldName() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the DataDescriptor column name referencing the data set to be displayed.
getImplementationClass() - Method in enum class com.jbstrap.core.data.ExportTypes
 
getIndex() - Method in class com.jbstrap.ui.components.form.FormColumn
Gets the column's index
getIndex() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Gets the index of the tab page.
getIndex() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the step index.
getInitHandler() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the event handler for the “initialize step” event.
getInputStream() - Method in class com.jbstrap.core.utils.FastByteArrayOutputStream
Returns a ByteArrayInputStream for reading back the written data
getInsertStatement() - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Gets the SQL statement used to insert a new record.
getInsertStatement() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getIsTrusted() - Method in class com.jbstrap.core.event.BrowserEvent
Determines if the event is trusted
getItem(int) - Method in class com.jbstrap.ui.components.button.DropDownButton
Gets a menu item by referencing its index.
getItemCreator() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the custom item renderer class instance
getItemCreator() - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the component's item creator
getItemId() - Method in class com.jbstrap.ui.components.activitystream.ActivityStreamItem
Gets the item ID
getItems() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets a list of every activity stream item
getItems() - Method in class com.jbstrap.ui.components.list.ListBox
Gets all items of the list
getJavaClass() - Method in enum class com.jbstrap.core.enums.JSDataType
 
getJavaClass() - Method in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Gets the java class that is the basis of the data column
getJavaClassName() - Method in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Gets the name of the java class that is the basis of the data column
getJavaScriptName() - Method in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
getJavaScriptName() - Method in enum class com.jbstrap.ui.components.form.items.colorpicker.ColorFormat
 
getJavaScripts() - Static method in class com.jbstrap.core.JBStrap
Gets a list containing the relative URLs of the assigned custom Javascript
getJDBCConnection() - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets a generic Connection from the persistence unit, that was specified in the persistence xml file.
getJoinTableName() - Method in class com.jbstrap.core.dao.JBMultiValue
Gets the join table name.
getJoinTableName() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the name of the relation table, that is used, when the user can select multiple values in the combobox
getJoinTableName() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the database name of the relation table.
getJoinTableName() - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
Gets the database name of the relation table.
getJsName() - Method in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
 
getJSName() - Method in enum class com.jbstrap.ui.components.calendar.CalendarView
 
getJSName() - Method in enum class com.jbstrap.ui.components.calendar.ScheduleType
 
getJsonData() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
getJsonParams() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
getJsonValue(JsonElement) - Static method in class com.jbstrap.core.utils.JSONUtil
Determines the Java value from the specified JSON object.
getJSPosition() - Method in enum class com.jbstrap.ui.components.form.items.DropDownPosition
 
getKey() - Method in class com.jbstrap.core.event.HotKeyEvent
Gets the pressed key combination
getKey() - Method in class com.jbstrap.core.event.KeyboardEvent
Gets the pressed key's name
getKeyCode() - Method in class com.jbstrap.core.event.KeyboardEvent
Gets the pressed key's Unicode
getLabel() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form element label text.
getLabelColumn() - Method in class com.jbstrap.ui.components.charts.Series
Gets the name of the label column.
getLabelPosition() - Method in class com.jbstrap.ui.components.form.Form
Gets the form item label position
getLabelPosition() - Method in class com.jbstrap.ui.components.form.FormItem
Sets the position of the form element label relative to the input field position.
getLabelSize() - Method in class com.jbstrap.ui.components.form.FormItem
 
getLabelSize(ScreenSize) - Method in class com.jbstrap.ui.components.form.FormItem
 
getLanguageCode() - Method in class com.jbstrap.core.websocket.Client
Gets the client's language code, that is set in their browser.
getLanguageCode() - Method in class com.jbstrap.ui.Component
Gets the component's language code.
getLanguageCode() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the language code of the calendar
getLanguageCode() - Method in class com.jbstrap.ui.UI
Gets the UI language code
getLanguageCode(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getLeaveHandler() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the event handler for the “leave step” event.
getLegendFontColor() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the legend’s text color.
getLegendParams() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
getLegendPosition() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the legend’s position.
getLength() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the columns maximum length.
getLength() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getLevel() - Method in class com.jbstrap.core.event.DebugEvent
 
getLevel() - Method in class com.jbstrap.core.websocket.messages.DebugMessage
Gets the logging level
getLevel() - Method in class com.jbstrap.ui.components.activitystream.ActivityStreamItem
Gets the item level.
getLine() - Method in class com.jbstrap.core.event.JavaScriptExceptionEvent
 
getLineWidth() - Method in class com.jbstrap.ui.components.charts.AreaSeries
Gets the delimiter line width.
getLineWidth() - Method in class com.jbstrap.ui.components.charts.LineSeries
Gets the chart’s line width.
getLinks() - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
getLocation() - Method in class com.jbstrap.core.event.KeyboardEvent
Gets the pressed key's location
getLocation() - Method in class com.jbstrap.core.meta.FileStore
Gets the location (base folder) of the FileStore
getLocation() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the location of the scheduled event
getLocationAsString() - Method in class com.jbstrap.core.meta.FileStore
Gets the base folder's location in standard text
getLocationColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the location of the event.
getLowLevelColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s low level color.
getLowLevelColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the low level marker color from a chart item.
getLowLevelValue() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the low range value of the first chart item.
getLowLevelValue(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the low range value of a chart item.
getMailBcc() - Method in class com.jbstrap.core.mail.Email
Gets a list of the Email bcc addressees
getMailBody() - Method in class com.jbstrap.core.mail.Email
Gets the Email body
getMailBodyText() - Method in class com.jbstrap.core.mail.Email
Gets the Email body text
If the email client can't display HTML, then this is the content that will be visible instead of the mailBody
getMailCc() - Method in class com.jbstrap.core.mail.Email
Gets a list of the Email cc addressees
getMailFrom() - Method in class com.jbstrap.core.mail.Email
Gets the Email sender's address
getMailFromDisplayName() - Method in class com.jbstrap.core.mail.Email
Gets the mail sender's display name
getMailSubject() - Method in class com.jbstrap.core.mail.Email
Gets the Email subject
getMailTo() - Method in class com.jbstrap.core.mail.Email
Gets a list of the Email addressees
getMarker() - Method in class com.jbstrap.ui.components.charts.Series
Gets the series marker settings.
getMarker() - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Gets the marker assigned to a menu item.
getMarker(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
 
getMarkerColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s target value marker color.
getMarkerColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s target value marker color.
getMarkerFillColor() - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Gets the chart marker fill color.
getMarkerLineColor() - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Gets the marker line color.
getMarkerLineWidth() - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Gets the marker line width.
getMarkerSize() - Method in class com.jbstrap.ui.components.charts.Series
Gets the size of the marker indicating data points on a chart.
getMarkerText() - Method in class com.jbstrap.core.cache.MenuItem
Gets the assigned marker text
getMarkerText() - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Gets the text on the button marker.
getMarkerText() - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Gets the marker text assigned to a menu item.
getMarkerType() - Method in class com.jbstrap.core.cache.MenuItem
Gets the assigned marker type
getMarkerType() - Method in class com.jbstrap.ui.components.charts.Series
Gets the type of the marker indicating data points on a chart.
getMarkerWidth() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s target value marker width.
getMarkerWidth(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s target value marker width.
getMask() - Method in class com.jbstrap.ui.components.form.items.TextItem
Gets the mask of the text item
getMax() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the chart’s maximum value.
getMax() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
Gets the maximum value that the form item can have.
getMaxColumnName() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Gets the name of the column, that stores the range maximum value.
getMaximumDate() - Method in class com.jbstrap.ui.components.form.items.DatePicker
Gets the maximum date
getMaximumDate() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Gets the maximum date
getMaximumValue() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Gets the maximum value for the component.
getMaximumValue() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the maximum value for the component.
getMaxLength() - Method in class com.jbstrap.ui.components.form.items.TextItem
Gets the maximum allowed length of the text item
getMaxSize() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Gets the maximum width of the splitter component’s left container
getMaxSize() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Gets the maximum height of the splitter component’s upper container
getMaxValue() - Method in class com.jbstrap.ui.components.form.items.PredefinedRange
Gets the maximum value of the range
getMaxValue() - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
getMaxValue() - Method in class com.jbstrap.ui.components.ProgressBar
Gets the numerical value representing the end point of the process
getMediumLevelColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the medium level marker color from the first chart item.
getMediumLevelColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the medium level marker color on the chart item.
getMediumLevelValue() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets first chart item’s medium range value.
getMediumLevelValue(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s medium range value.
getMenuAlignament() - Method in class com.jbstrap.ui.components.button.DropDownButton
Gets the dropdown menu alignment.
getMenuItem(String) - Method in class com.jbstrap.ui.components.ContextMenu
Gets the menu item, that is specified by its data
getMenuItems(String) - Method in enum class com.jbstrap.core.cache.MenuCache
 
getMenuItems(String) - Static method in class com.jbstrap.core.JBStrap
Gets a list of the name of menu items that are assigned to the specified menu
getMenuNames() - Method in enum class com.jbstrap.core.cache.MenuCache
 
getMessage() - Method in class com.jbstrap.core.event.DebugEvent
 
getMessage() - Method in class com.jbstrap.core.event.JavaScriptExceptionEvent
 
getMessage() - Method in class com.jbstrap.core.websocket.messages.DebugMessage
Gets the message text
getMessage(String) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Gets a previously loaded message, specified by it's key (no language code)
The message will be first looked for in the JBStrapParamType.DEFAULT_LANGUAGE language, and if not found, it will be searched for without the language.
getMessage(String, Object...) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Gets a previously loaded message, specified by its key, with arguments.
getMessage(String, String) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Gets a previously loaded message, specified by it's key (with language).
getMessage(String, String, Object...) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Gets a previously loaded message, specified by its key, with arguments and language code.
getMessageId() - Method in class com.jbstrap.core.websocket.messages.BaseMessage
Gets the message id
getMessageType() - Method in class com.jbstrap.core.websocket.messages.BaseMessage
Gets the message type
getMetaKey() - Method in class com.jbstrap.core.event.KeyboardEvent
Determines if the Meta key was held down when the event occurred
getMetaKey() - Method in class com.jbstrap.core.event.MouseEvent
Determines if the Meta key was held down when the event occurred
getMetaKey() - Method in class com.jbstrap.core.event.TouchEvent
Determines if the Meta key was held down when the event occurred
getMetamodel() - Method in enum class com.jbstrap.core.dao.base.JpaDaoFactory
 
getMin() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the chart’s minimum value.
getMin() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
getMinColumnName() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Gets the name of the column, that stores the range minimum value.
getMinimumDate() - Method in class com.jbstrap.ui.components.form.items.DatePicker
Gets the minimum date
getMinimumDate() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Gets the minimum date
getMinimumValue() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Gets the minimum value for the component
getMinimumValue() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the minimum value for the component
getMinSize() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Gets the minimum width of the splitter component’s left container
getMinSize() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Gets the minimum height of the splitter component’s upper container
getMinValue() - Method in class com.jbstrap.ui.components.form.items.PredefinedRange
Gets the minimum value of the range
getMinValue() - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
getMinValue() - Method in class com.jbstrap.ui.components.ProgressBar
Gets the numerical value representing the starting point of the process
getMode() - Method in class com.jbstrap.ui.components.CodeViewer
Gets the mode (which language syntax highlighting) being used by the component
getModifiedRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets modified grid rows.
getModifier() - Method in enum class com.jbstrap.ui.bootstrap.FormItemSize
 
getModifier() - Method in enum class com.jbstrap.ui.bootstrap.ScreenSize
 
getModifierUser() - Static method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
Gets the name of the field, where the modifier user is written
getMovedScheduleBeforeSaveHandler() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the move schedule before save handler on the component.
getMovementX() - Method in class com.jbstrap.core.event.MouseEvent
Gets the horizontal coordinate of the mouse cursor relative to the position of the last mouse move event
getMovementY() - Method in class com.jbstrap.core.event.MouseEvent
Gets the vertical coordinate of the mouse cursor relative to the position of the last mouse move event
getName() - Method in class com.jbstrap.core.authorization.Role
Gets the role name
getName() - Method in class com.jbstrap.core.cache.MenuItem
Gets the menu item name
getName() - Method in class com.jbstrap.core.CurrentUser
Gets the user's full name
getName() - Method in enum class com.jbstrap.core.enums.JSDataType
 
getName() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the name of the DataDescriptor
getName() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets the name of the DataDescriptor
getName() - Method in class com.jbstrap.core.meta.DataDescriptorType
Gets the DataDescriptor type name.
getName() - Method in enum class com.jbstrap.core.meta.enums.AccessType
Gets the name of the data access type
getName() - Method in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Gets the name of the visibility type
getName() - Method in enum class com.jbstrap.core.meta.enums.FilterType
Gets the filter type name
getName() - Method in class com.jbstrap.core.meta.FileStore
Gets the name of the FileStore
getName() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getName() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getName() - Method in class com.jbstrap.ui.bootstrap.Color
Gets the color name.
getName() - Method in class com.jbstrap.ui.Component
Gets the component name.
getName() - Method in class com.jbstrap.ui.components.charts.BaseChart
Gets the chart name.
getName() - Method in class com.jbstrap.ui.components.charts.GaugeChartSection
Gets the name of the section.
getName() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form element name.
getName() - Method in class com.jbstrap.ui.components.form.items.PredefinedRange
Gets the name of the range
getName() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets the name of the column.
getName() - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Gets a menu item name.
getName() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the node name.
getName() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the wizard step name.
getNames() - Method in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Gets the datatype name
getNames() - Method in enum class com.jbstrap.core.meta.enums.EditorType
 
getNames() - Method in class com.jbstrap.core.Parameters
Gets a list of every parameter name, that are stored in the object.
getNegativeColor() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the color of the negative values on the chart.
getNegativecolorParamName() - Method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
getNewEndDate() - Method in class com.jbstrap.core.event.CalendarMoveScheduleEvent
The schedule's new ending date.
getNewRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets all newly added grid rows (persisted records).
getNewStartDate() - Method in class com.jbstrap.core.event.CalendarMoveScheduleEvent
The schedule's new start date.
getNewValue() - Method in class com.jbstrap.core.event.FormItemChangeEvent
Gets the form item's new value
getNextBtn() - Method in class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
Gets the “Next” button in the footer.
getNextColumnName() - Method in class com.jbstrap.core.event.ListGridColumnMoveEvent
Gets the moved column's new index
getNextHandler() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the next step event handler.
getNoDataFoundText() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the “no data found” text displayed if there is no data on the chart canvas.
getNode(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets a root node by its name
getNodeClickHandler() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the event handler associated with clicking on a node.
getNodeCloseHandler() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the event handler associated with collapsing a parent node.
getNodeCreator() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the renderer used to create nodes
getNodeOpenHandler() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the event handler associated with expanding a parent node
getNodes() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets all root nodes not in the component
getNodeSelectionChangedHandler() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the event handler associated with changing the selection of a node.
getNumbersFont(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
 
getNumbersFontColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the color of the numbers on the first chart item.
getNumbersFontColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the color of the numbers on a chart item.
getNumbersFontFamily() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font of the numbers on the first chart item.
getNumbersFontFamily(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font of the numbers on a chart item.
getNumbersFontSize() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font size of the numbers on the first chart item.
getNumbersFontSize(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font size of the numbers on a chart item.
getNumbersFontWeight() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font weight of the numbers on the first chart item.
getNumbersFontWeight(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font weight of the numbers on a chart item.
getOffsetX() - Method in class com.jbstrap.core.event.MouseEvent
Returns the horizontal coordinate of the mouse cursor, relative to the component area
getOffsetY() - Method in class com.jbstrap.core.event.MouseEvent
Returns the vertical coordinate of the mouse cursor, relative to the component area
getOffText() - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Gets the text that is displayed when the switch is in the OFF state.
getOnText() - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Gets the text that is displayed when the switch is in the ON state.
getOpenedPages() - Method in class com.jbstrap.ui.UI
 
getOpenIcon() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the icon for an expanded node.
getOpenIconColor() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the icon color for an expanded node.
getOperation() - Method in class com.jbstrap.core.cache.MenuItem
Gets the menu item operation
getOperator() - Method in class com.jbstrap.core.dao.Criteria
Gets the Criteria operator
getOrder() - Method in class com.jbstrap.core.cache.MenuItem
Gets the menu item order number
getOrder() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the column's order number.
getOrder() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getOrders() - Method in class com.jbstrap.core.event.ListGridSortEvent
 
getOrders() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets all sorting rules.
getOrders() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the ordering criterion used for data query
getOrders(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getOrderType() - Method in class com.jbstrap.core.dao.Order
Gets the ordering type
getOrderType() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the component's ordering type.
getOrderType() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the component's ordering type.
getOrientations() - Method in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
 
getOriginalAttributes() - Method in class com.jbstrap.core.dao.Record
Gets a collection of the original names of every attribute
getOriginalDisplayValue() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the display value of the original combobox value
getOriginalDisplayValue() - 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.
getOriginalDisplayValue() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the displayed value for the component’s original value.
getOriginalDisplayValue() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Gets the selector item's original display value.
getOriginalDisplayValue() - Method in interface com.jbstrap.ui.interfaces.DifferentDataDisplayValue
Gets the displayed value for the component’s original value.
getOriginalDisplayValues() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the original display values that correspond to the data values, if the user can select multiple values in the combobox,
getOriginalDisplayValues() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the displayed values for the originally selected items.
getOriginalDisplayValues() - Method in interface com.jbstrap.ui.interfaces.DifferentMultiDataDisplayValue
Gets the displayed values of the component’s original values.
getOriginalRecord() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
Gets the original record in the list grid row.
getOriginalValue() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s original value.
getOriginalValue(String) - Method in class com.jbstrap.core.dao.Record
Gets the original value of an attribute.
getOriginalValue(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the original value of the specified form item.
getOriginalValueAsBoolean(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as aBoolean
getOriginalValueAsDate(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Date
getOriginalValueAsDate(String, String) - Method in class com.jbstrap.core.dao.Record
Gets the record's original value of an attribute as a Date.
getOriginalValueAsDouble(String) - Method in class com.jbstrap.core.dao.Record
Gets the record's original value of an attribute as a Double
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getOriginalValueAsFloat(String) - Method in class com.jbstrap.core.dao.Record
Gets the record's original value of an attribute as a Float
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getOriginalValueAsInteger(String) - Method in class com.jbstrap.core.dao.Record
Gets the record's original value of an attribute as an Integer
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getOriginalValueAsLong(String) - Method in class com.jbstrap.core.dao.Record
Gets the record's original value of an attribute as a Long
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getOriginalValueAsRecord(String) - Method in class com.jbstrap.core.dao.Record
Gets original value of one of the record's attribute's as a Record
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getOriginalValueAsString(String) - Method in class com.jbstrap.core.dao.Record
Gets the record's original value of an attribute as a String
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getPadding() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the size of the padding between chart sections.
getPaddingAngle() - Method in class com.jbstrap.ui.components.charts.DonutChart
Gets the size of the empty area (padding) between two circle slices.
getPaddingAngle() - Method in class com.jbstrap.ui.components.charts.PieChart
Gets the size of the empty area (padding) between two circle slices.
getPageClass() - Method in class com.jbstrap.core.NavigationPoint
 
getPageId() - Method in class com.jbstrap.core.NavigationPoint
 
getPageId() - Method in class com.jbstrap.ui.BasePage
Gets the page ID
getPageInstance(UI, Parameters) - Method in class com.jbstrap.core.NavigationPoint
 
getPageX() - Method in class com.jbstrap.core.event.MouseEvent
Returns the horizontal coordinate of the mouse cursor, relative to the document
getPageY() - Method in class com.jbstrap.core.event.MouseEvent
Returns the vertical coordinate of the mouse cursor, relative to the document
getParam(int) - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Gets the value of the parameter, that is specified by its index.
getParam(JBStrapParamType) - Static method in class com.jbstrap.core.JBStrap
Gets the current value of the specified JBStrap parameter
getParam(String) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the DataDescriptor parameter vale, specified by the parameter name.
getParam(String) - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets the DataDescriptor parameter vale, specified by the parameter name.
getParam(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the column parameter vale, specified by the parameter name.
getParam(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the parameter value from the form element component.
getParamAsBoolean(JBStrapParamType) - Static method in class com.jbstrap.core.JBStrap
Gets the current value of the specified JBStrap parameter as a Boolean value
getParamAsBoolean(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter value as Boolean.
getParamAsCharacter(JBStrapParamType) - Static method in class com.jbstrap.core.JBStrap
Gets the current value of the specified JBStrap parameter as a Character
getParamAsDate(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter value as Date.
getParamAsDate(String, String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter value as Date.
getParamAsDouble(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter’s value as Double.
getParamAsInteger(JBStrapParamType) - Static method in class com.jbstrap.core.JBStrap
Gets the current value of the specified JBStrap parameter as an Integer
getParamAsInteger(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter’s value as Integer.
getParamAsLong(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter’s value as Long.
getParamAsNumber(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter’s value as Number.
getParamAsString(JBStrapParamType) - Static method in class com.jbstrap.core.JBStrap
Gets the current value of the specified JBStrap parameter as a String
getParamAsString(String) - Method in class com.jbstrap.ui.components.form.FormItem
Reads the specified parameter’s value as String.
getParameters() - Method in class com.jbstrap.core.NavigationPoint
 
getParameters() - Method in class com.jbstrap.ui.BasePage
Gets every parameter that is assigned to the page.
getParams() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the column parameters.
getParams() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getParams() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getParams() - Method in class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
getParams() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getParams() - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Gets the previously assigned parameters in a list.
getParams() - Method in class com.jbstrap.ui.components.charts.Series
Gets the series settings.
getParams(String) - Static method in class com.jbstrap.core.HardLink
The process for reading and decoding information stored in the HardLink.
getParamTypes() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
getParamTypes() - Method in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
 
getParent() - Method in class com.jbstrap.core.cache.MenuItem
Gets the menu item's parent
getParent() - Method in class com.jbstrap.ui.Component
Gets the component's parent component
getParent(Class<E>) - Method in class com.jbstrap.ui.Component
Gets the first parent component of the component, according to the specified class.
getParentColumnName() - Method in class com.jbstrap.ui.components.treeview.Treeview
DataDescriptor parent ID column name
getParentItem() - Method in class com.jbstrap.ui.components.activitystream.ActivityStreamItem
Gets the item's parent item
getParentItemColumnName() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the name of the DataDescriptor column, that contains the event's parent ID.
getParentNode() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the parent of the node
getParentSelectorItem() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorWindow
Gets the parent selector item instance.
getPassword() - Method in class com.jbstrap.core.mail.Email
Gets the Email server authentication password
getPefix() - Method in enum class com.jbstrap.ui.bootstrap.ColorType
 
getPlaceholder() - Method in interface com.jbstrap.ui.components.form.SupportPlaceholder
Gets the form item’s placeholder text.
getPlatform() - Method in class com.jbstrap.core.websocket.Client
Gets the client's platform
getPluginAuthor() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Gets the name of the plugin author
getPluginAuthorURL() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Gets the URL (web address) of the plugin author
getPluginBuildNumber() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Gets the plugin's build number.
getPluginFullName() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Gets the plugin's full name
getPluginName() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Gets the name of the plugin.
getPluginVersion() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Gets the plugin's version number.
getPort() - Method in class com.jbstrap.core.mail.Email
Gets the Email server port
getPosition() - Method in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
Gets the vertical position of the chart title in a string.
getPosition() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Gets the default (start) position of the splitter component’s separator line
getPosition() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Gets the default (start) position of the splitter component’s separator line
getPositionText() - Method in class com.jbstrap.ui.components.ProgressBar
Gets the text representing the current state of the process
getpostfix() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the postfix text to be displayed after the input box.
getPostfix() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
getPostfix() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the postfix of the numbers on the first chart item.
getPostfix() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
getPostfix() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the postfix text to be displayed after the input box.
getPostfix(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the postfix of the numbers on a chart item.
getPostfixExtraclass() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
getPredefinedRanges() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Gets the predefined ranges that are assigned to the component
getPredicate() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
getPrefix() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
getPrefix() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the prefix of the numbers on the first chart item.
getPrefix() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
getPrefix() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Gets the prefix text.
getPrefix() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the prefix text.
getPrefix(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the prefix of the numbers on a chart item.
getPrefixExtraclass() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
Gets the style class of the prefix box.
getPrevEditorId() - Method in class com.jbstrap.core.event.FilterbarChangeEditorEvent
Gets the previsously editor id
getPrimaryKey(Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the value of the primary key from the specified record.
getPrimaryKeyName() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets the name of the column, which contains the primary keys.
getPrimaryKeyName() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets the name of the column, which contains the primary keys.
getPrimaryKeyNames() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets a list, containing the names of the columns, which contain the primary keys.
getPrimaryKeyNames() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets a list, containing the names of the columns, which contain the primary keys.
getPrivateFlagColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the private event marker.
getRangeByName(String) - Static method in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
Gets the POJO class of the specified range
getRead() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets a list of roles that have read access to the DataDescriptor.
getRead() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets a list of roles that have read access to the DataDescriptor.
getReadableRoles() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getRecalcOnCahngeColumnsList() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the list of the columns, that, when changed, will trigger a recalculation.
getRecalcOnChange() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getRecalcOnChangeColumnsList() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the names of all fields whose value change trigger a from item recalculation.
getRecord() - Method in class com.jbstrap.core.event.ChartClickEvent
Gets the record the user clicked on
getRecord() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the scheduled event's database record
getRecord() - Method in class com.jbstrap.ui.components.form.Form
Gets the current state of the record that is being edited on the form
getRecord() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
Gets the record in the list grid row.
getRecordColumnName() - Method in class com.jbstrap.core.dao.JBMultiValue
Gets the record column name.
getRecordColumnName() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets description of the connection of the saved record
getRecordColumnName() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the record-relation table join description.
getRecordColumnName() - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
Gets the record-relation table join description.
getRecordIndex() - Method in class com.jbstrap.core.event.ChartClickEvent
Gets the record index the user clicked on
getRecordsBySeries(String) - Method in class com.jbstrap.core.event.ChartLassoEvent
Gets all records in the specified series.
getReference() - Method in class com.jbstrap.ui.components.Link
Gets the link reference URL
getReferencedColumnName() - Method in class com.jbstrap.core.dao.Criteria
Gets the referenced column name
getReferencedColumnNames() - Method in class com.jbstrap.core.dao.Criteria
Gets a list of the name of every referenced column, that the criteria uses
getRegisteredEvents() - Method in class com.jbstrap.ui.Component
 
getRenderer() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets the column renderer.
getReplyTo() - Method in class com.jbstrap.core.mail.Email
Gets the Email reply to addressees
getRequiredValueClass() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
getResetButtonIcon() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getResetButtonIcon() - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
getResetButtonText() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getResetButtonText() - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
getReturnEvent(String) - Method in class com.jbstrap.core.websocket.Client.EventQueue
 
getReturnValue() - Method in class com.jbstrap.core.event.ReturnEvent
 
getRole() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the user role assigned to the menu bar.
getRole() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the user role assigned to the navbar.
getRoles() - Method in class com.jbstrap.core.cache.MenuItem
Gets every role that is assigned to the menu item
getRoles() - Method in class com.jbstrap.core.CurrentUser
Gets the user's roles
getRoot() - Method in class com.jbstrap.ui.UI
 
getRowByIndex(long) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets a row by row index.
getRowCount() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets list grid rows.
getRowCount(SQLTransaction, JPADataDescriptor) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record.
getRowCount(SQLTransaction, JPADataDescriptor, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.
getRowCount(SQLTransaction, JPADataDescriptor, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record.
getRowCount(SQLTransaction, JPADataDescriptor, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.
getRowCount(SQLTransaction, Class<?>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified record
getRowCount(SQLTransaction, Class<?>, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified record, that meet the criteria
getRowCount(SQLTransaction, Class<?>, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified record
getRowCount(SQLTransaction, Class<?>, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity record, that meet the criteria
getRowCount(JPADataDescriptor) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record.
getRowCount(JPADataDescriptor, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.
getRowCount(JPADataDescriptor, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record.
getRowCount(JPADataDescriptor, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity based DataDescriptor record, that meet the criteria.
getRowCount(Class<?>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified record
getRowCount(Class<?>, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified record, that meet the criteria
getRowCount(Class<?>, Client) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified record
getRowCount(Class<?>, Client, Criteria) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Counts and returns the rows of the specified entity record, that meet the criteria
getRowCount(T, D, Client, Criteria) - Method in class com.jbstrap.core.dao.StandardDao
Gets a row count, with the specified parameters.
getRowCount(T, Class<?>, D, Client, Criteria) - Method in class com.jbstrap.core.dao.DaoWithDomain
Gets a row count, with the specified parameters.
getRowindex() - Method in class com.jbstrap.core.event.ListGridRowClickEvent
Gets clicked row index
getRowindex() - Method in class com.jbstrap.core.event.ListGridRowDoubleClickEvent
Gets clicked row index
getRowIndex() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
Gets the list grid row index.
getRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets all rows in a list grid.
getRowState(int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the state of a row.
getSaveButtonIcon() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getSaveButtonText() - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
getScale() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Counts the amount of decimal places in the column numbers.
getScale() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getSchedule() - Method in class com.jbstrap.core.event.CalendarMoveScheduleEvent
Gets the instance of the moved Schedule
getSchedule() - Method in class com.jbstrap.core.event.CalendarScheduleClickEvent
Gets the instance of the clicked Schedule
getSchedule(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the specified scheduled event
getSchema() - Static method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
Gets the history schema name
getScreenX() - Method in class com.jbstrap.core.event.MouseEvent
Gets the mouse cursor's horizontal coordinates relative to the screen
getScreenY() - Method in class com.jbstrap.core.event.MouseEvent
Gets the mouse cursor's vertical coordinates relative to the screen
getScript() - Method in class com.jbstrap.core.websocket.messages.ScriptMessage
Gets the assigned JavaScript
getSectionByName(String) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets a section of the chart by its specified name.
getSections() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the chart’s sections.
getSelectedChildNodes() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets all the checked children nodes.
getSelectedRow() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the selected row in the grid.
getSelectedRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets all selected rows from the grid.
getSelectionType() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the selection mode for the treeview component
getSelectStatement() - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Gets the SELECT statement specified for the SQL DataDescriptor.
getSelectStatement() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getSenderId() - Method in class com.jbstrap.core.event.BaseEvent
Gets the ID of the component, on which the event occurred
getSeparator(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
getSeqNextVal(JPADataDescriptor) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the next sequence value from the specified DataDescriptor based entity.
getSeqNextVal(Class<?>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Gets the next sequence value from an entity.
getSeries() - Method in class com.jbstrap.core.event.ChartClickEvent
Gets the series instance the user clicked on
getSeries() - Method in interface com.jbstrap.ui.components.charts.SimpleSeriesChart
Gets the series on the chart.
getSeries(String) - Method in interface com.jbstrap.ui.components.charts.DualSeriesChart
Gets a series by its title.
getSeries(String) - Method in interface com.jbstrap.ui.components.charts.MultiSeriesChart
Gets a previously added series by its name.
getSeriesByName(String) - Method in class com.jbstrap.core.event.ChartLassoEvent
Gets a series instance based on its name.
getSeriesName() - Method in class com.jbstrap.core.event.ChartClickEvent
The name of the series the user clicked on
getSeriesName() - Method in interface com.jbstrap.ui.components.charts.SimpleSeriesChart
Gets the name of the series displayed on the chart.
getSeriesNames() - Method in class com.jbstrap.core.event.ChartLassoEvent
Gets the name of the series the data points of which were selected by the user.
getSeriesNames() - Method in interface com.jbstrap.ui.components.charts.DualSeriesChart
Gets the name of all series on the chart.
getSeriesNames() - Method in interface com.jbstrap.ui.components.charts.MultiSeriesChart
Gets the names of all previously added series.
getSession() - Method in class com.jbstrap.core.websocket.Client
Gets the client's WebSocket session
getSessionProperties() - Method in class com.jbstrap.core.websocket.Client
Gets the client session properties in a Map
getSessionProperty(String) - Method in class com.jbstrap.core.websocket.Client
Gets the specified property (specified by name)
getShiftKey() - Method in class com.jbstrap.core.event.KeyboardEvent
Determines if the SHIFT key was held down when the event occurred
getShiftKey() - Method in class com.jbstrap.core.event.MouseEvent
Determines if the SHIFT key was held down when the event occurred
getShiftKey() - Method in class com.jbstrap.core.event.TouchEvent
Determines if the SHIFT key was held down when the event occurred
getShowHandler() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the event handler for the “show step” event.
getSize() - Method in class com.jbstrap.core.filestore.JBFile
Gets the filesize, in bytes
getSize() - Method in class com.jbstrap.core.utils.FastByteArrayOutputStream
 
getSize() - Method in class com.jbstrap.ui.components.Header
Gets the header size.
getSocketFactoryClass() - Method in class com.jbstrap.core.mail.Email
Gets the Email server socket factory class
getSocketFactoryPort() - Method in class com.jbstrap.core.mail.Email
Gets the Email server socket factory port
getSourceClass() - Method in class com.jbstrap.core.dao.Record
Gets the Record's source class
getSourceId() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the data column name.
getSourceInformation() - Method in class com.jbstrap.ui.components.Blockquote
Gets the source of the quote
getSslTrust() - Method in class com.jbstrap.core.mail.Email
Gets the Email server SSL trust
getStack() - Method in class com.jbstrap.core.event.JavaScriptExceptionEvent
 
getStartDate() - Method in class com.jbstrap.core.event.CalendarChangeViewEvent
Gets the displayed calendar's first (start) date
getStartDate() - Method in class com.jbstrap.core.event.CalendarClickEvent
Gets the click's start date.
getStartDate() - Method in class com.jbstrap.core.event.CalendarDoubleClickEvent
Gets the double click's starting date
getStartDate() - Method in class com.jbstrap.core.event.CalendarInitDoneEvent
 
getStartDate() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the first displayed date
getStartDate() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the start date of the scheduled event
getStartDate() - Method in class com.jbstrap.ui.components.form.base.DateRange
Gets the start date of the date range
getStartDateColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the scheduled event start date of the calendar.
getStartValue() - Method in class com.jbstrap.ui.components.charts.GaugeChartSection
Gets the starting value of the section.
getState() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form element state.
getState() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
Gets the state of the list grid row record.
getState() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the node state.
getState() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the current step state.
getStatus() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the user status text in the navbar.
getStep() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
getStep() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Gets the increment/decrement value set by the buttons.
getStep() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the increment/decrement value set by the buttons.
getStepByIndex(int) - Method in class com.jbstrap.ui.components.wizard.Wizard
Gets a wizard step by its index.
getSteps() - Method in class com.jbstrap.ui.components.wizard.Wizard
Gets all steps of the wizard component.
getStyle(String) - Method in class com.jbstrap.ui.Component
Gets the specified inline style element
getStyle(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
 
getStyleClass() - Method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
 
getStyleClass() - Method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
 
getStyleClass() - Method in enum class com.jbstrap.ui.components.wizard.WizardStepState
 
getStyleClasses() - Method in class com.jbstrap.ui.Component
Gets a list of every style class that was assigned to the component.
getStyleClasses() - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Gets a list of every style class that was assigned to the component.
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.Align
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.BadgeType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.Border
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.ButtonSize
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.ButtonType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.CheckboxShape
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.CheckboxType
 
getStyleClassName() - Method in class com.jbstrap.ui.bootstrap.Color
Gets the Bootstrap style class name
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.ContainerType
 
getStyleClassName() - Method in class com.jbstrap.ui.bootstrap.DisplayType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.DropDownDirection
 
getStyleClassName() - Method in class com.jbstrap.ui.bootstrap.Flex
 
getStyleClassName() - Method in class com.jbstrap.ui.bootstrap.FloatingType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.FormItemState
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.FormType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.ImageStyle
 
getStyleClassName() - Method in class com.jbstrap.ui.bootstrap.Margin
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
 
getStyleClassName() - Method in class com.jbstrap.ui.bootstrap.Padding
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.ProgressBarType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.SelectionType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.Shadow
 
getStyleClassName() - Method in interface com.jbstrap.ui.bootstrap.StyleElement
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.TabType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.TextAlign
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.TextType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.bootstrap.VerticalAlign
 
getStyleClassName() - Method in enum class com.jbstrap.ui.components.activitystream.ActivityStreamType
 
getStyleClassName() - Method in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
 
getStyleClassName() - Method in enum class com.jbstrap.ui.components.navbar.NavBarTheme
Gets the style class for the theme.
getStyleClassName() - Method in enum class com.jbstrap.ui.enums.Animation
 
getStyleClassName(ColorType) - Method in class com.jbstrap.ui.bootstrap.Color
Gets the Bootstrap style class name.
getStyleClassName(ScreenSize) - Method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
 
getStylesheets() - Static method in class com.jbstrap.core.JBStrap
Gets a list containing the relative URLs of the assigned stylesheet.
getSubCriteria() - Method in class com.jbstrap.core.dao.Criteria
If the criteria is complex, gets a list of every sub criteria
getSubMenuItemByName(String) - Method in class com.jbstrap.core.cache.MenuItem
Gets the specified sub-menu item
getSubMenuItems() - Method in class com.jbstrap.core.cache.MenuItem
Gets every sub-menu item that is assigned to the menu item
getSubTitle() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the subtitle of the first chart item.
getSubTitle(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the subtitle of a chart item.
getSubTitleFont(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
 
getSubTitleFontColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s subtitle color.
getSubTitleFontColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the chart item’s subtitle color.
getSubTitleFontFamily() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font of the first chart item’s subtitle.
getSubTitleFontFamily(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font of a chart item’s subtitle.
getSubTitleFontSize() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s subtitle font size.
getSubTitleFontSize(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s subtitle font size.
getSubTitleFontWeight() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font weight of the first chart item’s subtitle.
getSubTitleFontWeight(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font weight of a chart item’s subtitle.
getSuppoertedOperators() - Method in class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
getSuppoertedOperators() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getSupportedOperators() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the filter’s supported operator types
getSupportedOperators(FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the filter’s supported operator types by specified filter type
getSupportedOperators(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the list of supported operator types for a custom filter implementation
getSupportedTooltipTypes() - Method in class com.jbstrap.ui.components.charts.BaseChart
Gets the supported tooltip types.
getTabIndex() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form element tab index.
getTableNamePrefix() - Static method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
Gets the table name prefix
getTabpage(String) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Gets the tab page component, specified by its name
getTabpage(String) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.TabbedForm
Gets the tab page, specified by its name.
getTabpage(String) - Method in class com.jbstrap.ui.components.form.builders.TabbedFormBuilder
Gets a tab page component, specified by its name
getTabPage(int) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Gets the specified (by using its index) tab page
getTabPage(String) - Method in class com.jbstrap.ui.components.form.Form
Gets a tab, specified by its name
getTabPages() - Method in class com.jbstrap.ui.components.panels.tab.Tab
Gets every tab page that is assigned to the tab component.
getTabPagesCount() - Method in class com.jbstrap.ui.components.panels.tab.Tab
Counts the tab pages that are added to the tab component.
getTabType() - Method in class com.jbstrap.ui.components.panels.tab.Tab
Gets the tab type (position)
getTabType() - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
getTargetPageId() - Method in class com.jbstrap.core.cache.MenuItem
Gets the target page id
getTargetValue() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s target value.
getTargetValue(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s target value.
getTelephoneNumber() - Method in class com.jbstrap.core.CurrentUser
Gets the user's telephone number
getText() - Method in class com.jbstrap.ui.components.Badge
Gets the text content of the component
getText() - Method in class com.jbstrap.ui.components.Blockquote
Gets the text of the quote
getText() - Method in class com.jbstrap.ui.components.button.Button
Gets the button text
getText() - Method in class com.jbstrap.ui.components.button.DropDownButton.DropDownMenuItem
Gets the menu item text.
getText() - Method in class com.jbstrap.ui.components.button.DropDownButton
Gets the button text
getText() - Method in class com.jbstrap.ui.components.button.LoadButton
Gets the button text
getText() - Method in class com.jbstrap.ui.components.card.CardFooter
 
getText() - Method in class com.jbstrap.ui.components.card.CardHeader
 
getText() - Method in class com.jbstrap.ui.components.Header
Gets the text content of the component
getText() - Method in class com.jbstrap.ui.components.menubar.MenuBarBrand
 
getText() - Method in class com.jbstrap.ui.components.Paragraph
Gets the Paragraph text
getText() - Method in class com.jbstrap.ui.components.Small
 
getText() - Method in class com.jbstrap.ui.components.Span
Gets the text content of the component
getText() - Method in class com.jbstrap.ui.components.StaticText
Gets the static text content
getTextAlign() - Method in class com.jbstrap.ui.Component
 
getTextAlign() - Method in class com.jbstrap.ui.components.card.Card
 
getTextColor() - Method in class com.jbstrap.ui.Component
Gets the component�s text color.
getTextColor() - Method in class com.jbstrap.ui.components.Counter
Gets the counter component’s displayed value color
getTextColor() - Method in class com.jbstrap.ui.LiveFavicon
Gets the bubble text color
getTextColumnName() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the name of the DataDescriptor column, that contains the event's text content.
getTheme() - Method in class com.jbstrap.core.websocket.Client
Gets the application current theme
getTheme() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the navbar’s theme.
getThickness() - Method in class com.jbstrap.ui.components.charts.DonutChart
Gets the inner circle radius.
getThickness() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the thickness of the gauge chart arc.
getThousandsSeparator() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the decimal separator.
getTick(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
 
getTickNumbers() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the number of ticks displayed on the chart.
getTicksColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s tick color.
getTicksColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the chart item tick color.
getTicksWidth() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s tick width.
getTicksWidth(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets a chart item’s tick width.
getTime() - Method in class com.jbstrap.ui.components.activitystream.ActivityStreamItem
Gets the item time
getTimeColumnName() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the name of the DataDescriptor column, that contains the event times
getTimeFormat() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the component's time format
getTimeout() - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Gets the timeout amount
getTimeout() - Method in class com.jbstrap.core.websocket.messages.LoadJavascriptMessage
Gets the timeout amount
getTitle() - Method in class com.jbstrap.core.cache.MenuItem
Gets the menu item title
getTitle() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getTitle() - Method in class com.jbstrap.ui.BasePage
Gets the page title.
getTitle() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the title of the scheduled event
getTitle() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the name of the first chart item on the chart.
getTitle() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the chart title.
getTitle() - Method in class com.jbstrap.ui.components.charts.Series
Gets the series name.
getTitle() - Method in class com.jbstrap.ui.components.form.FormBlock
Gets the form block title
getTitle() - Method in class com.jbstrap.ui.components.form.items.PredefinedRange
Gets the title of the range
getTitle() - Method in class com.jbstrap.ui.components.Link
Gets the link text
getTitle() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets column header text.
getTitle() - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Gets the title for a menu item.
getTitle() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Gets the tab page header title
getTitle() - Method in class com.jbstrap.ui.components.ProgressBar
Gets the title of the assigned process
getTitle() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the node text
getTitle() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Gets the wizard step title.
getTitle(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets column label using the specified language.
getTitleColumnName() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the name of the DS column, that contains the title of the calendar.
getTitleColumnName() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the name of the DataDescriptor column, that contains the timeline item's title
getTitleColumnName() - Method in class com.jbstrap.ui.components.treeview.Treeview
Gets the DataDescriptor column name that contains the node label.
getTitleFont(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
 
getTitleFontColor() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the color of the first chart item’s title.
getTitleFontColor() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Get the chart title color.
getTitleFontColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the title color of the first chart item.
getTitleFontFamily() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font of the first chart item’s title.
getTitleFontFamily(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font type of a chart item title.
getTitleFontSize() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s title font size.
getTitleFontSize() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the chart title font size.
getTitleFontSize(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font size of a chart item.
getTitleFontWeight() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the first chart item’s title font weight.
getTitleFontWeight() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the chart title font weight.
getTitleFontWeight(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the font weight of a chart item’s title.
getTitleParams() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
getTitlePosition() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the chart title position.
getTitles() - Method in class com.jbstrap.ui.components.charts.BulletChart
Gets the name of all chart items on the chart.
getTitleText() - Method in class com.jbstrap.ui.components.ContextMenu
Gets the context menu title text
getToken(String, String, Integer) - Static method in class com.jbstrap.core.utils.StringUtils
Gets a token, according to the specified parameters.
getToolTip() - Method in class com.jbstrap.ui.Component
Gets the text of the component's tooltip
getTooltipChartTitle() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the tooltip header text.
getTooltipFormat() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets tooltip format.
getTooltipParams() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
getToolTipPosition() - Method in class com.jbstrap.ui.Component
Gets the tooltip position
getToolTipPosition() - Method in enum class com.jbstrap.ui.components.enums.ToolTipPosition
 
getTooltipPrefix() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the prefix in the tooltip value.
getTooltipSuffix() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets tooltip value suffix.
getTooltipType() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Gets the tooltip type.
getTransactionObject() - Method in class com.jbstrap.core.dao.base.NoTransaction
 
getTransactionObject() - Method in class com.jbstrap.core.dao.base.SQLTransaction
 
getTransactionObject() - Method in class com.jbstrap.core.dao.BaseTransaction
 
getTransactionObject() - Method in interface com.jbstrap.core.interfaces.Transaction
 
getTransportProtocol() - Method in class com.jbstrap.core.mail.Email
Gets the Email server transport protocol
getTreeview() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Gets the Treeview component where the node is displayed.
getType() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
getType() - Method in class com.jbstrap.core.event.BrowserEvent
Gets the event name
getType() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getType() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the display type of the activity stream
getType() - Method in class com.jbstrap.ui.components.calendar.Schedule
Gets the type of the scheduled event
getType() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the chart’s display type.
getType() - Method in enum class com.jbstrap.ui.components.enums.NotificationType
 
getType() - Method in class com.jbstrap.ui.components.filter.BaseFilter
Gets filter type
getType() - Method in class com.jbstrap.ui.components.layout.Container
Gtes the container type
getType() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets column type.
getType() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the displayed chart type.
getType() - Method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
getType() - Method in class com.jbstrap.ui.components.timeline.Timeline
Gets the timeline component's display type
getTypeName() - Method in class com.jbstrap.ui.Component
Gets the component name
getTypePrefix() - Method in enum class com.jbstrap.core.enums.JSDataType
 
getUI() - Method in class com.jbstrap.ui.Component
Gets the UI, where the component is currently.
getUIClass() - Method in class com.jbstrap.core.NavigationPoint
 
getUIInstance(String) - Method in class com.jbstrap.core.NavigationPoint
 
getUpButtonStyleClass() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Gets the style class for the increment button.
getUpButtonStyleClass() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Gets the style class for the increment button.
getUpdateStatement() - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Gets the SQL statement specified for the SQL DataDescriptor and used to insert a record.
getUpdateStatement() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getUrl() - Method in class com.jbstrap.ui.components.Image
Gets the image url
getURL() - Method in class com.jbstrap.ui.components.VideoBox
Gets the video URL
getUrlParameter(String) - Method in class com.jbstrap.ui.BasePage
Gets the parameter value of a URL Parameter
getUser(String) - Method in enum class com.jbstrap.core.cache.UserCache
 
getUserAgent() - Method in class com.jbstrap.core.websocket.Client
Gets the user agent
getUserFromUUID(String) - Static method in class com.jbstrap.core.websocket.JBStrapEndPoint
Get user object from user unique ID
getUserMenuItemIcon(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets a menu item icon from a user menu.
getUserMenuItemText(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets a menu item icon from a user menu.
getUsername() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the username displayed on the menu bar.
getUsername() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the username displayed on the navbar.
getUserName() - Method in class com.jbstrap.core.CurrentUser
Gets the user name
getUserName() - Method in class com.jbstrap.core.mail.Email
Gets the Email server authentication username
getUsernameColumnName() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Gets the name of the DataDescriptor column, that contains the usernames.
getUserPicture() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the user’s avatar image.
getUserPicture() - Method in class com.jbstrap.ui.components.navbar.NavBar
Gets the user’s avatar image.
getUserStatus() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Gets the user status text in the menu bar.
getUuid() - Method in class com.jbstrap.core.CurrentUser
Gets the user's UUID
getValidFrom() - Static method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
Gets the name of the valid from field
getValidTo() - Static method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
Gets the name of the valid to field
getValue() - Method in class com.jbstrap.core.dao.Criteria
Gets the Criteria value
getValue() - Method in class com.jbstrap.ui.components.Counter
Gets the counter value
getValue() - Method in enum class com.jbstrap.ui.components.form.FormEncoding
Gets the HTML ID string that corresponds to the method
getValue() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value.
getValue() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the current value of the dual list box.
getValue() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Gets the file item’s current value.
getValue() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Gets the current value of the component.
getValue() - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
getValue() - Method in class com.jbstrap.ui.components.ProgressBar
Gets the numerical value that represents the current state of the process
getValue() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the displayed values.
getValue(String) - Method in class com.jbstrap.core.dao.Record
Gets record's value, using the attribute's name.
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValue(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the actual value of a form item.
getValueAsBoolean() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value as Boolean.
getValueAsBoolean(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Boolean
getValueAsBoolean(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the value of a form item in a Boolean format.The method will look for the specified form item first.
getValueAsDate() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value as Date.
getValueAsDate(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Date
getValueAsDate(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the value of a form item in a Date format.
getValueAsDate(String, String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Date
getValueAsDouble() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value as Double.
getValueAsDouble(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Double
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValueAsDouble(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the value of a form item in a Double format.
getValueAsFloat() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value as Float.
getValueAsFloat(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Float
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValueAsFloat(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the value of a form item in a Float format.
getValueAsInteger() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value as Integer.
getValueAsInteger(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as anInteger
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValueAsInteger(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the value of a form item in an Integer format.
getValueAsLong() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value as Long.
getValueAsLong(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Long
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValueAsLong(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the value of a form item in a Long format.
getValueAsNumber(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a Number
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValueAsRecord(String) - Method in class com.jbstrap.core.dao.Record
Gets one of the record's attribute value as a Record
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValueAsString() - Method in class com.jbstrap.ui.components.form.FormItem
Gets the form item’s current value as String.
getValueAsString() - Method in class com.jbstrap.ui.components.form.items.DatePicker
Gets the form item’s current value as String.
getValueAsString(String) - Method in class com.jbstrap.core.dao.Record
Gets the record attribute's value as a String
If the attribute name contains one or more dot characters, records preceding the dots will be recursively retrieved from the current record until the attribute name contains a dot.
getValueAsString(String) - Method in class com.jbstrap.ui.components.form.Form
Gets the value of a form item in a String format.
getValueColumnName() - Method in class com.jbstrap.core.dao.JBMultiValue
Gets the value column name
getValueColumnName() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Gets the name of the column, where the component values are to be saved.
getValueColumnName() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Gets the relation table column name where the component’s value is saved to.
getValueColumnName() - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
Gets the relation table column name where the component’s value is saved to.
getValueLabelSize() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Gets the font size of measured gauge reading.
getValueList() - Method in class com.jbstrap.core.dao.JBMultiValue
Gets the value list.
getValueMap(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets column's set of values, as a map, according to the specified language.
getValues() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getValues() - Method in class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
getValues() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getValues() - Method in class com.jbstrap.ui.components.charts.Series
Gets all data point settings from a series.
getVersion() - Static method in class com.jbstrap.core.JBStrap
Gets the version number of the JBStrap framework
getView() - Method in class com.jbstrap.core.event.CalendarChangeViewEvent
Gets the calendar's view format
getView() - Method in class com.jbstrap.ui.components.calendar.Calendar
Gets the current view of the calendar component
getVisible() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
getVisibleType() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Gets the column visibility type
getWhich() - Method in class com.jbstrap.core.event.KeyboardEvent
Gets the Unicode character code of the key
getWhich() - Method in class com.jbstrap.core.event.MouseEvent
Determines which mouse button was pressed when the event was triggered.
getWidth() - Method in class com.jbstrap.core.event.PageResizeEvent
Gets the page's new width, in pixels.
getWidth() - Method in class com.jbstrap.ui.components.CodeViewer
Gets the width of the component
getWidth() - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Gets the width of the switch.
getWidth() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Gets the current width of the splitter component
getWidth() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Gets the current width of the splitter component
getWidth() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Gets column width.
getWidth() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Gets the component’s width.
getWidth() - Method in class com.jbstrap.ui.components.VideoBox
Gets the video box's width
getWidth() - Method in class com.jbstrap.ui.LiveFavicon
Gets the bubble width
getWidthParamName() - Method in enum class com.jbstrap.ui.components.sparkline.SparklineType
 
getWildCard() - Method in class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
getWildCard() - Method in class com.jbstrap.core.meta.xml.XMLDSFilter
 
getWorldOperator() - Method in class com.jbstrap.ui.components.filter.TextFilter
Query the operator in the search term
getWrite() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Gets a list of roles that have write access to the DataDescriptor.
getWrite() - Method in interface com.jbstrap.core.meta.DataDescriptor
Gets a list of roles that have write access to the DataDescriptor.
getWriterableRoles() - Method in class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
getXAxis() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
 
getXAxisDateFormat() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Determines the date format of the X axis.
getXAxisFontColor() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the color of the labels on the X axis.
getXAxisStripedStrart() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the starting position of the stripes on the X axis.
getXAxisTickTextRotate() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the rotation of the data values on the X axis.
getXAxisTitle() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the title of the X axis.
getXAxisType() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the data type of the X axis.
getXAxisValuePostfix() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the postfix for the values on the X axis.
getXAxisValuePrefix() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the prefix for the values on the X axis.
getYAxis() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
 
getYAxisFontColor() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the color of the labels on the Y axis.
getYAxisMaxValue() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the maximum value for the Y axis.
getYAxisMinValue() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the start value of the Y axis.
getYAxisStripedStrart() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the starting position of the stripes on the Y axis.
getYAxisTitle() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the title for the Y axis.
getYAxisValuePostfix() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the postfix for the values on the Y axis.
getYAxisValuePrefix() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Gets the prefix for the values on the Y axis.
GHOST_WHITE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
GIFT - Enum constant in enum class com.jbstrap.ui.Icon
 
GIT - Enum constant in enum class com.jbstrap.ui.Icon
 
GIT_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
GITHUB - Enum constant in enum class com.jbstrap.ui.Icon
 
GITHUB_ALT - Enum constant in enum class com.jbstrap.ui.Icon
 
GITHUB_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
GITTIP - Enum constant in enum class com.jbstrap.ui.Icon
 
GLASS - Enum constant in enum class com.jbstrap.ui.Icon
 
GLOBE - Enum constant in enum class com.jbstrap.ui.Icon
 
GOLD - Static variable in class com.jbstrap.ui.bootstrap.Color
 
GOLDEN_ROD - Static variable in class com.jbstrap.ui.bootstrap.Color
 
GOOGLE - Enum constant in enum class com.jbstrap.ui.Icon
 
GOOGLE_PLUS - Enum constant in enum class com.jbstrap.ui.Icon
 
GOOGLE_PLUS_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
GOOGLE_WALLET - Enum constant in enum class com.jbstrap.ui.Icon
 
gotoDate(Date) - Method in class com.jbstrap.ui.components.calendar.Calendar
Goes to (and displays) the specified date in the calendar.
GQL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
GRADIENT - Static variable in class com.jbstrap.ui.components.charts.AreaSeries
 
GRADUATION_CAP - Enum constant in enum class com.jbstrap.ui.Icon
 
GRAV - Enum constant in enum class com.jbstrap.ui.Icon
 
GRAY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
GREATER_OR_EQUAL - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined value is greater or equal than the specified value.
GREATER_THAN - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined value is greater than the specified value.
GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
GREEN_TO_RED - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
The lower slice of the gauge chart is green, the upper slice is red.
GREEN_YELLOW - Static variable in class com.jbstrap.ui.bootstrap.Color
 
GREY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
grid - Variable in class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
The value selector ListGrid instance
GROUP - Enum constant in enum class com.jbstrap.ui.Icon
 
GROW() - Static method in class com.jbstrap.ui.bootstrap.Flex
Dynamically resizes an item to fill all available space while leaving all other items required for each screen size.
GROW(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Dynamically resizes an item to fill all available space while leaving all other items required for the specified and bigger screen sizes.

H

H_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
HACKER_NEWS - Enum constant in enum class com.jbstrap.ui.Icon
 
HAND_O_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
HAND_O_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
HAND_O_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
HAND_O_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
HandleHotKey<T extends Component<?>> - Interface in com.jbstrap.ui
Hot key compatible components.
HandleKeyboardEvents<T extends Component<?>> - Interface in com.jbstrap.ui
Keyboard event handling components
HandleMouseEvents<T extends Component<?>> - Interface in com.jbstrap.ui
Mouse event handler components
handlers - Variable in class com.jbstrap.ui.Component
 
handlers - Variable in class com.jbstrap.ui.components.charts.BaseChart
 
HandleTransaction<T extends DataDescriptor> - Interface in com.jbstrap.core.meta
This interface is used to designate DataDescriptors that support transaction handling.
HANDSHAKE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
HARD_LINK_COOKIE_NAME - Static variable in class com.jbstrap.core.event.ClientConnectedEvent
 
HardLink - Class in com.jbstrap.core
The HardLink solution for the JBStrap framework
hasChild() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets if the node contains any children.
hasError() - Method in class com.jbstrap.core.event.FetchDoneEvent
Determines, if an error was encountered during the fetch operation
hasSubMenuItems() - Method in class com.jbstrap.core.cache.MenuItem
Determines if the menu item has any sub-menu items
HDD_O - Enum constant in enum class com.jbstrap.ui.Icon
 
Header - Class in com.jbstrap.ui.components
Header component
Header(int) - Constructor for class com.jbstrap.ui.components.Header
Creates an empty header component in the specified size
Header(int, Icon, String) - Constructor for class com.jbstrap.ui.components.Header
Creates a header component with the specified style, icon and text inside it
Header(int, String) - Constructor for class com.jbstrap.ui.components.Header
Creates a header component with the specified text inside it
Header(String, int, Icon, String) - Constructor for class com.jbstrap.ui.components.Header
Creates a header component with the specified style, icon and text inside it
Header(String, int, String) - Constructor for class com.jbstrap.ui.components.Header
Creates a header component with the specified text inside it
HEADER - Enum constant in enum class com.jbstrap.ui.Icon
 
headerContextMenuOrder - Variable in class com.jbstrap.ui.components.listgrid.ListGrid
 
HEADPHONES - Enum constant in enum class com.jbstrap.ui.Icon
 
HEART - Enum constant in enum class com.jbstrap.ui.Icon
 
HEART_O - Enum constant in enum class com.jbstrap.ui.Icon
 
HEAVY - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
HEIGHT - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
HEIGHT - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
HELP - Static variable in class com.jbstrap.core.meta.MetaParamName
 
HELP_ICON - Static variable in class com.jbstrap.core.meta.MetaParamName
 
helpIcon - Variable in class com.jbstrap.ui.components.form.FormItem
 
HEX - Enum constant in enum class com.jbstrap.ui.components.form.items.colorpicker.ColorFormat
The colors will be displayed in a hexadecimal format.
HIDDEN - Enum constant in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Hidden column
HIDDEN_ITEM - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Hidden field component.
HIDDEN_OPERATORS - Static variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
HiddenItem - Class in com.jbstrap.ui.components.form.items
Hidden item
HiddenItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.HiddenItem
Creates a hidden item, based on the specified DataDescriptor column.
HiddenItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.HiddenItem
Creates a hidden item, based on the specified DataDescriptor column, with the specified value
HiddenItem(String) - Constructor for class com.jbstrap.ui.components.form.items.HiddenItem
Creates an empty hidden item, with the specified name.
HiddenItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.HiddenItem
Creates a hidden item, with the specified name and value.
hide() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
hide() - Method in class com.jbstrap.ui.components.windows.ModalWindow
Hides the modal window from the interface.
HIDE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.DataLabels
No values are displayed on pie chart slices.
HIDE_BORDER - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Makes the border disappear from the component.
HIDE_BORDER_BOTTOM - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Makes the border disappear from the lower side of the component.
HIDE_BORDER_LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Makes the border disappear from the left side of the component.
HIDE_BORDER_RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Makes the border disappear from the right side of the component.
HIDE_BORDER_TOP - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Makes the border disappear from the upper side of the component.
HIDE_LIST - Enum constant in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Column that is hidden on the list
hideColumn(String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Hides a column in the grid.
highlightNode(boolean) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Highlights the node.
HINGE - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
HISTORY - Enum constant in enum class com.jbstrap.ui.Icon
 
HistoryCustomizer - Class in com.jbstrap.core.dao.base.history
JBStrap enables you to write the entire persistence history.
HistoryCustomizer() - Constructor for class com.jbstrap.core.dao.base.history.HistoryCustomizer
 
HIVE - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
HOME - Enum constant in enum class com.jbstrap.ui.Icon
 
HOME - Static variable in class com.jbstrap.ui.Key
 
HONEY_DEW - Static variable in class com.jbstrap.ui.bootstrap.Color
 
HORIZONTAL - Enum constant in enum class com.jbstrap.ui.bootstrap.FormType
Horizontally organized form.
HORIZONTAL - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
The chart is displayed as a horizontal semicircle.
HORIZONTAL - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
HorizontalAlign - Enum Class in com.jbstrap.ui.bootstrap
 
HorizontalBarChart - Class in com.jbstrap.ui.components.charts
A horizontal stacked bar chart is a bar chart that displays data series as bars.
HorizontalBarChart(String) - Constructor for class com.jbstrap.ui.components.charts.HorizontalBarChart
Creates a horizontal stacked bar chart component.
HorizontalBarChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.HorizontalBarChart
Creates the horizontal stacked bar chart component and sets the name of the DataDescriptor and that of the X axis column.
HorizontalSplitter - Class in com.jbstrap.ui.components.layout.splitter
Horizontally adjustable splitter component
HorizontalSplitter() - Constructor for class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Creates a horizontal splitter component
HorizontalSplitter(String) - Constructor for class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Creates a horizontal splitter component with the specified ID
HorizontalStackedBarChart - Class in com.jbstrap.ui.components.charts
A horizontal stacked bar chart is a bar chart that displays data series as bars.
HorizontalStackedBarChart(String) - Constructor for class com.jbstrap.ui.components.charts.HorizontalStackedBarChart
Creates a horizontal stacked bar chart component.
HorizontalStackedBarChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.HorizontalStackedBarChart
Creates the horizontal stacked bar chart component and sets the name of the DataDescriptor and that of the X axis column.
HOSPITAL_O - Enum constant in enum class com.jbstrap.ui.Icon
 
HOT_KEY - Enum constant in enum class com.jbstrap.core.event.EventType
Hot key pressed event
HOT_PINK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
HotKeyEvent - Class in com.jbstrap.core.event
This class contains the data of the Hotkey event.
HotKeyEvent() - Constructor for class com.jbstrap.core.event.HotKeyEvent
 
HotKeyEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Hotkey press event handler interface
hotKeys - Variable in class com.jbstrap.ui.Component
 
HTML - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
HTML_WITH_PHP - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
HTML5 - Enum constant in enum class com.jbstrap.ui.Icon
 
HTMLFlow - Class in com.jbstrap.ui.components
This component places custom HTML content on the interface.
HTMLFlow(String) - Constructor for class com.jbstrap.ui.components.HTMLFlow
Creates a HTMLFlow component with the specified HTML content.
HTMLUtils - Class in com.jbstrap.core.utils
HTML utility class

I

IBox - Class in com.jbstrap.ui.components.panels.ibox
IBox component
IBox() - Constructor for class com.jbstrap.ui.components.panels.ibox.IBox
Creates an empty IBox component
IBox(boolean) - Constructor for class com.jbstrap.ui.components.panels.ibox.IBox
Creates an empty IBox component, with an optional header.
IBox(String) - Constructor for class com.jbstrap.ui.components.panels.ibox.IBox
Creates an empty IBox component with the specified ID
IBox(String, boolean) - Constructor for class com.jbstrap.ui.components.panels.ibox.IBox
Creates an empty IBox component, with an optional header.
ICE - Enum constant in enum class com.jbstrap.ui.components.navbar.NavBarTheme
 
icon - Variable in class com.jbstrap.ui.components.button.Button
 
icon - Variable in class com.jbstrap.ui.components.button.LoadButton
 
Icon - Enum Class in com.jbstrap.ui
Icons useable in the JBStrap framework.
ID_BADGE - Enum constant in enum class com.jbstrap.ui.Icon
 
ID_CARD - Enum constant in enum class com.jbstrap.ui.Icon
 
ID_CARD_O - Enum constant in enum class com.jbstrap.ui.Icon
 
ID_FIELD_NAME - Static variable in class com.jbstrap.core.meta.MetaParamName
 
ILS - Enum constant in enum class com.jbstrap.ui.Icon
 
image - Variable in class com.jbstrap.ui.components.button.Button
 
image - Variable in class com.jbstrap.ui.components.button.LoadButton
 
Image - Class in com.jbstrap.ui.components
Image component
Image(String) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets the source of the image
Image(String, ImageStyle...) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets the source of the image, and it's style
Image(String, String) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets the source of the image
Image(String, String, ImageStyle...) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets the source of the image, and it's style
Image(String, String, String) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets width, height and the source of the image
Image(String, String, String, ImageStyle...) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets width, height, style and the source of the image
Image(String, String, String, String) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets width, height and the source of the image
Image(String, String, String, String, ImageStyle...) - Constructor for class com.jbstrap.ui.components.Image
Creates an Image component, and sets width, height, style and the source of the image
ImageStyle - Enum Class in com.jbstrap.ui.bootstrap
Enum containing the display styles used by the images.
IMDB - Enum constant in enum class com.jbstrap.ui.Icon
 
IN_SET - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
This operator checks if a value is in the specified list.
INBOX - Enum constant in enum class com.jbstrap.ui.Icon
 
inc() - Method in class com.jbstrap.ui.components.Counter
Increments the counter value by 1
includeStylesheet(String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
INDENT - Enum constant in enum class com.jbstrap.ui.Icon
 
INDIAN_RED - Static variable in class com.jbstrap.ui.bootstrap.Color
 
INDIGO - Static variable in class com.jbstrap.ui.bootstrap.Color
 
INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.BadgeType
The badge's background color is info color.
INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s “info” color.
INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's info color.
INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxType
The checkbox will be colored with the theme's info color
INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemState
Info state.
INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarType
The progress bar will be colored with the info color
INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
The text will be colored by the theme's info color
INFO - Enum constant in enum class com.jbstrap.ui.components.enums.NotificationType
The notification type for informing the user about something.
INFO - Enum constant in enum class com.jbstrap.ui.Icon
 
INFO - Static variable in class com.jbstrap.core.websocket.messages.DebugMessage
INFO level message
INFO - Static variable in class com.jbstrap.ui.bootstrap.Color
 
INFO_3D - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
3D button with the theme’s “information” color.
INFO_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
INI - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
init() - Static method in class com.jbstrap.core.JBStrap
 
init() - Method in interface com.jbstrap.core.plugin.JBStrapPlugin
Initializes the plugin.
init() - Method in class com.jbstrap.ui.Component
The component initialization method.
init() - Method in class com.jbstrap.ui.components.button.DropDownButton
 
init() - Method in class com.jbstrap.ui.components.button.LoadButton
 
init() - Method in class com.jbstrap.ui.components.calendar.Calendar
 
init() - Method in class com.jbstrap.ui.components.charts.AreaChart
Chart initialization.
init() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
 
init() - Method in class com.jbstrap.ui.components.charts.BarChart
 
init() - Method in class com.jbstrap.ui.components.charts.BaseChart
Chart initialization.
init() - Method in class com.jbstrap.ui.components.charts.BubbleChart
 
init() - Method in class com.jbstrap.ui.components.charts.BulletChart
 
init() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
init() - Method in class com.jbstrap.ui.components.charts.DonutChart
 
init() - Method in class com.jbstrap.ui.components.charts.DotChart
 
init() - Method in class com.jbstrap.ui.components.charts.FunnelChart
 
init() - Method in class com.jbstrap.ui.components.charts.GaugeChart
 
init() - Method in class com.jbstrap.ui.components.charts.HorizontalBarChart
 
init() - Method in class com.jbstrap.ui.components.charts.HorizontalStackedBarChart
 
init() - Method in class com.jbstrap.ui.components.charts.LineChart
 
init() - Method in class com.jbstrap.ui.components.charts.PieChart
 
init() - Method in class com.jbstrap.ui.components.charts.PopulationPyramidChart
 
init() - Method in class com.jbstrap.ui.components.charts.StackedAreaChart
 
init() - Method in class com.jbstrap.ui.components.charts.StackedBarChart
 
init() - Method in class com.jbstrap.ui.components.CodeViewer
 
init() - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
 
init() - Method in class com.jbstrap.ui.components.form.FormItem
 
init() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
 
init() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
 
init() - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
init() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
init() - Method in class com.jbstrap.ui.components.form.items.DualListBox
 
init() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
 
init() - Method in class com.jbstrap.ui.components.form.items.NumberItem
 
init() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
 
init() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
 
init() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
init() - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
init() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
 
init() - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
init() - Method in class com.jbstrap.ui.ProcessIndicator
 
init() - Method in class com.jbstrap.ui.Startup
The application initialization
init(String, String) - Method in class com.jbstrap.core.websocket.Client
 
init(EndpointConfig) - Method in class com.jbstrap.core.websocket.MessageDecoder
 
init(EndpointConfig) - Method in class com.jbstrap.core.websocket.MessageEncoder
initUser(String, String) - Method in interface com.jbstrap.core.interfaces.AuthenticationInterface
Checks the user's data, and creates the POJO class that represents the user.
INLINE - Enum constant in enum class com.jbstrap.ui.bootstrap.FormType
Inline form items.
INLINE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
INLINE() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
In-line display setting of the component for all screen sizes.
INLINE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
In-line display setting for the specified and bigger screen sizes.
INLINE_BLOCK() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component in a row in case of a block component for all screen sizes.
INLINE_BLOCK(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
In-line display of the component as a block component for the specified and bigger screen sizes.
INLINE_FLEX() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Flexible in-line display setting of the component for all screen sizes.
INLINE_FLEX(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Flexible in-line display of the component for the specified and bigger screen sizes.
InMemoryDataDescriptor - Class in com.jbstrap.core.meta
In-Memory DataDescriptor
InMemoryDataDescriptor(String) - Constructor for class com.jbstrap.core.meta.InMemoryDataDescriptor
Creates an In-Memory DataDescriptor.
input(String, String) - Method in class com.jbstrap.core.websocket.Client
Shows an input window to the user
input(String, String) - Method in class com.jbstrap.ui.UI
Shows an input window to the user
input(String, String, String, String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
INPUT - Enum constant in enum class com.jbstrap.core.event.EventType
Input event
InputEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Input event handler interface
INSERT - Enum constant in enum class com.jbstrap.core.dao.enums.DatabaseOperation
Data insert operation
INSERT - Static variable in class com.jbstrap.ui.Key
 
insertComponentAfter(Component<?>) - Method in class com.jbstrap.ui.Component
Inserts the specified component after the component
insertComponentBefore(Component<?>) - Method in class com.jbstrap.ui.Component
Inserts the specified component before the component
INSTAGRAM - Enum constant in enum class com.jbstrap.ui.Icon
 
INSTANCE - Enum constant in enum class com.jbstrap.core.cache.DataDescriptorTypeCache
 
INSTANCE - Enum constant in enum class com.jbstrap.core.cache.DownloadCache
 
INSTANCE - Enum constant in enum class com.jbstrap.core.cache.MenuCache
 
INSTANCE - Enum constant in enum class com.jbstrap.core.cache.MetaCache
 
INSTANCE - Enum constant in enum class com.jbstrap.core.cache.Pages
 
INSTANCE - Enum constant in enum class com.jbstrap.core.cache.TempDataExportCache
 
INSTANCE - Enum constant in enum class com.jbstrap.core.cache.UserCache
 
INSTANCE - Enum constant in enum class com.jbstrap.core.dao.base.JpaDaoFactory
 
INSTITUTION - Enum constant in enum class com.jbstrap.ui.Icon
 
INTEGER - Enum constant in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Integer data type column
INTEGER_EDITOR - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Numeric input field, that allows the input of integer numbers.
IntegerItem - Class in com.jbstrap.ui.components.form.items
Integer item
IntegerItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.IntegerItem
Creates an integer input field from a DataDescriptor column.
IntegerItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.IntegerItem
Creates an integer input field based on the specified DataDescriptor column and language code.
IntegerItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.IntegerItem
Creates an integer input field with the specified name and label.
IntegerItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.IntegerItem
Creates an integer input field with the specified name and label according to the specified language code.
IntegerRangeValidator - Class in com.jbstrap.core.validators
Integer range validator class
IntegerRangeValidator() - Constructor for class com.jbstrap.core.validators.IntegerRangeValidator
 
integerToLong(Integer) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
IntegerValidator - Class in com.jbstrap.core.validators
Integer validator class
IntegerValidator() - Constructor for class com.jbstrap.core.validators.IntegerValidator
 
INVALID - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemState
 
INVALID - Enum constant in enum class com.jbstrap.ui.components.wizard.WizardStepState
Invalid
A step is in “invalid” state if the user has previously completed the step, but navigates back to the previous step and modifies data.
invertAllRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Inverts the selection of all rows in the grid.
invertSelection(int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Inverts row selection.
invertSelection(ListGridRow) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Inverts row selection.
invertSelectionRange(int, int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Inverts the selection of all rows within the specified range.
invoke(Object, String, Object...) - Static method in class com.jbstrap.core.utils.ReflectionUtils
 
IOXHOST - Enum constant in enum class com.jbstrap.ui.Icon
 
IS_FIND_IGNORECASE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The parameter defines whether lowercase and uppercase characters should be distinguished in search values specified in the Criteria.
The parameter is applicable for all operators handling text values
IS_NULL - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
Checks for null value.
isAccess() - Method in class com.jbstrap.ui.UI
 
isAccess(Role) - Method in class com.jbstrap.ui.Component
Determines if the specified role has access to the component.
isAccess(CurrentUser) - Method in class com.jbstrap.core.cache.MenuItem
 
isActive() - Method in class com.jbstrap.core.websocket.Client.EventQueue
 
isActive() - Method in class com.jbstrap.core.websocket.Client
The client is active.
isActive() - Method in class com.jbstrap.ui.components.button.DropDownButton.DropDownMenuItem
Checks whether the menu item is active.
isAllDay() - Method in class com.jbstrap.ui.components.calendar.Schedule
Determines if the scheduled event is an all-day event.
isAllowNull() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Determines if the combobox allows a null value.
isAssignable(Object) - Method in class com.jbstrap.ui.components.form.FormItem
Checks if the specified parameter value can be set as a form item value.
isAuth() - Method in class com.jbstrap.core.mail.Email
Determines if the Email server authentication is enabled
isAutoCalculate() - Method in class com.jbstrap.ui.components.form.FormItem
Checks if the form item value is automatically calculated.
isAutoFetchData() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Determines if the auto fetch is enabled or not.
isAutoFetchData() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the component fetches the calendar data automatically from the database when the component is displayed.
isAutoFetchData() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Determines if the auto data fetch is enabled or not
isAutoFetchData() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Checks if the component automatically retrieves its value set from the database.
isAutoFetchData() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets if value set data is automatically queried.
isAutoFetchData() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the automatic data fetch.
isAutoFetchData() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Checks if data query is automatically performed.
isAutoFetchData() - Method in class com.jbstrap.ui.components.timeline.Timeline
Determines if the auto fetch is enabled
isAutoFetchData() - Method in class com.jbstrap.ui.components.treeview.Treeview
 
isAutoFetchData() - Method in interface com.jbstrap.ui.Fetchable
Determines if the component can fetch data from the database automatically.
isAutoFetchData() - Method in interface com.jbstrap.ui.interfaces.Filterable
Checks if the component automatically queries the data from the database upon being displayed.
isAutoPending() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the auto pending functionality is enabled or not.
isAutoPin() - Method in class com.jbstrap.ui.components.navbar.NavBar
Checks whether automatic component resizing is enabled.
isBackgroundColor() - Method in class com.jbstrap.ui.bootstrap.Color
Checks if the color can be used as a background color.
isBarTextVisible() - Method in class com.jbstrap.ui.components.charts.BarSeries
Checks if values are displayed in the columns.
isBorderRadius() - Method in class com.jbstrap.ui.components.navbar.NavBar
Checks if the border radius functionality is enabled for the navbar component.
isBrushable() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Checks if the brush feature is enabled on the chart on a canvas.
isBrushable() - Method in interface com.jbstrap.ui.components.charts.SupportBrush
Checks if the brush feature is enabled on the chart.
isCalendarExists(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the specified calendar is on the component
isChangeViewButtonVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the view changing button is visible on the header.
isChecked() - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Determines if the box is checked.
isChecked() - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Determines if the switch is in the "ON" state.
isChecked() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Determines if the node is checked.
isClientEvent() - Method in enum class com.jbstrap.core.event.EventType
 
isCloseable() - Method in class com.jbstrap.ui.components.ContextMenu
Determines if the context menu has a close button enabled
isCloseable() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Defines whether the tab page can be closed.
isCloseWithESC() - Method in class com.jbstrap.ui.components.windows.ModalWindow
Determines if the window can be closed by pressing the ESC button.
isColumnListAutoClose() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Gets the automatic close option for the context menu.
isColumnListFilterable() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets column filter option to enabled.
isColumnMovable() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Checks the column rearrange option.
isColumnResizable() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Checks the resize option.
isComplex() - Method in class com.jbstrap.core.dao.Criteria
Determines if the Criteria is complex
isComposite() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Checks if the component is a composite sparkline component.
isContentShown() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets if the node content is visible on the interface.
isDailyViewEnabled() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the daily view is selecatble for the user.
isDateRangeVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the date range is visible on the component header.
isDebugEnabled() - Method in class com.jbstrap.core.mail.Email
Determines if the Email server debug mode is enabled
isDeleted() - Method in class com.jbstrap.core.filestore.JBFile
Determines if the file is marked for deletion
isDraggable() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Checks if drag&drop is allowed.
isDrawn() - Method in class com.jbstrap.ui.Component
Determines if the component is drawn on the client.
isDualYaxes() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
isEmpty() - Method in class com.jbstrap.core.Parameters
Determines if the object is empty.
isEmpty() - Method in class com.jbstrap.core.websocket.messages.LoadJavascriptMessage
Determines if the message is empty.
isEmpty() - Method in class com.jbstrap.ui.components.charts.Series
Checks if the series is empty (contains no data).
isEmpty() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Checks if the list grid is empty (does not contain any data rows).
isEnabled() - Method in class com.jbstrap.ui.Component
Determines if the component is enabled.
isEnabled() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Determines if the color picker is enabled or not.
isEnabled() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Determines if the combobox is enabled on the interface or not.
isEnabled() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets if the component is enabled.
isEnabled() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets if the component is enabled.
isEnabled() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets if the component is enabled.
isEnabled() - Method in class com.jbstrap.ui.components.wizard.WizardStep
Checks if the step is enabled.
isEventBubbling() - Method in class com.jbstrap.ui.Component
 
isExists(String) - Method in enum class com.jbstrap.core.cache.Pages
 
isFilterable() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Determines if the user can filter the DataDescriptor
isFilterable() - Method in interface com.jbstrap.core.meta.DataDescriptor
Determines if the user can filter the DataDescriptor
isFilterable() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets whether the column can be filtered in the list.
isFilterable() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Checks if the user is allowed to filter list grid data.
isFixedScrollbarPosition() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Checks if the vertical scrollbar is displayed on the page margin.
isGlobal() - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Checks if the DataDescriptor is global.
isGradient() - Method in class com.jbstrap.ui.components.charts.AreaSeries
Checks if the area chart is filled with a color gradient.
isHeaderShown() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Checks if the header is visible.
isHeaderVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the calendar component header is visible on the interface.
isHighlightingCurrentNode() - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets if the clicked node is automatically highlighted in the component
isInline() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets if the value set items are displayed in a single line.
isLargePalette() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Determines if the large palette is used
isLassoEnabled() - Method in interface com.jbstrap.ui.components.charts.SupportLasso
Checks if the lasso feature is enabled on the chart.
isLeftSeries(Series) - Method in class com.jbstrap.ui.components.charts.PopulationPyramidChart
Checks if the series specified in the parameter is the series on the left side of the chart.
isMAllDayEventsVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if all day scheduled events are shown on the component or not.
isMilestoneVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the milestones are visible in the component.
isModal() - Method in class com.jbstrap.ui.components.windows.ModalWindow
Determines if the window is modal.
isModified() - Method in class com.jbstrap.ui.components.form.Form
Determines if any of the form items were modified by the user
isModified() - Method in class com.jbstrap.ui.components.form.FormItem
Checks if the form item value was modified.
isModified() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Checks if grid data has been modified since the last query.
isMonthlyViewEnabled() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the monthly view is selecatble for the user.
isMousewheel() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
isMousewheelSupport() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets if the component value is allowed to be modified using the mouse wheel.
isMousewhelSupport() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets if the component value is allowed to be modified using the mouse wheel.
isMovable() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
isMoveEnabled() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the scheduled events can be moved around in the component.
isMTaskVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the tasks are visible
isMultiple() - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Sets if the user is allowed to upload multiple files to the component.
isMultiselect() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Determines if the user can select multiple values in the combobox.
isMultiselect() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets if the component can take multiple values.
isMultiselect() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets if the multiselect option is enabled.
isMultiselect() - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
Sets if the component can take multiple values.
isNegated() - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
isNextButtonVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the next button is visible on the component header.
isNull(String) - Method in class com.jbstrap.core.dao.Record
Determines if the specified attribute's value is null.
isNullable() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Determines if the column can have a null value.
isNullable() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
isOriginalNull(String) - Method in class com.jbstrap.core.dao.Record
Determines if the specified attribute's original value is null.
isPending() - Method in class com.jbstrap.ui.components.calendar.Schedule
Determines if the scheduled event is pending.
isPersisted() - Method in class com.jbstrap.core.filestore.JBFile
Determines if the file was persisted(saved).
isPinned() - Method in class com.jbstrap.ui.components.navbar.NavBar
Checks if the component is displayed in full size.
isPluginLoaded(String) - Static method in class com.jbstrap.core.JBStrap
Determines if the specified plugin is loaded into the framework
isPopupVisible() - Method in class com.jbstrap.core.event.CalendarScheduleClickEvent
Determines if the default schedule details popup window was visible on the interface, when the user clicked.
isPreviousButtonVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the previous button is visible on the component header.
isPrimaryKey() - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Determines if the column contains the primary key.
isPrimaryKey() - Method in class com.jbstrap.core.meta.xml.XMLDSColumn
 
isPrivate() - Method in class com.jbstrap.ui.components.calendar.Schedule
Determines if the scheduled event is private.
isPublicUI() - Method in class com.jbstrap.core.NavigationPoint
 
isRangeFiltering() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Determines if the column can be filtered by range
isReadOnly() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the component is in read-only mode
isReadOnly() - Method in class com.jbstrap.ui.components.calendar.Schedule
Determines if the scheduled event is read-only
isReadOnly() - Method in class com.jbstrap.ui.components.form.FormItem
Checks if the form item is in read-only mode.
isReadOnly() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Determines if the component is read only for the user
isReadOnly() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Determines if the combobox is read only
isReadOnly() - Method in class com.jbstrap.ui.components.form.items.DualListBox
Specifies if the dual list box is displayed in read-only mode.
isReadOnly() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets if the input field is read-only.
isReadOnly() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets if the input field is read-only.
isReadOnly() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
isReferencedColumn(String) - Method in class com.jbstrap.core.dao.Criteria
Determines if the specified column is referenced in the criteria
isReferencedColumnFilled(String) - Method in class com.jbstrap.core.dao.Criteria
Determines if the criteria's specified referenced columm was filled by the set Record
isReferencedColumnsFilled() - Method in class com.jbstrap.core.dao.Criteria
Determines if the criteria's referenced columms were filled by the set Record
isRequired() - Method in class com.jbstrap.ui.components.form.FormItem
Checks if the form item value is mandatory.
isResizable() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
isResizeable() - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets if a window can be resized.
isReverseShow() - Method in class com.jbstrap.ui.components.form.FormItem
 
isRounded() - Method in class com.jbstrap.ui.components.Badge
Determine whether the sides of the badge are rounded
isRounded() - Method in class com.jbstrap.ui.components.button.Button
Checks if the button is rounded.
isRounded() - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Determines if the switch is rounded.
isScheduleVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the scheduled events are visible on the component
isSearchButtonVisible() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Determines if the search button is displayed on the right side of the input field.
isSearchVisible() - Method in class com.jbstrap.ui.components.navbar.NavBar
Checks if a search component is placed on the navbar.
isSelectable() - Method in class com.jbstrap.ui.components.treeview.Treeview
Specifies if nodes of the treeview component are selectable or not.
isSelected() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Determines if the node is selected.
isShow() - Method in class com.jbstrap.core.event.ListGridColumnShowEvent
Determinate the column is visible
isShowBorder() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Checks if the border is displayed on the chart canvas.
isShowCategoryValueTangent() - Method in class com.jbstrap.ui.components.charts.AxesBaseSeries
Checks if the gridlines on the X axis are displayed.
isShowDataLabels() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Checks if section data labels are visible on the chart.
isShowDropdowns() - Method in class com.jbstrap.ui.components.form.items.DatePicker
Checks if the user is allowed to select a year or month by clicking on the dropdown menu.
isShowDropdowns() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Determines if the dropdown menu is enabled or not.
isShowEditor() - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
 
isShowLabel() - Method in class com.jbstrap.ui.components.form.FormItem
 
isShowLegend() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Checks if the legend is visible on the chart canvas.
isShowLine() - Method in class com.jbstrap.ui.components.charts.AreaSeries
Determine if the boundary line is visible on the area chart
isShowMarker() - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Checks if the marker is displayed on the chart.
isShowSeriesValueTangent() - Method in class com.jbstrap.ui.components.charts.AxesBaseSeries
Checks if the gridlines on the Y axis are displayed.
isShowShadow() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Checks if the shadow is visible on the chart canvas.
isShowTitle() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Checks if the chart title is displayed.
isShowTouchSpin() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets if the increment/decrement buttons are displayed on the interface.
isShowTouchSpin() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets if the increment/decrement buttons are displayed on the interface.
isShowValueLabel() - Method in class com.jbstrap.ui.components.charts.GaugeChart
Checks if the needle’s value label (the measured reading of the gauge) is also displayed on the chart.
isSortable() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
isSortable() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
isSorted() - Method in class com.jbstrap.ui.components.list.ListBox
Defines whether the list is ordered
isSslEnable() - Method in class com.jbstrap.core.mail.Email
Determines if the Email server SSL is enabled
isStarttlsEnable() - Method in class com.jbstrap.core.mail.Email
Determines if the Email server start TLS is enabled or not
isTextColor() - Method in class com.jbstrap.ui.bootstrap.Color
Checks if the color can be used as a font color.
isTodayButtonVisible() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the button, that returns the user to the current day is visible on the component header.
isToggled() - Method in class com.jbstrap.ui.components.navbar.NavBar
Checks if the navbar component is visible.
isTooltipFreezable() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Checks if the tooltip freezable feature is enabled.
isTouchSpinVertical() - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets if the increment/decrement buttons are displayed below each other.
isTouchSpinVertical() - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets if the increment/decrement buttons are displayed below each other.
isUseDetailPopup() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the default detail popup window is enabled on the component.
isValid() - Method in class com.jbstrap.ui.components.form.Form
Determines the form content is valid.
isVerticalAlignCenter() - Method in class com.jbstrap.ui.components.card.Card
 
isVerticalbuttons() - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
isVisible() - Method in class com.jbstrap.ui.Component
Determines the component visibility
isVisible() - Method in class com.jbstrap.ui.components.calendar.Schedule
Determines if the scheduled event is visible.
isVisible() - Method in class com.jbstrap.ui.components.form.FormItem
Checks if the form element is visible.
isVisible() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets column visibility.
isWeeklyViewEnabled() - Method in class com.jbstrap.ui.components.calendar.Calendar
Determines if the weekly view is selecatble for the user.
isWordWrap() - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets column visibility.
isXAxisShow() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the X axis is displayed on the chart.
isXAxisShowGrid() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the gridlines on the X axis are displayed on the chart.
isXAxisShowLine() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the X axis is displayed on the chart.
isXAxisShowTicks() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the ticks are displayed on the X axis.
isXAxisShowValueLabel() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the labels are displayed on the X axis.
isXAxisStriped() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the X axis is striped or not.
isYAxisShow() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the Y axis is displayed on the chart.
isYAxisShowGrid() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the gridlines on the Y axis are displayed on the chart.
isYAxisShowLine() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the Y axis is displayed on the chart.
isYAxisShowTicks() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the ticks are displayed on the Y axis.
isYAxisShowValueLabel() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the labels are displayed on the Y axis.
isYAxisStriped() - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Checks if the Y axis is striped or not.
isZoomable() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Checks if the charts on a canvas are zoomable.
isZoomable() - Method in interface com.jbstrap.ui.components.charts.SupportZoom
Checks if the zoom feature is enabled on the chart.
ITALIC - Enum constant in enum class com.jbstrap.ui.Icon
 
IVORY - Static variable in class com.jbstrap.ui.bootstrap.Color
 

J

JAVA - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
JAVA_SCRIPT_ERROR_HANDLER - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default JavaScript error handler
JAVASCRIPT_ERROR - Enum constant in enum class com.jbstrap.core.event.EventType
JavaScript error event
JavaScriptBuilder - Class in com.jbstrap.core
 
JavaScriptErrorHandler - Interface in com.jbstrap.core.event.handlers.system
 
JavaScriptExceptionEvent - Class in com.jbstrap.core.event
 
JavaScriptExceptionEvent() - Constructor for class com.jbstrap.core.event.JavaScriptExceptionEvent
 
JavaScriptLoadError - Exception in com.jbstrap.core.websocket
JavaScript load error
JavaScriptLoadError(String) - Constructor for exception com.jbstrap.core.websocket.JavaScriptLoadError
Creates a new JavaScript load error
JBBaseFilter<T extends Component<?>> - Class in com.jbstrap.ui.components.filter
 
JBBaseFilter(FilterType) - Constructor for class com.jbstrap.ui.components.filter.JBBaseFilter
 
JBBaseFilter(FilterType, String) - Constructor for class com.jbstrap.ui.components.filter.JBBaseFilter
 
JBBaseFilter(String, FilterType, String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.JBBaseFilter
 
JBFile - Class in com.jbstrap.core.filestore
Class representing a file for the JBStrap framework.
JBFile(String, Long, File) - Constructor for class com.jbstrap.core.filestore.JBFile
Creates a JBfile, based on the specified file.
JBMultiValue - Class in com.jbstrap.core.dao
This object is used to ensure that a record can have the set of values of a multiple value field mapped.
JBMultiValue(String, String, String, String) - Constructor for class com.jbstrap.core.dao.JBMultiValue
Creates a new instance.
JBSChartLassoEvent - Class in com.jbstrap.core.event
This class contains the data of the chart data click event.
JBSChartLassoEvent() - Constructor for class com.jbstrap.core.event.JBSChartLassoEvent
 
JBStrap - Class in com.jbstrap.core
Class representing the JBStrap framework
JBStrapEndPoint - Class in com.jbstrap.core.websocket
 
JBStrapEndPoint() - Constructor for class com.jbstrap.core.websocket.JBStrapEndPoint
 
JBStrapMouseEvent - Class in com.jbstrap.core.event
This class contains the data of the basic JBStrap mouse event.
JBStrapMouseEvent() - Constructor for class com.jbstrap.core.event.JBStrapMouseEvent
 
JBStrapParamType - Enum Class in com.jbstrap.core
JBStrap Framework parameters
JBStrapPlugin - Interface in com.jbstrap.core.plugin
The JBStrap framework plugin interface
JBStrapWSConfig - Class in com.jbstrap.core.websocket
 
JBStrapWSConfig() - Constructor for class com.jbstrap.core.websocket.JBStrapWSConfig
 
JOOMLA - Enum constant in enum class com.jbstrap.ui.Icon
 
JOURNAL - Enum constant in enum class com.jbstrap.ui.Themes
 
JpaDaoAPI - Class in com.jbstrap.core.dao.base
 
JpaDaoFactory - Enum Class in com.jbstrap.core.dao.base
 
JPADataDescriptor - Class in com.jbstrap.core.meta
JPA DataDescriptor
JPADataDescriptor(String, String) - Constructor for class com.jbstrap.core.meta.JPADataDescriptor
Creates a JPA DataDescriptor with the specified name, assigned to the entity class.
JSArray<T> - Class in com.jbstrap.core.javascriptsupport
Solution for creating a JavaScript compatible arrays, from the specified data.
JSArray() - Constructor for class com.jbstrap.core.javascriptsupport.JSArray
 
JSDataType - Enum Class in com.jbstrap.core.enums
 
JSFIDDLE - Enum constant in enum class com.jbstrap.ui.Icon
 
JSonAttribute - Annotation Interface in com.jbstrap.core.annotation
The JBStrap framework allows any JAVA class to be converted into a JSON object.
JSONUtil - Class in com.jbstrap.core.utils
Class containing the JSON utility methods
JUSTIFY_CONTENT_AROUND() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items for all screen sizes are at an equal distance from each other, but the space before and after the first and the last item is half the distance as between the items.
JUSTIFY_CONTENT_AROUND(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are at an equal distance from each other for the specified and bigger screen sizes.
JUSTIFY_CONTENT_BETWEEN() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are at an equal distance from each other for all screen sizes.
JUSTIFY_CONTENT_BETWEEN(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are at an equal distance from each other for the specified and bigger screen sizes.
JUSTIFY_CONTENT_CENTER() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are aligned to the center for all screen sizes.
JUSTIFY_CONTENT_CENTER(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are aligned to the center for the specified or bigger screen sizes.
JUSTIFY_CONTENT_END() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are aligned to the back for all screen sizes.
JUSTIFY_CONTENT_END(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are aligned to the back for the specified and bigger screen sizes.
JUSTIFY_CONTENT_START() - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are aligned to the front for all screen sizes.
JUSTIFY_CONTENT_START(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
In the flex container, the items are aligned to the front for the specified and bigger screen sizes.

K

key - Variable in class com.jbstrap.core.event.HotKeyEvent
 
Key - Class in com.jbstrap.ui
Key constants
KEY - Enum constant in enum class com.jbstrap.ui.Icon
 
KEY_0 - Static variable in class com.jbstrap.ui.Key
 
KEY_1 - Static variable in class com.jbstrap.ui.Key
 
KEY_2 - Static variable in class com.jbstrap.ui.Key
 
KEY_3 - Static variable in class com.jbstrap.ui.Key
 
KEY_4 - Static variable in class com.jbstrap.ui.Key
 
KEY_5 - Static variable in class com.jbstrap.ui.Key
 
KEY_6 - Static variable in class com.jbstrap.ui.Key
 
KEY_7 - Static variable in class com.jbstrap.ui.Key
 
KEY_8 - Static variable in class com.jbstrap.ui.Key
 
KEY_9 - Static variable in class com.jbstrap.ui.Key
 
KEY_A - Static variable in class com.jbstrap.ui.Key
 
KEY_B - Static variable in class com.jbstrap.ui.Key
 
KEY_C - Static variable in class com.jbstrap.ui.Key
 
KEY_D - Static variable in class com.jbstrap.ui.Key
 
KEY_DOWN - Enum constant in enum class com.jbstrap.core.event.EventType
Key down event
KEY_E - Static variable in class com.jbstrap.ui.Key
 
KEY_F - Static variable in class com.jbstrap.ui.Key
 
KEY_G - Static variable in class com.jbstrap.ui.Key
 
KEY_H - Static variable in class com.jbstrap.ui.Key
 
KEY_I - Static variable in class com.jbstrap.ui.Key
 
KEY_J - Static variable in class com.jbstrap.ui.Key
 
KEY_K - Static variable in class com.jbstrap.ui.Key
 
KEY_L - Static variable in class com.jbstrap.ui.Key
 
KEY_M - Static variable in class com.jbstrap.ui.Key
 
KEY_N - Static variable in class com.jbstrap.ui.Key
 
KEY_O - Static variable in class com.jbstrap.ui.Key
 
KEY_P - Static variable in class com.jbstrap.ui.Key
 
KEY_PRESS - Enum constant in enum class com.jbstrap.core.event.EventType
Keyboard key press event
KEY_Q - Static variable in class com.jbstrap.ui.Key
 
KEY_R - Static variable in class com.jbstrap.ui.Key
 
KEY_S - Static variable in class com.jbstrap.ui.Key
 
KEY_T - Static variable in class com.jbstrap.ui.Key
 
KEY_U - Static variable in class com.jbstrap.ui.Key
 
KEY_UP - Enum constant in enum class com.jbstrap.core.event.EventType
Key up event
KEY_V - Static variable in class com.jbstrap.ui.Key
 
KEY_W - Static variable in class com.jbstrap.ui.Key
 
KEY_X - Static variable in class com.jbstrap.ui.Key
 
KEY_Y - Static variable in class com.jbstrap.ui.Key
 
KEY_Z - Static variable in class com.jbstrap.ui.Key
 
KEYBOARD_O - Enum constant in enum class com.jbstrap.ui.Icon
 
KeyboardEvent - Class in com.jbstrap.core.event
This class contains the data about the keyboard events.
KeyboardEvent() - Constructor for class com.jbstrap.core.event.KeyboardEvent
 
KeyDownEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Key down event handler interface
KeyPressEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Key press event handler interface
KeyUpEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Key up event handler interface
KHAKI - Static variable in class com.jbstrap.ui.bootstrap.Color
 

L

label - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
label - Variable in class com.jbstrap.ui.components.form.FormItem
 
LABEL - Static variable in class com.jbstrap.ui.components.charts.GaugeChartSection
 
LABEL_COLUMN - Static variable in class com.jbstrap.ui.components.charts.Series
 
labelColumn - Variable in class com.jbstrap.ui.components.charts.Series
 
labelPosition - Variable in class com.jbstrap.ui.components.form.FormItem
 
labelSizes - Variable in class com.jbstrap.ui.components.form.FormItem
 
LANGUAGE - Enum constant in enum class com.jbstrap.ui.Icon
 
LAPTOP - Enum constant in enum class com.jbstrap.ui.Icon
 
LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonSize
Large size button
LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.ContainerType
Large container
LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemSize
Large form item
LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.ScreenSize
Large Display
LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.Shadow
The component has a large shadow.
LARGE_PALETTE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
LASSO - Static variable in interface com.jbstrap.ui.components.charts.SupportLasso
 
LAST() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the last item for all screen sizes.
LAST(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the last column for the specified or bigger screen sizes.
LAST_MONTH - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The previous month.
LAST_QUARTER - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The previous quarter.
LAST_WEEK - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The previous week.
LAST_YEAR - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The previous year.
LASTFM - Enum constant in enum class com.jbstrap.ui.Icon
 
LASTFM_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
LAVENDER - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LAVENDER_BLUSH - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LAWN_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LAZY - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridFetchType
Lazy fetch
LEAF - Enum constant in enum class com.jbstrap.ui.Icon
 
LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.Align
Left alignment
LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
The dropdown menu is displayed to the left from the button.
LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.DropDownDirection
The dropdown menu is displayed to the left from the button.
LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.TabType
The tab labels will be on the left side of the tab
LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.TextAlign
Left alignment
LEFT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
The chart is displayed as a semicircle facing left.
LEFT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
The legend is displayed on the left side of the chart.
LEFT - Enum constant in enum class com.jbstrap.ui.components.enums.ToolTipPosition
The tooltip will appear to the left of to the assigned component.
LEFT - Enum constant in enum class com.jbstrap.ui.components.form.base.FormItemLabelAligment
 
LEFT - Enum constant in enum class com.jbstrap.ui.components.form.FormItemLabelPosition
In this case the form element will be displayed in front of the input field (left side), with the label's set width.
LEFT - Enum constant in enum class com.jbstrap.ui.components.form.items.DropDownPosition
The calendar will be on the left side of the input field, in the DatePicker and DateRangePicker components.
LEFT - Enum constant in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
The line separating the splitter component’s containers is located on the left side of the component Only for horizontal splitter
LEFT - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
Column data are aligned to left.
LEFT - Static variable in class com.jbstrap.ui.Key
 
LEFT_PILLS - Enum constant in enum class com.jbstrap.ui.bootstrap.TabType
The tab lables will be displayed as a button on the left side of the tab
LEGACY - Enum constant in enum class com.jbstrap.ui.components.navbar.NavBarTheme
 
LEGAL - Enum constant in enum class com.jbstrap.ui.Icon
 
LegendPosition - Enum Class in com.jbstrap.ui.components.charts.params.enums
Legend positions.
LEMON_CHIFFON - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LEMON_O - Enum constant in enum class com.jbstrap.ui.Icon
 
LESS_OR_EQUAL - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined value is less or equal than the specified value.
LESS_THAN - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined value is less than the specified value.
LEVEL_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
LEVEL_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
LICENSE_FILE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The license file's location on the server
LIFE_BOUY - Enum constant in enum class com.jbstrap.ui.Icon
 
LIFE_RING - Enum constant in enum class com.jbstrap.ui.Icon
 
LIFE_SAVER - Enum constant in enum class com.jbstrap.ui.Icon
 
LIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s light color.
LIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's light color.
LIGHT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
LIGHT - Enum constant in enum class com.jbstrap.ui.components.navbar.NavBarTheme
 
LIGHT - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_CENTER - Enum constant in enum class com.jbstrap.ui.components.timeline.Timeline.TimelineType
The component's background will be dark, while the items will have a light background.
LIGHT_CORAL - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_CYAN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_GOLDEN_ROD_YELLOW - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_GRAY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_GREY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_LEFT - Enum constant in enum class com.jbstrap.ui.components.timeline.Timeline.TimelineType
The component's background will be dark, while the items will have a light background.
LIGHT_PINK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_SALMON - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_SEA_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_SKY_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_SLATE_GRAY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_SLATE_GREY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_SPEED_IN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
LIGHT_SPEED_OUT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
LIGHT_STEEL_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHT_TO_DARK - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
The lower slice of the gauge chart is the theme’s light color, the upper slice is the theme’s dark color.
LIGHT_YELLOW - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIGHTBULB_O - Enum constant in enum class com.jbstrap.ui.Icon
 
LIKE - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined text contains the specified text.
LIME - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LIME_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LINE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
Line tooltip.
LINE_CHART - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Line chart
LINE_CHART - Enum constant in enum class com.jbstrap.ui.Icon
 
LINE_WIDTH - Static variable in class com.jbstrap.ui.components.charts.AreaSeries
 
LINE_WIDTH - Static variable in class com.jbstrap.ui.components.charts.LineSeries
 
LineChart - Class in com.jbstrap.ui.components.charts
A line chart is a series of data points connected with lines.
LineChart(String) - Constructor for class com.jbstrap.ui.components.charts.LineChart
Creates the line chart.
LineChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.LineChart
Creates the line chart component and sets the name of the DataDescriptor and that of the X axis column.
LINEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
LineSeries - Class in com.jbstrap.ui.components.charts
Series object to be used on a line chart.
LineSeries(String) - Constructor for class com.jbstrap.ui.components.charts.LineSeries
Creates a series object to be displayed on a line chart.
LineSeries(String, String) - Constructor for class com.jbstrap.ui.components.charts.LineSeries
Creates a series object to be displayed on a line chart.
Link - Class in com.jbstrap.ui.components
Hyperlink component
Link() - Constructor for class com.jbstrap.ui.components.Link
Creates a Link component
Link(Icon, String) - Constructor for class com.jbstrap.ui.components.Link
Creates a link component with the specified URL and icon
Link(Icon, String, String) - Constructor for class com.jbstrap.ui.components.Link
Creates a link component with the specified URL, text and icon
Link(String) - Constructor for class com.jbstrap.ui.components.Link
Creates a Link component with specified ID
Link(String, Icon, String) - Constructor for class com.jbstrap.ui.components.Link
Creates a link component with the specified URL and icon
Link(String, Icon, String, String) - Constructor for class com.jbstrap.ui.components.Link
Creates a link component with the specified URL, text and icon
Link(String, String) - Constructor for class com.jbstrap.ui.components.Link
Creates a link component with the specified text and URL
Link(String, String, String) - Constructor for class com.jbstrap.ui.components.Link
Creates a link component with the specified text and URL
LINK - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will be displayed as a link, that is, it won't have a frame, or background color.
LINK - Enum constant in enum class com.jbstrap.ui.Icon
 
LINKEDIN - Enum constant in enum class com.jbstrap.ui.Icon
 
LINKEDIN_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
LINODE - Enum constant in enum class com.jbstrap.ui.Icon
 
LINUX - Enum constant in enum class com.jbstrap.ui.Icon
 
LIST - Enum constant in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Columns that display on lists.
LIST - Enum constant in enum class com.jbstrap.ui.Icon
 
LIST_ALT - Enum constant in enum class com.jbstrap.ui.Icon
 
LIST_GIRD_REFRESH_DATA - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid refresh data event
LIST_GRID_COLUMN_MOVE - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid column move event
LIST_GRID_COLUMN_RESIZE - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid column resize event
LIST_GRID_COLUMN_SHOW - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid column show or hide event
LIST_GRID_HEADER_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
List grid header click event
LIST_GRID_HEADER_DOUBLE_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
List grid header double-click event
LIST_GRID_NEXT_PAGE - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid next page request event
LIST_GRID_RESIZE - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid resize event
LIST_GRID_ROW_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid row click event
LIST_GRID_ROW_DOUBLE_CLICK - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid row double-click event
LIST_GRID_SORT - Enum constant in enum class com.jbstrap.core.event.EventType
ListGrid sort data event
LIST_OL - Enum constant in enum class com.jbstrap.ui.Icon
 
LIST_UL - Enum constant in enum class com.jbstrap.ui.Icon
 
ListBox - Class in com.jbstrap.ui.components.list
List component
ListBox() - Constructor for class com.jbstrap.ui.components.list.ListBox
Creates an empty unordered list
ListBox(boolean) - Constructor for class com.jbstrap.ui.components.list.ListBox
Creates an empty list and sets if the list is ordered or unordered
ListBox(String) - Constructor for class com.jbstrap.ui.components.list.ListBox
Creates an empty unordered list with the specified ID
ListBox(String, boolean) - Constructor for class com.jbstrap.ui.components.list.ListBox
Creates an empty list and sets if the list is ordered or unordered
ListGrid - Class in com.jbstrap.ui.components.listgrid
ListGrid component
ListGrid() - Constructor for class com.jbstrap.ui.components.listgrid.ListGrid
Creates an empty list grid.
ListGrid(DataDescriptor) - Constructor for class com.jbstrap.ui.components.listgrid.ListGrid
Creates a list grid based on the language code specified in the DataDescriptor.
ListGrid(DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.listgrid.ListGrid
Creates a list grid based on the language code specified in the DataDescriptor.
ListGrid(String) - Constructor for class com.jbstrap.ui.components.listgrid.ListGrid
Creates an empty list grid using the specified language code.
ListGrid(String, DataDescriptor) - Constructor for class com.jbstrap.ui.components.listgrid.ListGrid
Creates a list grid based on the language code specified in the DataDescriptor.
ListGrid(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.listgrid.ListGrid
Creates a list grid based on the language code specified in the DataDescriptor.
ListGrid(String, String) - Constructor for class com.jbstrap.ui.components.listgrid.ListGrid
Creates an empty list grid using the specified language code.
ListGridBooleanFormatter - Class in com.jbstrap.ui.components.listgrid.formatters
Boolean formatter class for the ListGrid component
ListGridBooleanFormatter() - Constructor for class com.jbstrap.ui.components.listgrid.formatters.ListGridBooleanFormatter
Creates the formatter class using the default settings.
ListGridBooleanFormatter(String, String) - Constructor for class com.jbstrap.ui.components.listgrid.formatters.ListGridBooleanFormatter
Creates the formatter class and sets TRUE and FALSE values according to the specified custom values.
ListGridCellFormatter - Interface in com.jbstrap.ui.components.listgrid.interfaces
Display value formatter interface for ListGrid.
ListGridCellFormatterCustomFormat - Interface in com.jbstrap.ui.components.listgrid.interfaces
 
ListGridCellRenderer - Interface in com.jbstrap.ui.components.listgrid.interfaces
Custom cell renderer for the ListGrid component.
ListGridColumn - Class in com.jbstrap.ui.components.listgrid
ListGrid column
ListGridColumn(DataDescriptorColumn, String, ListGridCellFormatter) - Constructor for class com.jbstrap.ui.components.listgrid.ListGridColumn
Creates a new list grid column based on the specified DataDescriptor with the default formatter class and language code.
ListGridColumn(String, ListGridColumnType) - Constructor for class com.jbstrap.ui.components.listgrid.ListGridColumn
Creates a column with the specified name and type.
ListGridColumnAlignment - Enum Class in com.jbstrap.ui.components.listgrid.enums
List grid content alignments.
ListGridColumnMoveEvent - Class in com.jbstrap.core.event
This class contains the data of the ListGrid Column Move event.
ListGridColumnMoveEvent() - Constructor for class com.jbstrap.core.event.ListGridColumnMoveEvent
 
ListGridColumnMoveHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid column move event handler interface
ListGridColumnResizeEvent - Class in com.jbstrap.core.event
This class contains the data of the ListGrid Column resize event.
ListGridColumnResizeEvent() - Constructor for class com.jbstrap.core.event.ListGridColumnResizeEvent
 
ListGridColumnResizeHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid column resize event handler interface
ListGridColumnShowEvent - Class in com.jbstrap.core.event
This class contains the data of the ListGrid Column show or hide These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique ID The column is show or hide
ListGridColumnShowEvent() - Constructor for class com.jbstrap.core.event.ListGridColumnShowEvent
 
ListGridColumnShowHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid column show or hide event handler interface
ListGridColumnType - Enum Class in com.jbstrap.ui.components.listgrid.enums
List grid column types.
ListGridContextMenuOrder - Enum Class in com.jbstrap.ui.components.listgrid.enums
List grid column menu order types.
ListGridDateFormatter - Class in com.jbstrap.ui.components.listgrid.formatters
Date formatter class for the ListGrid.
ListGridDateFormatter() - Constructor for class com.jbstrap.ui.components.listgrid.formatters.ListGridDateFormatter
 
ListGridDateTimeFormatter - Class in com.jbstrap.ui.components.listgrid.formatters
Date and time formatter class for the ListGrid.
ListGridDateTimeFormatter() - Constructor for class com.jbstrap.ui.components.listgrid.formatters.ListGridDateTimeFormatter
 
ListGridFetchDone - Interface in com.jbstrap.ui.components.listgrid.interfaces
Event handler interface for query finished event.
ListGridFetchType - Enum Class in com.jbstrap.ui.components.listgrid.enums
List grid data fetch types.
ListGridHeaderClickEvent - Class in com.jbstrap.core.event
This class contains the data of the basic JBStrap mouse event.
ListGridHeaderClickEvent() - Constructor for class com.jbstrap.core.event.ListGridHeaderClickEvent
 
ListGridHeaderClickHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid header click event handler interface
ListGridHeaderDoubleClickEvent - Class in com.jbstrap.core.event
This class contains the data of the basic JBStrap mouse event.
ListGridHeaderDoubleClickEvent() - Constructor for class com.jbstrap.core.event.ListGridHeaderDoubleClickEvent
 
ListGridHeaderDoubleClickHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid header double-click event handler interface
ListGridNextPageEventHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid next page event handler interface
ListGridNextPageRequestEvent - Class in com.jbstrap.core.event
This class contains the data of the ListGrid next page request event.
ListGridNextPageRequestEvent() - Constructor for class com.jbstrap.core.event.ListGridNextPageRequestEvent
 
ListGridNumberFormatter - Class in com.jbstrap.ui.components.listgrid.formatters
Numeric formatter class for the ListGrid component
ListGridNumberFormatter() - Constructor for class com.jbstrap.ui.components.listgrid.formatters.ListGridNumberFormatter
 
ListGridRecordState - Enum Class in com.jbstrap.ui.components.listgrid.enums
An enum containing all possible record states in the list grid.
ListGridRefreshDataEvent - Class in com.jbstrap.core.event
This class contains the data request request event.
ListGridRefreshDataEvent() - Constructor for class com.jbstrap.core.event.ListGridRefreshDataEvent
 
ListGridRefreshDataHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid refresh data event handler interface
ListGridRow - Class in com.jbstrap.ui.components.listgrid
Class representing a ListGrid row.
ListGridRow(ListGrid, List<ListGridColumn>, Record) - Constructor for class com.jbstrap.ui.components.listgrid.ListGridRow
 
ListGridRowClickEvent - Class in com.jbstrap.core.event
This class contains the data of the basic JBStrap mouse event.
ListGridRowClickEvent() - Constructor for class com.jbstrap.core.event.ListGridRowClickEvent
 
ListGridRowClickHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid row click event handler interface
ListGridRowDoubleClickEvent - Class in com.jbstrap.core.event
This class contains the data of the basic JBStrap mouse event.
ListGridRowDoubleClickEvent() - Constructor for class com.jbstrap.core.event.ListGridRowDoubleClickEvent
 
ListGridRowDoubleClickHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid row double-click event handler interface
ListGridSortEvent - Class in com.jbstrap.core.event
This class contains the list grid need sort data These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique ID
ListGridSortEvent() - Constructor for class com.jbstrap.core.event.ListGridSortEvent
 
ListGridSortEventHandler - Interface in com.jbstrap.core.event.handlers.custom
ListGrid sort data event handler interface
ListItem - Class in com.jbstrap.ui.components.list
List item component, to be placed on the list component
ListItem() - Constructor for class com.jbstrap.ui.components.list.ListItem
Creates an empty list item component
ListItem(Component<?>) - Constructor for class com.jbstrap.ui.components.list.ListItem
Creates a list item component, with another component as content.
ListItem(String) - Constructor for class com.jbstrap.ui.components.list.ListItem
Creates a list item component with the given text content
ListItem(String, Component<?>) - Constructor for class com.jbstrap.ui.components.list.ListItem
Creates a list item component, with another component as content.
ListItem(String, String) - Constructor for class com.jbstrap.ui.components.list.ListItem
Creates a list item component with the given text content
LITERA - Enum constant in enum class com.jbstrap.ui.Themes
 
LiveFavicon - Class in com.jbstrap.ui
Live Favicon
LiveFavicon(String) - Constructor for class com.jbstrap.ui.LiveFavicon
Creates a favicon bubble with the specified text content
LiveFavicon(String, String) - Constructor for class com.jbstrap.ui.LiveFavicon
Creates a bubble on the icon, with the specified text and background color
LiveFavicon(String, String, Integer, Integer, String) - Constructor for class com.jbstrap.ui.LiveFavicon
Creates a bubble on the icon, with the specified parameters
LOAD_JAVASCRIPT - Enum constant in enum class com.jbstrap.core.websocket.messages.MessageType
JavaScript package load triggering message
LoadButton - Class in com.jbstrap.ui.components.button
The button component, that when it's pressed, the text on the button is replaced with a loading animation.
LoadButton(Icon, String, LoadButtonAnimation, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.LoadButton
Creates a new load button with the specified icon, text, animation and style(s)
LoadButton(String, LoadButtonAnimation) - Constructor for class com.jbstrap.ui.components.button.LoadButton
Creates a new load button with the specified text and animation.
LoadButton(String, LoadButtonAnimation, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.LoadButton
Creates a new load button with the specified text, animation and style(s)
LoadButton(String, Icon, String, LoadButtonAnimation, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.LoadButton
Creates a new load button with the specified icon, text, animation and style(s)
LoadButton(String, String, LoadButtonAnimation) - Constructor for class com.jbstrap.ui.components.button.LoadButton
Creates a new load button with the specified text and animation.
LoadButton(String, String, LoadButtonAnimation, StyleElement...) - Constructor for class com.jbstrap.ui.components.button.LoadButton
Creates a new load button with the specified text, animation and style(s)
LoadButtonAnimation - Enum Class in com.jbstrap.ui.components.button
Animations that the Load button component can use.
loadJavaScript(String...) - Method in class com.jbstrap.core.websocket.Client
Loads the specified JavaScript to the client.
LoadJavascriptMessage - Class in com.jbstrap.core.websocket.messages
 
LoadJavascriptMessage() - Constructor for class com.jbstrap.core.websocket.messages.LoadJavascriptMessage
Creates a JavaScript load message
loadMessagesMap(ClassLoader, String...) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Loads the file (message map) containing the messages to the cache.
loadMessagesMap(String...) - Static method in class com.jbstrap.core.utils.MessageSourceAPI
Loads the file (message map) containing the messages to the cache.
loadPlugin(Class<? extends JBStrapPlugin>) - Static method in class com.jbstrap.core.JBStrap
Loads the specified plugin to the JBStrap framework.
loadPlugins() - Method in class com.jbstrap.ui.Startup
Loads external plugins.
LOCATION_ARROW - Enum constant in enum class com.jbstrap.ui.Icon
 
LOCK - Enum constant in enum class com.jbstrap.ui.Icon
 
LOG - Static variable in class com.jbstrap.core.websocket.messages.DebugMessage
LOG level message
LOG - Static variable in interface com.jbstrap.ui.components.form.SupportAppend
 
LOG - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
LOGIN_PAGE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The page id of the login page.
loginUser(CurrentUser) - Method in class com.jbstrap.ui.BaseLoginPage
Logs the user in.
loginUser(Client, CurrentUser) - Static method in class com.jbstrap.core.JBStrap
Logs the specified user into the application.
logout(Client, CurrentUser) - Method in interface com.jbstrap.core.interfaces.AuthenticationInterface
Handles the user logout event.
logoutUser(Client) - Static method in class com.jbstrap.core.JBStrap
Logs the specified user out.
LONG - Enum constant in enum class com.jbstrap.core.enums.JSDataType
 
LONG - Enum constant in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Long data type column
LONG_ARROW_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
LONG_ARROW_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
LONG_ARROW_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
LONG_ARROW_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
LongValidator - Class in com.jbstrap.core.validators
The long validator class
LongValidator() - Constructor for class com.jbstrap.core.validators.LongValidator
 
LOSES_FOCUS - Enum constant in enum class com.jbstrap.core.event.EventType
Focus loss event
LosesFoucusEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Loses focus event handler interface
loss(int) - Method in class com.jbstrap.ui.components.Counter
Decrements the counter value by the given number
LUMEN - Enum constant in enum class com.jbstrap.ui.Themes
 

M

MAGENTA - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MAGIC - Enum constant in enum class com.jbstrap.ui.Icon
 
MAGNET - Enum constant in enum class com.jbstrap.ui.Icon
 
MAIL_FORWARD - Enum constant in enum class com.jbstrap.ui.Icon
 
MAIL_REPLY - Enum constant in enum class com.jbstrap.ui.Icon
 
MAIL_REPLY_ALL - Enum constant in enum class com.jbstrap.ui.Icon
 
MALE - Enum constant in enum class com.jbstrap.ui.Icon
 
MAP_MARKER - Enum constant in enum class com.jbstrap.ui.Icon
 
MappedField - Annotation Interface in com.jbstrap.core.dao.base.annotation.viewmapping
When querying view entities, it must be specified, which view entity field corresponds to which entity field.
MappedField.List - Annotation Interface in com.jbstrap.core.dao.base.annotation.viewmapping
 
MapUtils - Class in com.jbstrap.core.utils
Map handling utility methods
Margin - Class in com.jbstrap.ui.bootstrap
Available margins
MARGIN_0() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen types, padding is removed from all sides of the component.
MARGIN_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
No margin is set on one side of the component in case of the specified screen size or a bigger screen size.
MARGIN_1() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 1 unit thick margin is set on every side of the component.
MARGIN_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On all sides of the component, a 1 unit thick margin is set in case of the specified or bigger screen size.
MARGIN_2() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 2 units thick margin is set on every side of the component.
MARGIN_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On all sides of the component, a 2 units thick margin is set in case of the specified or bigger screen size.
MARGIN_3() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 3 units thick margin is set on every side of the component.
MARGIN_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On all sides of the component, a 3 units thick margin is set in case of the specified or bigger screen size.
MARGIN_4() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 4 units thick margin is set on every side of the component.
MARGIN_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On all sides of the component, a 4 units thick margin is set in case of the specified or bigger screen size.
MARGIN_5() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 5 units thick margin is set on every side of the component.
MARGIN_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On all sides of the component, a 5 units thick margin is set in case of the specified or bigger screen size.
MARGIN_BOTTOM_0() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, no margin is set for all screen sizes.
MARGIN_BOTTOM_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, no margin is set for the specified screen size.
MARGIN_BOTTOM_1() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 1 unit thick margin is set on the lower side of the component for all screen sizes.
MARGIN_BOTTOM_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_BOTTOM_2() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 2 unit thick margin is set for all screen sizes.
MARGIN_BOTTOM_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_BOTTOM_3() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 3 unit thick margin is set for all screen sizes.
MARGIN_BOTTOM_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_BOTTOM_4() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 4 unit thick margin is set for all screen sizes.
MARGIN_BOTTOM_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_BOTTOM_5() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 5 unit thick margin is set for all screen sizes.
MARGIN_BOTTOM_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower side of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_BOTTOM_AUTO() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the bottom of the component.
MARGIN_BOTTOM_AUTO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the bottom of the component.
MARGIN_HORIZONTAL_0() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right and left sides of the component, no margin is set for all screen sizes.
MARGIN_HORIZONTAL_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right and left sides of the component, no margin is set for the specified screen size.
MARGIN_HORIZONTAL_1() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 1 unit thick margin is set on the right and left sides of the component for all screen sizes.
MARGIN_HORIZONTAL_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right and left sides of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_HORIZONTAL_2() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 2 unit thick margin is set on the right and left sides of the component for all screen sizes.
MARGIN_HORIZONTAL_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right and left sides of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_HORIZONTAL_3() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 3 unit thick margin is set on the right and left sides of the component for all screen sizes.
MARGIN_HORIZONTAL_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right and left sides of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_HORIZONTAL_4() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 4 unit thick margin is set on the right and left sides of the component for all screen sizes.
MARGIN_HORIZONTAL_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right and left sides of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_HORIZONTAL_5() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 5 unit thick margin is set on the right and left sides of the component for all screen sizes.
MARGIN_HORIZONTAL_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right and left sides of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_HORIZONTAL_AUTO() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the left and right sides of the component.
MARGIN_HORIZONTAL_AUTO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the right side of the component.
MARGIN_LEFT_0() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the left side of the component, no margin is set for all screen sizes.
MARGIN_LEFT_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the left side of the component, no margin is set for the specified screen size.
MARGIN_LEFT_1() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 1 unit thick margin is set on the left side of the component for all screen sizes.
MARGIN_LEFT_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the left side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_LEFT_2() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 2 unit thick margin is set on the left side of the component for all screen sizes.
MARGIN_LEFT_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the left side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_LEFT_3() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 3 unit thick margin is set on the left side of the component for all screen sizes.
MARGIN_LEFT_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the left side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_LEFT_4() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 4 unit thick margin is set on the left side of the component for all screen sizes.
MARGIN_LEFT_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the left side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_LEFT_5() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 5 unit thick margin is set on the left side of the component for all screen sizes.
MARGIN_LEFT_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the left side of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_LEFT_AUTO() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the left side of the component.
MARGIN_LEFT_AUTO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the left side of the component.
MARGIN_RIGHT_0() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right side of the component, no margin is set for all screen sizes.
MARGIN_RIGHT_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right side of the component, no margin is set for the specified screen size.
MARGIN_RIGHT_1() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 1 unit thick margin is set on the right side of the component for all screen sizes.
MARGIN_RIGHT_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_RIGHT_2() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 2 unit thick margin is set on the right side of the component for all screen sizes.
MARGIN_RIGHT_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_RIGHT_3() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 3 unit thick margin is set on the right side of the component for all screen sizes.
MARGIN_RIGHT_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_RIGHT_4() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 4 unit thick margin is set on the right side of the component for all screen sizes.
MARGIN_RIGHT_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_RIGHT_5() - Static method in class com.jbstrap.ui.bootstrap.Margin
A 5 unit thick margin is set on the right side of the component for all screen sizes.
MARGIN_RIGHT_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the right side of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_RIGHT_AUTO() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the right side of the component.
MARGIN_RIGHT_AUTO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the right side of the component.
MARGIN_TOP_0() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, there is no margin set for the upper side of the component.
MARGIN_TOP_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
For the specified screen size, there is no margin set for the upper side of the component.
MARGIN_TOP_1() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 1 unit thick margin is set on the top of the component.
MARGIN_TOP_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the upper side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_TOP_2() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 2 unit thick margin is set on the upper side of the component.
MARGIN_TOP_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the upper side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_TOP_3() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 3 unit thick margin is set on the upper side of the component.
MARGIN_TOP_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the upper side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_TOP_4() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 4 unit thick margin is set on the upper side of the component.
MARGIN_TOP_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the upper side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_TOP_5() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, a 5 unit thick margin is set on the upper side of the component.
MARGIN_TOP_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the upper side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_TOP_AUTO() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the top of the component.
MARGIN_TOP_AUTO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the top of the component.
MARGIN_VERTICAL_0() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sidess of the component, no margin is set for all screen sizes.
MARGIN_VERTICAL_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sidess of the component, no margin is set for the specified screen size.
MARGIN_VERTICAL_1() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 1 unit thick margin is set for all screen sizes.
MARGIN_VERTICAL_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_VERTICAL_2() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 2 unit thick margin is set for all screen sizes.
MARGIN_VERTICAL_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_VERTICAL_3() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 3 unit thick margin is set for all screen sizes.
MARGIN_VERTICAL_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_VERTICAL_4() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 4 unit thick margin is set for all screen sizes.
MARGIN_VERTICAL_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_VERTICAL_5() - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 5 unit thick margin is set for all screen sizes.
MARGIN_VERTICAL_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
On the lower and upper sides of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
MARGIN_VERTICAL_AUTO() - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the top and bottom sides of the component.
MARGIN_VERTICAL_AUTO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Margin
For all screen sizes, automatic margin is set on the top and bottom sides of the component.
MARIADB - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
MARKER - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
MARKER_FILL_COLOR - Static variable in interface com.jbstrap.ui.components.charts.AdvancedMarker
 
MARKER_LINE_COLOR - Static variable in interface com.jbstrap.ui.components.charts.AdvancedMarker
 
MARKER_LINE_WIDTH - Static variable in interface com.jbstrap.ui.components.charts.AdvancedMarker
 
MARKER_SIZE - Static variable in class com.jbstrap.ui.components.charts.Series
 
MARKER_TYPE - Static variable in class com.jbstrap.ui.components.charts.Series
 
MARKERS - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
MarkerType - Enum Class in com.jbstrap.ui.components.charts.params.enums
Marker types.
MAROON - Static variable in class com.jbstrap.ui.bootstrap.Color
 
marshal(Map<String, String>) - Method in class com.jbstrap.core.meta.xml.ColumnValueAdapter
 
MASK - Static variable in class com.jbstrap.core.meta.MetaParamName
 
masterEntity() - Element in annotation interface com.jbstrap.core.dao.base.annotation.ForeignKey
The entity class, which has its primary id written in the annotated entity field.
MATERIA - Enum constant in enum class com.jbstrap.ui.Themes
 
MAX - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
MAX_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MAX_DATE_VALUE - Static variable in class com.jbstrap.ui.components.form.base.DateRange
 
MAX_EXPORTED_ROW_COUNT - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Sets the maximum amount of lines that can be exported from the ListGrid component in one data transfer
MAX_VALUE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MAX_VALUE - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
MAXCDN - Enum constant in enum class com.jbstrap.ui.Icon
 
maxDate - Variable in class com.jbstrap.ui.components.form.items.DateRangePicker
 
md5(String) - Static method in class com.jbstrap.core.utils.CryptoUtils
Encrypts the specified string using MD5
MEANPATH - Enum constant in enum class com.jbstrap.ui.Icon
 
MEASURE_COLOR - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
MEASURES - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
MEDIUM - Enum constant in enum class com.jbstrap.ui.bootstrap.ContainerType
Medium container
MEDIUM - Enum constant in enum class com.jbstrap.ui.bootstrap.ScreenSize
Medium Display
MEDIUM - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
MEDIUM_AQUA_MARINE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_ORCHID - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_PURPLE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_SEAG_REEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_SLATE_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_SPRING_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_TURQUOISE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDIUM_VIOLET_RED - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MEDKIT - Enum constant in enum class com.jbstrap.ui.Icon
 
MEETUP - Enum constant in enum class com.jbstrap.ui.Icon
 
MEH_O - Enum constant in enum class com.jbstrap.ui.Icon
 
menu - Variable in class com.jbstrap.ui.components.ContextMenu
 
MenuBar - Class in com.jbstrap.ui.components.menubar
Menu bar component for the JBStrap framework
MenuBar() - Constructor for class com.jbstrap.ui.components.menubar.MenuBar
Creates an empty menu bar component.
MenuBar(String) - Constructor for class com.jbstrap.ui.components.menubar.MenuBar
Creates a menu bar component, based on the specified menu.
MenuBar(String, CurrentUser) - Constructor for class com.jbstrap.ui.components.menubar.MenuBar
Creates a menu bar component, based on the specified menu.
MenuBarBrand - Class in com.jbstrap.ui.components.menubar
 
MenuBarBrand() - Constructor for class com.jbstrap.ui.components.menubar.MenuBarBrand
 
MenuCache - Enum Class in com.jbstrap.core.cache
 
MenuItem - Class in com.jbstrap.core.cache
The menu item POJO class
MenuItem(String, Icon, String) - Constructor for class com.jbstrap.core.cache.MenuItem
Creates a new menu item
MenuItem(String, Icon, String, MenuOperation, String) - Constructor for class com.jbstrap.core.cache.MenuItem
Creates a new menu item
MenuItemClickHandler - Interface in com.jbstrap.ui.interfaces
Custom click event handler interface.
menuItemIsExists(String, String) - Method in enum class com.jbstrap.core.cache.MenuCache
 
MenuItemLevel - Enum Class in com.jbstrap.ui.bootstrap
Menu item levels
MenuOperation - Enum Class in com.jbstrap.ui.components.enums
The menu operation types
merge(Parameters...) - Method in class com.jbstrap.core.Parameters
Merges the object with the specified parameters
MessageBus - Class in com.jbstrap.core.messagebus
MessageBus implementation for the JBStrap framework
MessageBus() - Constructor for class com.jbstrap.core.messagebus.MessageBus
 
MessageBusListener - Interface in com.jbstrap.core.messagebus
Asynchronous MessageBus listener interface
messageBusOpened(String) - Static method in class com.jbstrap.core.JBStrap
Determines if the specified global level message bus is open.
messageBusOpened(String) - Method in class com.jbstrap.core.messagebus.MessageBus
Determines if the specified message bus exists, and is opened.
MessageDecoder - Class in com.jbstrap.core.websocket
 
MessageDecoder() - Constructor for class com.jbstrap.core.websocket.MessageDecoder
 
MessageEncoder - Class in com.jbstrap.core.websocket
 
MessageEncoder() - Constructor for class com.jbstrap.core.websocket.MessageEncoder
 
MessageSourceAPI - Class in com.jbstrap.core.utils
It's possible to load previously defined text messages in the application.
MessageType - Enum Class in com.jbstrap.core.websocket.messages
 
MessageWithReturnValue - Interface in com.jbstrap.core.websocket.interfaces
 
MetaCache - Enum Class in com.jbstrap.core.cache
 
MetaParamName - Class in com.jbstrap.core.meta
 
MetaParamName() - Constructor for class com.jbstrap.core.meta.MetaParamName
 
MICROCHIP - Enum constant in enum class com.jbstrap.ui.Icon
 
MICROPHONE - Enum constant in enum class com.jbstrap.ui.Icon
 
MICROPHONE_SLASH - Enum constant in enum class com.jbstrap.ui.Icon
 
MIDDLE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.BarTextPosition
Data points are displayed in the center of columns in a bar chart.
MIDNIGHT_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MILESTONE - Enum constant in enum class com.jbstrap.ui.components.calendar.ScheduleType
Milestone
MIN - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
MIN_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MIN_DATE_VALUE - Static variable in class com.jbstrap.ui.components.form.base.DateRange
 
MIN_VALUE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MIN_VALUE - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
minDate - Variable in class com.jbstrap.ui.components.form.items.DateRangePicker
 
MINI - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonSize
Mini size button
MINI - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
Mini size
MINT_CREAM - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MINUS - Enum constant in enum class com.jbstrap.ui.Icon
 
MINUS_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
MINUS_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
MINUS_SQUARE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
MISTY_ROSE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MOBILE - Enum constant in enum class com.jbstrap.ui.Icon
 
MOBILE_PHONE - Enum constant in enum class com.jbstrap.ui.Icon
 
MOCCASIN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
ModalFooter(String) - Constructor for class com.jbstrap.ui.components.windows.ModalWindow.ModalFooter
 
ModalHeader(String) - Constructor for class com.jbstrap.ui.components.windows.ModalWindow.ModalHeader
 
ModalWindow - Class in com.jbstrap.ui.components.windows
Modal window component
ModalWindow() - Constructor for class com.jbstrap.ui.components.windows.ModalWindow
Creates an empty modal window
ModalWindow(String) - Constructor for class com.jbstrap.ui.components.windows.ModalWindow
Creates an empty modal window with specified ID
ModalWindow.ModalFooter - Class in com.jbstrap.ui.components.windows
Modal window footer component
ModalWindow.ModalHeader - Class in com.jbstrap.ui.components.windows
The modal window header component
modified - Variable in class com.jbstrap.ui.components.form.FormItem
 
MODIFIED - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
Records that are in the memory and in the database as well, but at least one of their attributes differ or the number of their attributes differ are called “modified”.
Modifier - Annotation Interface in com.jbstrap.core.dao.base.annotation.audit
This annotation can be used to mark entity fields.
ModifierTimestamp - Annotation Interface in com.jbstrap.core.dao.base.annotation.audit
This annotation can be used to mark entity fields.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class com.jbstrap.core.websocket.JBStrapWSConfig
 
MONEY - Enum constant in enum class com.jbstrap.ui.Icon
 
MONTH - Enum constant in enum class com.jbstrap.ui.components.calendar.CalendarView
Monthly view.
The calendar will display events of one month at a time
MOON_O - Enum constant in enum class com.jbstrap.ui.Icon
 
MORTAR_BOARD - Enum constant in enum class com.jbstrap.ui.Icon
 
MOUSE_DOWN - Enum constant in enum class com.jbstrap.core.event.EventType
Mouse button down event
MOUSE_ENTER - Enum constant in enum class com.jbstrap.core.event.EventType
The mouse enter event
MOUSE_LEAVE - Enum constant in enum class com.jbstrap.core.event.EventType
The mouse leave event
MOUSE_MOVE - Enum constant in enum class com.jbstrap.core.event.EventType
The mouse move event
MOUSE_OUT - Enum constant in enum class com.jbstrap.core.event.EventType
Mouse out event
MOUSE_OVER - Enum constant in enum class com.jbstrap.core.event.EventType
The mouse over event
MOUSE_UP - Enum constant in enum class com.jbstrap.core.event.EventType
Mouse up event
MouseDownEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Mouse button down event handler interface
MouseEnterEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Mouse enter event handler
MouseEvent - Class in com.jbstrap.core.event
This class contains the data of the mouse event.
MouseEvent() - Constructor for class com.jbstrap.core.event.MouseEvent
 
MouseLeaveEventHandler - Interface in com.jbstrap.core.event.handlers.dom
The mouse leave event handler interface
MouseMoveEventHandler - Interface in com.jbstrap.core.event.handlers.dom
The mouse move event handler interface
MouseOutEventHandler - Interface in com.jbstrap.core.event.handlers.dom
The mouse out event handler interface
MouseOverEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Mouse over event handler interface
MouseUpEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Mouse button up event handler interface
MOUSEWHEEL - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MouseWheelEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Mouse wheel event handler interface
moveMapElement(Map<K, V>, Integer, Integer) - Static method in class com.jbstrap.core.utils.MapUtils
Moves the specified map element to another position
MSSQL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
MULTI_VALUE_EXTEND_VALUES - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MULTI_VALUE_JOIN_TABLE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MULTI_VALUE_RECORD_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MULTI_VALUE_VALUE_COLUMN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MULTIPART - Enum constant in enum class com.jbstrap.ui.components.form.FormEncoding
The data is not encoded.
MULTIPLE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
MultiSeriesChart<T extends SeriesBasedChart<?>,D extends Series> - Interface in com.jbstrap.ui.components.charts
Charts that implement this interface can have multiple series.
MultiValueFormItem<T extends Component<?>> - Interface in com.jbstrap.ui.interfaces
An interface used to display form item component with multiple values.
MUSIC - Enum constant in enum class com.jbstrap.ui.Icon
 
MUTED - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
Muted text type
MUTED - Static variable in class com.jbstrap.ui.bootstrap.Color
 
MYSQL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 

N

name - Variable in class com.jbstrap.core.CurrentUser
 
name - Variable in class com.jbstrap.core.meta.BaseDataDescriptor
 
name - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
NAME - Static variable in class com.jbstrap.ui.components.charts.BaseChart
Parameter name with the chart’s name.
NativeStatementException - Exception in com.jbstrap.core.dao.exception
Native SQL statement exception
NativeStatementException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.NativeStatementException
Native SQL statement exception, The error message is created, based on the message parameters and the message key.
NAVAJO_WHITE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
NavBar - Class in com.jbstrap.ui.components.navbar
 
NavBar() - Constructor for class com.jbstrap.ui.components.navbar.NavBar
Creates a navbar component.
NavBar(NavBarTheme) - Constructor for class com.jbstrap.ui.components.navbar.NavBar
Creates a navbar component based on the specified theme.
NavBar(String) - Constructor for class com.jbstrap.ui.components.navbar.NavBar
Creates a navbar component using the specified language.
NavBar(String, String) - Constructor for class com.jbstrap.ui.components.navbar.NavBar
Creates a navbar component using the specified unique ID and language code.
NavBar(String, String, NavBarTheme) - Constructor for class com.jbstrap.ui.components.navbar.NavBar
Creates a navbar component using the specified unique ID, language code and theme.
NavBarFooterButton - Class in com.jbstrap.ui.components.navbar
The footer component is a button that is displayed in the NavBar component’s footer.
NavBarFooterButton(Icon) - Constructor for class com.jbstrap.ui.components.navbar.NavBarFooterButton
Creates a NavBarFooter button component.
NavBarFooterButtonPopup - Class in com.jbstrap.ui.components.navbar
Popup menu component for buttons in the @{link NavBar component’s footer.
NavBarFooterButtonPopup() - Constructor for class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
 
NavBarItem - Class in com.jbstrap.ui.components.navbar
Menu item component for NavBar.
NavBarItem(String, boolean) - Constructor for class com.jbstrap.ui.components.navbar.NavBarItem
 
NavBarSeachHandler - Interface in com.jbstrap.ui.components.navbar
The interface implementing search event handling for the NavBar and MenuBar components.
NavBarTheme - Enum Class in com.jbstrap.ui.components.navbar
Themes to be used in the NavBar component.
navigateTo(String) - Method in class com.jbstrap.core.websocket.Client
Closes the current page, and opens the new specified page.
navigateTo(String, boolean) - Method in class com.jbstrap.core.websocket.Client
Navigates to the specified page.
navigateTo(String, Parameters) - Method in class com.jbstrap.core.websocket.Client
Closes the currently displayed page and opens a new page, with the specified parameters.
navigateTo(String, Parameters, boolean) - Method in class com.jbstrap.core.websocket.Client
Navigates to the specified page (with the specified parameters).
navigateToCache() - Method in class com.jbstrap.core.websocket.Client
 
navigateToForceRefresh(String) - Method in class com.jbstrap.core.websocket.Client
Navigates to the specified page by forcing a refresh of the UI.
navigateToForceRefresh(String, Parameters) - Method in class com.jbstrap.core.websocket.Client
Navigates to the specified page (with the specified dynamic parameter(s)) by forcing a refresh of the UI.
NAVIGATION_EVENT - Enum constant in enum class com.jbstrap.core.event.EventType
 
NavigationEvent - Class in com.jbstrap.core.event
This class contains the data about the MenuBar and NavBar navigation events.
NavigationEvent() - Constructor for class com.jbstrap.core.event.NavigationEvent
 
NavigationEventHandler - Interface in com.jbstrap.core.event.handlers.custom
 
NavigationPoint - Class in com.jbstrap.core
 
NavigationPoint(String, Class<? extends UI>, Class<? extends BasePage>) - Constructor for class com.jbstrap.core.NavigationPoint
 
NAVY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
negateCriteria(Criteria) - Static method in class com.jbstrap.ui.utils.CriteriaUtils
Negates the filter criterion (inverts the operator in the criterion).
NEW - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
Records that are only stored in the memory, but are not yet saved to the database are called “new” records.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.jbstrap.core.utils.UTF8Control
newInstance(String) - Method in class com.jbstrap.core.meta.DataDescriptorType
Creates a new DataDescriptor based on the type.
newInstance(String, String) - Method in class com.jbstrap.core.meta.DataDescriptorType
Creates a new DataDescriptor based on the type.
newRecord() - Method in class com.jbstrap.ui.components.form.Form
Starts the editing of a new record in the form component.
NEWSPAPER_O - Enum constant in enum class com.jbstrap.ui.Icon
 
next() - Method in class com.jbstrap.ui.components.calendar.Calendar
Goes forward one step in the calendar.
next() - Method in class com.jbstrap.ui.components.panels.tab.Tab
Selects the tab page, that is to the right of the currently selected (active) tab page.
next() - Method in class com.jbstrap.ui.components.wizard.Wizard
Steps forward the wizard component.
nextBtn - Variable in class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
 
NINE() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the ninth item for all screen sizes.
NINE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the ninth column for the specified or bigger screen sizes.
NINE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 9/12 on all screens.
NINE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 9/12 for all screen sizes.
NINE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 9/12 for the specified and bigger screen sizes.
NINE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 9/12 for the specified and bigger screen sizes.
NO - Enum constant in enum class com.jbstrap.ui.components.enums.DefaultButton
 
NO_DATA_TEXT - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
NONE - Enum constant in enum class com.jbstrap.core.meta.enums.FilterType
No filter
NONE - Enum constant in enum class com.jbstrap.ui.bootstrap.SelectionType
Non-selectable content.
NONE - Enum constant in enum class com.jbstrap.ui.bootstrap.Shadow
The component does not have a shadow (default setting).
NONE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TickNumbers
Ticks are not displayed on the chart.
NONE - Enum constant in enum class com.jbstrap.ui.components.enums.MenuOperation
No operation type
NONE - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
NONE() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column has no offset on any screen.
NONE() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Hides the component for all screen sizes.
NONE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column has no offset on any screen.
NONE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Hides the component in case of the specified and bigger screen sizes.
NORMAL - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
Normal operator
NOT_ENDS_WITH - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined text doesn't end with the specified text.
NOT_EQUALS - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
Examines if the two values are not equal.
NOT_IN_SET - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
This operator checks if a value isn't in the specified list.
NOT_LIKE - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined text doesn't contain the specified text.
NOT_NULL - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
Checks if the value is not null.
NOT_ROUNDED - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Straightens out the component border.
NOT_STARTS_WITH - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined text doesn't start with the specified text.
NotificationType - Enum Class in com.jbstrap.ui.components.enums
The types of notifications in the JBStrap framework
NoTransaction - Class in com.jbstrap.core.dao.base
 
NoTransaction() - Constructor for class com.jbstrap.core.dao.base.NoTransaction
 
NOWRAP() - Static method in class com.jbstrap.ui.bootstrap.Flex
Items in the flex container will not be wrapped at the end of the line if they do not fit in the container, but will overlap for all screen sizes.
NOWRAP(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
The items in the flexible container are not be wrapped at the end of the line if they do not fit in the container, but will overlap in case of the specified and bigger screen sizes.
NULL - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
Null value checking operators
NullValidator - Class in com.jbstrap.core.validators
Null validator class
NullValidator() - Constructor for class com.jbstrap.core.validators.NullValidator
 
NUMBER - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.AxisType
An axis displaying numeric values.
NUMBER - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Numeric column
NUMBER - Enum constant in enum class com.jbstrap.ui.converters.BooleanConverters
If you choose this implementation, boolean values are converted to 1 and 0.
NumberItem - Class in com.jbstrap.ui.components.form.items
Number item
NumberItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.NumberItem
Creates a numeric input field using the specified DataDescriptor column.
NumberItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.NumberItem
Creates a numeric input field based on the specified DataDescriptor column and language code.
NumberItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.NumberItem
Creates an input field with the specified name and label.
NumberItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.NumberItem
Creates a numeric input field with the specified name, label and language code.
NumberRangeFilter - Class in com.jbstrap.ui.components.listgrid
 
NumberRangeFilter(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
NUMBERS_FONT - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
NUMLOCK - Static variable in class com.jbstrap.ui.Key
 

O

ObjectConverter - Class in com.jbstrap.core.converters
 
OBJECTIVE_C - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
OFF_TEXT - Static variable in class com.jbstrap.core.meta.MetaParamName
 
OK - Enum constant in enum class com.jbstrap.ui.components.enums.DefaultButton
 
OLDLACE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
OLIVE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
OLIVE_DRAB - Static variable in class com.jbstrap.ui.bootstrap.Color
 
ON_TEXT - Static variable in class com.jbstrap.core.meta.MetaParamName
 
onAnimationEnd(AnimationEvent) - Method in interface com.jbstrap.core.event.handlers.dom.AnimationEndEventHandler
Animation end event handler
onAnimationStart(AnimationEvent) - Method in interface com.jbstrap.core.event.handlers.dom.AnimationStartEventHandler
Animation start event handler
onBack(WizardStep) - Method in interface com.jbstrap.ui.components.wizard.interfaces.StepBackHandler
The method is called if the user navigates back to the previous step.
onCalendarInitDown(CalendarInitDoneEvent) - Method in class com.jbstrap.ui.components.calendar.Calendar
 
onCalendarViewChanged(CalendarChangeViewEvent) - Method in class com.jbstrap.ui.components.calendar.Calendar
 
onChanged(FormChangedEvent) - Method in interface com.jbstrap.core.event.handlers.custom.FormChangedEventHandler
Form changed event handler
onChangeEditor(FilterbarChangeEditorEvent) - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
 
onClick(CalendarClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.CalendarClickHandler
Calendar click event handler
onClick(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.ClickEventHandler
Click event handler
onClientConnected(Client) - Method in interface com.jbstrap.core.interfaces.ClientConnectedHandler
The method is called, if a client has connected to the server, and the client initialization is done.
onClientDisconnected(Client) - Method in interface com.jbstrap.core.interfaces.ClientDisconnectedHandler
This method is called when a client disconnects from the server
onClose(TabPage) - Method in interface com.jbstrap.ui.components.panels.tab.TabPageCloseHandler
Tab page closing event handler.
onClose(Session) - Method in class com.jbstrap.core.websocket.JBStrapEndPoint
Close WebSocket channel
onColumnMove(ListGridColumnMoveEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridColumnMoveHandler
ListGrid column move event handler
onColumnMove(ListGridColumnMoveEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onColumnResize(ListGridColumnResizeEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridColumnResizeHandler
ListGrid column resize event handler
onColumnResize(ListGridColumnResizeEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onColumnShowHide(ListGridColumnShowEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridColumnShowHandler
ListGrid column show or hide event handler
onColumnShowHide(ListGridColumnShowEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onCopy(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.CopyEventHandler
The copy event handler
onCut(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.CutEventHandler
The cut event handler
onDataClick(ChartClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ChartClickEventHandler
Chart click event handler
onDefaultClickHandler(MouseEvent) - Method in class com.jbstrap.ui.components.button.LoadButton
 
onDefaultDoubleClickHandler(MouseEvent) - Method in class com.jbstrap.ui.components.button.LoadButton
 
onDone(DoneEvent) - Method in interface com.jbstrap.core.event.handlers.custom.DoneEventHandler
Process done event handler
onDoubleClick(CalendarDoubleClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.CalendarDoubleClickHandler
Calendar double-click event handler
onDoubleClick(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.DoubleClickEventHandler
Double-click event handler
onDragEnd(DragEndEvent) - Method in interface com.jbstrap.core.event.handlers.custom.DragEndEventHandler
Drag event end handler
onDragSort(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.DragSortEventHandler
 
onDragStart(DragStartEvent) - Method in interface com.jbstrap.core.event.handlers.custom.DragStartEventHandler
Drag start event handler
onDrop(DropEvent) - Method in interface com.jbstrap.core.event.handlers.custom.DropEventHandler
Drop event handler
ONE() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the first item for all screen sizes.
ONE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the first column for the specified or bigger screen sizes.
ONE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 1/12 on all screens.
ONE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 1/12 for all screen sizes.
ONE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 1/12 for the specified and bigger screen sizes.
ONE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 1/12 for the specified and bigger screen sizes.
onEnterPressed(KeyboardEvent) - Method in interface com.jbstrap.core.event.handlers.custom.EnterPressedEventHandler
ENTER pressed event handler
onError(ErrorEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ErrorEventHandler
Generic error event handler
onError(ErrorEvent) - Method in class com.jbstrap.ui.components.FileMiniature
 
onError(Throwable) - Method in interface com.jbstrap.core.meta.interfaces.DataDescriptorCallback
The method is invoked, if an error was encountered during the async operation
onError(Throwable) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
onError(Session, Throwable) - Method in class com.jbstrap.core.websocket.JBStrapEndPoint
Error in WebSocket communication
onFetch(int, int, Criteria, List<Order>, Client) - Method in interface com.jbstrap.ui.interfaces.FetchEvent
If a component implements the Fetchable interface, a custom query can be initiated.
onFetchDone() - Method in interface com.jbstrap.ui.components.listgrid.interfaces.ListGridFetchDone
The method is called if the ListGrid has completed retrieving data from the database.
onFetchDone(FetchDoneEvent) - Method in interface com.jbstrap.core.event.handlers.custom.FetchDoneEventHandler
Fetching done event handler
onFilter(Criteria) - Method in interface com.jbstrap.ui.components.filter.FilterBarFiltering
This method is called if the user starts filtering via the filter component
onFilter(Criteria) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onFilter(FilterbarFilteringEvent) - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
Filter handling
onFilter(FilterbarFilteringEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Filter handling
onFinish() - Method in interface com.jbstrap.ui.components.wizard.interfaces.WizardFinishHandler
The method is called if the user has completed the wizard.
onFocus(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.FocusEventHandler
Focus gain event handler
onFocusIn(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.FocusInEventHandler
Focus in event handler
onFocusOut(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.FocusOutEventHandler
Focus out event handler
onFormChanged(Form, FormItem<?, ?>, Record) - Method in interface com.jbstrap.ui.components.form.FormChangeHandler
The method is called when any field's value is changed on the Form, or if a new record is loaded to the form.
onFormItemValueChange(FormItem<?, ?>, Object) - Method in interface com.jbstrap.ui.components.form.base.FormChangeListenerHandler
 
onFormItemValueChanged(FormItemChangeEvent) - Method in class com.jbstrap.ui.components.form.FormItem
 
onFormItemValueChanged(FormItemChangeEvent) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
onFormItemValueChanged(FormItemChangeEvent) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Default change event handler.
onFormItemValueChanged(FormItemChangeEvent) - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
onHeaderClick(ListGridHeaderClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridHeaderClickHandler
ListGrid header click event handler
onHeaderDoubleClick(ListGridHeaderDoubleClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridHeaderDoubleClickHandler
ListGrid header double-click event handler
onHide() - Method in class com.jbstrap.ui.Component
The operations to be executed after the component is hidden on the client
onHide() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
onHide() - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
onHide() - Method in class com.jbstrap.ui.components.panels.tab.Tab
 
onHotKeyEventHandler(HotKeyEvent) - Method in class com.jbstrap.ui.Component
 
onHotKeyEventHandler(HotKeyEvent) - Method in class com.jbstrap.ui.components.form.FormItem
 
onHotKeyPressed(HotKeyEvent) - Method in interface com.jbstrap.core.event.handlers.custom.HotKeyEventHandler
Hotkey press event handler
onInit(WizardStep) - Method in interface com.jbstrap.ui.components.wizard.interfaces.StepInitHandler
The method is called if the wizard step is to be initialized.
onInput(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.InputEventHandler
Input event handler
onJavaScriptError(JavaScriptExceptionEvent) - Method in interface com.jbstrap.core.event.handlers.system.JavaScriptErrorHandler
 
onKeyDown(KeyboardEvent) - Method in interface com.jbstrap.core.event.handlers.dom.KeyDownEventHandler
Key down event handler
onKeyPress(KeyboardEvent) - Method in interface com.jbstrap.core.event.handlers.dom.KeyPressEventHandler
Key press event handler
onKeyUp(KeyboardEvent) - Method in interface com.jbstrap.core.event.handlers.dom.KeyUpEventHandler
Key up event handler
onLassoEnd(ChartLassoEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ChartLassoEventHandler
Chart lasso event handler
onLeave(WizardStep) - Method in interface com.jbstrap.ui.components.wizard.interfaces.StepLeaveHandler
The method is called if the user has left a wizard step.
onLosesFocus(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.LosesFoucusEventHandler
Loses focus event handler
ONLY_DISPLAYED_COLUMNS - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
ONLY_EDITOR - Enum constant in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Column that is only displayed on the editor
ONLY_LIST - Enum constant in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Columns that only display on lists.
onMenuItemClick(Object) - Method in interface com.jbstrap.ui.interfaces.MenuItemClickHandler
The method is called if the user selects a menu item associated with the click event.
onMessage(Session, BaseEvent) - Method in class com.jbstrap.core.websocket.JBStrapEndPoint
Receive message from WebSocket
onMessageReceived(String, Object) - Method in interface com.jbstrap.core.messagebus.MessageBusListener
Method for processing messages recieved through MessageBus
onMouseDown(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseDownEventHandler
Mouse button down event handler
onMouseEnter(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseEnterEventHandler
Mouse enter event
onMouseLeave(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseLeaveEventHandler
The mouse leave event handler
onMouseMove(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseMoveEventHandler
The mouse move event handler
onMouseOut(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseOutEventHandler
The mouse out event handler
onMouseOver(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseOverEventHandler
Mouse over event handler
onMouseUp(MouseEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseUpEventHandler
Mouse up event handler
onMouseWheel(WheelEvent) - Method in interface com.jbstrap.core.event.handlers.dom.MouseWheelEventHandler
Mouse wheel event handler
onNavigate(NavigationEvent) - Method in interface com.jbstrap.core.event.handlers.custom.NavigationEventHandler
 
onNext(WizardStep) - Method in interface com.jbstrap.ui.components.wizard.interfaces.StepNextHandler
The method is called if the user navigates to the next step.
onNextPageRequest(FilterbarChangeEditorEvent) - Method in interface com.jbstrap.core.event.handlers.custom.FilterbarChangeEditorEventHandler
Filter bar changed editor event handler
onNextPageRequest(FilterbarFilteringEvent) - Method in interface com.jbstrap.core.event.handlers.custom.FilterbarFilteringEventHandler
Filter bar filtering event handler
onNextPageRequest(ListGridNextPageRequestEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridNextPageEventHandler
ListGrid next page event handler
onNextPageRequest(ListGridNextPageRequestEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onNodeClick(TreeviewNode) - Method in interface com.jbstrap.ui.components.treeview.interfaces.TreeviewNodeClickEvent
The event is triggered, when the user clicks on a treeview node.
onNodeClose(TreeviewNode) - Method in interface com.jbstrap.ui.components.treeview.interfaces.TreeviewNodeCloseEvent
The event is triggered, when a user closes a treeview node.
onNodeOpen(TreeviewNode) - Method in interface com.jbstrap.ui.components.treeview.interfaces.TreeviewNodeOpenEvent
The event is triggered, when a user opens a treeview node.
onNodeSelect(TreeviewNode) - Method in interface com.jbstrap.ui.components.treeview.interfaces.TreeviewNodeSelectEvent
The event is triggered, when the user selects a node in the treeview component.
onOpen(Session, EndpointConfig) - Method in class com.jbstrap.core.websocket.JBStrapEndPoint
Open WebSocket channel
onOpenPage(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
The default navigation event handler, that will navigate to the specified page.
onOpenPage(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
 
onPaste(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.PasteEventHandler
The paste event handler
onRefreshDaa(ListGridRefreshDataEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridRefreshDataHandler
ListGrid refresh page event handler
onRefreshData(ListGridRefreshDataEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onRendering() - Method in interface com.jbstrap.ui.components.charts.ChartTooltipRenderer
Unique tooltip renderer method.
onRendering(String, Object, Record) - Method in interface com.jbstrap.ui.components.listgrid.interfaces.ListGridCellRenderer
Performs cell rendering.
onResize(PageResizeEvent) - Method in interface com.jbstrap.core.event.handlers.custom.PageResizeEventHandler
Page resize event handler
onRowClick(ListGridRowClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridRowClickHandler
ListGrid row click event handler
onRowClick(ListGridRowClickEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onRowDoubleClick(ListGridRowDoubleClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridRowDoubleClickHandler
ListGrid row double-click event handler
onScheduleClick(CalendarScheduleClickEvent) - Method in interface com.jbstrap.core.event.handlers.custom.CalendarScheduleClickHandler
The calendar schedule click handler
onScheduleMove(CalendarMoveScheduleEvent) - Method in interface com.jbstrap.core.event.handlers.custom.CalendarMoveScheduleHandler
Calendar move schedule event handler
onScheduleMove(CalendarMoveScheduleEvent) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the specified calendar scheduled event move event handler
onScroll(BrowserEvent) - Method in interface com.jbstrap.core.event.handlers.dom.ScrollEventHandler
Scroll event handler
onSearch(String) - Method in interface com.jbstrap.ui.components.navbar.NavBarSeachHandler
Search event handler for the NavBar component.
onShow() - Method in class com.jbstrap.ui.Component
The operations to be executed after the component is displayed on the client
onShow() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
 
onShow() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
onShow() - Method in class com.jbstrap.ui.components.form.FormItem
 
onShow() - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
 
onShow() - Method in class com.jbstrap.ui.components.form.items.DualListBox
 
onShow() - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
 
onShow() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onShow() - Method in class com.jbstrap.ui.components.panels.tab.Tab
 
onShow() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
 
onShow() - Method in class com.jbstrap.ui.components.timeline.Timeline
 
onShow() - Method in class com.jbstrap.ui.components.treeview.Treeview
 
onShow() - Method in class com.jbstrap.ui.UI.RootLayout
 
onShow(WizardStep) - Method in interface com.jbstrap.ui.components.wizard.interfaces.StepShowHandler
The method is called if the wizard step is displayed.
onSort(ListGridSortEvent) - Method in interface com.jbstrap.core.event.handlers.custom.ListGridSortEventHandler
ListGridsort data event handler
onSort(ListGridSortEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
onSuccess(List<Record>) - Method in interface com.jbstrap.core.meta.interfaces.DataDescriptorCallback
The method is invoked, if the async data handling operation was successful.
onSuccess(List<Record>) - Method in class com.jbstrap.ui.components.charts.BubbleChart
 
onSuccess(List<Record>) - Method in class com.jbstrap.ui.components.charts.PopulationPyramidChart
 
onSuccess(List<Record>) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
onTouchCacnel(TouchEvent) - Method in interface com.jbstrap.core.event.handlers.dom.TouchCancelEventHandler
Touch cancel event handler
onTouchEnd(TouchEvent) - Method in interface com.jbstrap.core.event.handlers.dom.TouchEndEventHandler
Touch end event handler
onTouchMove(TouchEvent) - Method in interface com.jbstrap.core.event.handlers.dom.TouchMoveEventHandler
Touch move event handler
onTouchStart(TouchEvent) - Method in interface com.jbstrap.core.event.handlers.dom.TouchStartEventHandler
Touch start event handler.
onUploadDone(FileItemDoneEvent) - Method in interface com.jbstrap.core.event.handlers.custom.FileItemDoneHandler
Successful file upload
onUploadDone(FileItemDoneEvent) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
onUploadDone(FileItemUploadStartEvent) - Method in interface com.jbstrap.core.event.handlers.custom.FileItemUploadStartHandler
File upload start event
onUploadError(FileItemErrorEvent) - Method in interface com.jbstrap.core.event.handlers.custom.FileItemErrorHandler
Upload exception handling
onUploadError(FileItemErrorEvent) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
onUploadStart(FileItemUploadStartEvent) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
onValueChanged(FormItemChangeEvent) - Method in interface com.jbstrap.core.event.handlers.dom.ValueChangedHandler
Value changed event handler
onViewChanged(CalendarChangeViewEvent) - Method in interface com.jbstrap.core.event.handlers.custom.CalendarViewChangeEventHandler
Calendar view change event handler
open() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Expands the current node and all containing parents.
OPEN - Enum constant in enum class com.jbstrap.ui.components.treeview.TreeviewNodeState
The treeview node is open
OPEN_PAGE - Enum constant in enum class com.jbstrap.ui.components.enums.MenuOperation
Page opening operation
openAllNodes() - Method in class com.jbstrap.ui.components.treeview.Treeview
Opens all the nodes in the tree.
openCascade() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Expands the current node and all its children.
OPENID - Enum constant in enum class com.jbstrap.ui.Icon
 
openMessageBus(String) - Static method in class com.jbstrap.core.JBStrap
Opens a global level message bus
openMessageBus(String) - Method in class com.jbstrap.core.messagebus.MessageBus
Opens a MessageBus
openPage(String) - Method in class com.jbstrap.ui.components.Breadcrumb
Open a new tab based on breadcrumb
openPage(String, Parameters) - Method in class com.jbstrap.ui.components.Breadcrumb
Open a new tab based on breadcrumb
openPalette() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Opens the palette on the interface.
openTag(String) - Method in class com.jbstrap.ui.Component
Opens the specified HTML tag during the drawing of the component.
openTransaction() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Initiates a transaction with the DataDescriptor type.
openTransaction() - Method in interface com.jbstrap.core.meta.DataDescriptor
 
openTransaction() - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
As the DataDescriptor does not support transaction handling, the method returns null.
openTransaction() - Method in class com.jbstrap.core.meta.JPADataDescriptor
Initiates a transaction with the DataDescriptor type.
openTransaction() - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Initiates a transaction with the DataDescriptor type.
OperatorType - Enum Class in com.jbstrap.core.dao.enums
Operator types
OperatorTypeBreed - Enum Class in com.jbstrap.core.dao.enums
 
OR - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
An 'OR' connection between two or more criteria.
ORANGE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
ORANGERED - Static variable in class com.jbstrap.ui.bootstrap.Color
 
ORCHID - Static variable in class com.jbstrap.ui.bootstrap.Color
 
Order - Class in com.jbstrap.core.dao
POJO class for ordering
Order(String) - Constructor for class com.jbstrap.core.dao.Order
Creates an Order, that will sort in ascending order
Order(String, OrderType) - Constructor for class com.jbstrap.core.dao.Order
Creates an Order, with the specified ordering type
ORDER - Static variable in class com.jbstrap.core.meta.MetaParamName
 
ORDER - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
orderItems() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
 
OrderType - Enum Class in com.jbstrap.core.dao.enums
Order types
originalValue - Variable in class com.jbstrap.ui.components.form.FormItem
 
OUTDENT - Enum constant in enum class com.jbstrap.ui.Icon
 
OUTLINE_DANGER - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have outlined the theme's danger color.
OUTLINE_INFO - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have outlined the theme's info color.
OUTLINE_PRIMARY - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have outlined the theme's primary color.
OUTLINE_SECONDARY - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have outlined the theme's secundary color.
OUTLINE_SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have outlined the theme's success color.
OUTLINE_WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have outlined the theme's warning color.

P

PACKAGE - Enum constant in enum class com.jbstrap.ui.Icon
 
Padding - Class in com.jbstrap.ui.bootstrap
Available paddings
PADDING - Static variable in class com.jbstrap.ui.components.charts.DonutChart
 
PADDING - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
PADDING - Static variable in class com.jbstrap.ui.components.charts.PieChart
 
PADDING_0() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen types, padding is removed from all sides of the component.
PADDING_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
No padding is set on one side of the component in case of the specified screen size or a bigger screen size.
PADDING_1() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 1 unit thick padding is set on every side of the component.
PADDING_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On all sides of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
PADDING_2() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 2 unit thick padding is set on every side of the component.
PADDING_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On all sides of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
PADDING_3() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 3 unit thick padding is set on every side of the component.
PADDING_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On all sides of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
PADDING_4() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 4 unit thick padding is set on every side of the component.
PADDING_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On all sides of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
PADDING_5() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 5 unit thick padding is set on every side of the component.
PADDING_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On all sides of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
PADDING_BOTTOM_0() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, there is no padding set for the lower side of the component.
PADDING_BOTTOM_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
For the specified screen size, there is no padding set for the lower side of the component.
PADDING_BOTTOM_1() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 1 unit thick padding is set on the lower side of the component.
PADDING_BOTTOM_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
PADDING_BOTTOM_2() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 2 unit thick padding is set on the lower side of the component.
PADDING_BOTTOM_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
PADDING_BOTTOM_3() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 3 unit thick padding is set on the lower side of the component.
PADDING_BOTTOM_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
PADDING_BOTTOM_4() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 4 unit thick padding is set on the lower side of the component.
PADDING_BOTTOM_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
PADDING_BOTTOM_5() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 5 unit thick padding is set on the lower side of the component.
PADDING_BOTTOM_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower side of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
PADDING_HORIZONTAL_0() - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right and left sides of the component, no padding is set for all screen sizes.
PADDING_HORIZONTAL_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right and left sides of the component, no padding is set for the specified screen size.
PADDING_HORIZONTAL_1() - Static method in class com.jbstrap.ui.bootstrap.Padding
A 1 unit thick padding is set on the right and left sides of the component for all screen sizes.
PADDING_HORIZONTAL_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right and left sides of the component, a 1 unit thick padding is set for the specified or bigger screen sizes.
PADDING_HORIZONTAL_2() - Static method in class com.jbstrap.ui.bootstrap.Padding
A 2 unit thick padding is set on the right and left sides of the component for all screen sizes.
PADDING_HORIZONTAL_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right and left sides of the component, a 2 unit thick padding is set for the specified or bigger screen sizes.
PADDING_HORIZONTAL_3() - Static method in class com.jbstrap.ui.bootstrap.Padding
A 3 unit thick padding is set on the right and left sides of the component for all screen sizes.
PADDING_HORIZONTAL_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right and left sides of the component, a 3 unit thick padding is set for the specified or bigger screen sizes.
PADDING_HORIZONTAL_4() - Static method in class com.jbstrap.ui.bootstrap.Padding
A 4 unit thick padding is set on the right and left sides of the component for all screen sizes.
PADDING_HORIZONTAL_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right and left sides of the component, a 4 unit thick padding is set for the specified or bigger screen sizes.
PADDING_HORIZONTAL_5() - Static method in class com.jbstrap.ui.bootstrap.Padding
A 5 unit thick padding is set on the right and left sides of the component for all screen sizes.
PADDING_HORIZONTAL_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right and left sides of the component, a 5 unit thick padding is set for the specified or bigger screen sizes.
PADDING_LEFT_0() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, there is no padding set for the left side of the component.
PADDING_LEFT_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
For the specified screen size, there is no padding set for the left side of the component.
PADDING_LEFT_1() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 1 unit thick padding is set on the left side of the component.
PADDING_LEFT_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the left side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
PADDING_LEFT_2() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 2 unit thick padding is set on the left side of the component.
PADDING_LEFT_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the left side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
PADDING_LEFT_3() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 3 unit thick padding is set on the left side of the component.
PADDING_LEFT_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the left side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
PADDING_LEFT_4() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 4 unit thick padding is set on the left side of the component.
PADDING_LEFT_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the left side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
PADDING_LEFT_5() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 5 unit thick padding is set on the left side of the component.
PADDING_LEFT_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the left side of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
PADDING_RIGHT_0() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, there is no padding set for the right side of the component.
PADDING_RIGHT_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
For the specified screen size, there is no padding set for the right side of the component.
PADDING_RIGHT_1() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 1 unit thick padding is set on the right side of the component.
PADDING_RIGHT_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
PADDING_RIGHT_2() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 2 unit thick padding is set on the right side of the component.
PADDING_RIGHT_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
PADDING_RIGHT_3() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 3 unit thick padding is set on the right side of the component.
PADDING_RIGHT_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
PADDING_RIGHT_4() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 4 unit thick padding is set on the right side of the component.
PADDING_RIGHT_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
PADDING_RIGHT_5() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 5 unit thick padding is set on the right side of the component.
PADDING_RIGHT_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the right side of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
PADDING_TOP_0() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, there is no padding set for the upper side of the component.
PADDING_TOP_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
For the specified screen size, there is no padding set for the upper side of the component.
PADDING_TOP_1() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 1 unit thick padding is set on the top of the component.
PADDING_TOP_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the upper side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
PADDING_TOP_2() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 2 unit thick padding is set on every side of the component.
PADDING_TOP_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the upper side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
PADDING_TOP_3() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 3 unit thick padding is set on every side of the component.
PADDING_TOP_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the upper side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
PADDING_TOP_4() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 4 unit thick padding is set on the upper side of the component.
PADDING_TOP_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the upper side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
PADDING_TOP_5() - Static method in class com.jbstrap.ui.bootstrap.Padding
For all screen sizes, a 5 unit thick padding is set on the upper side of the component.
PADDING_TOP_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the upper side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
PADDING_VERTICAL_0() - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, no padding is set for all screen sizes.
PADDING_VERTICAL_0(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, no padding is set for the specified screen size.
PADDING_VERTICAL_1() - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 1 unit thick padding is set for all screen sizes.
PADDING_VERTICAL_1(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 1 unit thick padding is set for the specified or bigger screen sizes.
PADDING_VERTICAL_2() - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 2 unit thick padding is set for all screen sizes.
PADDING_VERTICAL_2(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 2 unit thick padding is set for the specified or bigger screen sizes.
PADDING_VERTICAL_3() - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 3 unit thick padding is set for all screen sizes.
PADDING_VERTICAL_3(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 3 unit thick padding is set for the specified or bigger screen sizes.
PADDING_VERTICAL_4() - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 4 unit thick padding is set for all screen sizes.
PADDING_VERTICAL_4(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 4 unit thick padding is set for the specified or bigger screen sizes.
PADDING_VERTICAL_5() - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 5 unit thick padding is set for all screen sizes.
PADDING_VERTICAL_5(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Padding
On the lower and upper sides of the component, a 5 unit thick padding is set for the specified or bigger screen sizes.
PAGE_ANIMATION - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The animation that plays when a page is opened
PAGE_DOWN - Static variable in class com.jbstrap.ui.Key
 
PAGE_RESIZE - Enum constant in enum class com.jbstrap.core.event.EventType
Page resize event
PAGE_SIZE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The lazy fetch pagination.
PAGE_UP - Static variable in class com.jbstrap.ui.Key
 
PAGELINES - Enum constant in enum class com.jbstrap.ui.Icon
 
PageResizeEvent - Class in com.jbstrap.core.event
This class contains the data about the browser page resize event These are the following: The client on which the event occurred The ID of the component on which the event occurred The event type The instance of the component, on which the event occurred The event's unique ID The new page width The new page height Page resize event
PageResizeEvent() - Constructor for class com.jbstrap.core.event.PageResizeEvent
 
PageResizeEventHandler - Interface in com.jbstrap.core.event.handlers.custom
Page resize event handler interface
pages - Variable in class com.jbstrap.ui.components.panels.tab.Tab
 
Pages - Enum Class in com.jbstrap.core.cache
 
PAINT_BRUSH - Enum constant in enum class com.jbstrap.ui.Icon
 
PALE_GOLDEN_ROD - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PALE_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PALE_TURQUOISE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PALE_VIOLET_RED - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PAPAYA_WHIP - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PAPER_PLANE - Enum constant in enum class com.jbstrap.ui.Icon
 
PAPER_PLANE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
PAPERCLIP - Enum constant in enum class com.jbstrap.ui.Icon
 
Paragraph - Class in com.jbstrap.ui.components
Paragraph component
Paragraph(Component<?>...) - Constructor for class com.jbstrap.ui.components.Paragraph
Creates a paragraph component, with the specified components in it
Paragraph(String) - Constructor for class com.jbstrap.ui.components.Paragraph
Creates a paragraph component, with the specified text in it.
Paragraph(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.Paragraph
Creates a paragraph component, with the specified components in it
Paragraph(String, String) - Constructor for class com.jbstrap.ui.components.Paragraph
Creates a paragraph component, with the specified text in it.
PARAGRAPH - Enum constant in enum class com.jbstrap.ui.Icon
 
param - Variable in class com.jbstrap.ui.components.charts.Series
 
Parameters - Class in com.jbstrap.core
Class for storing parameters and transporting them
Parameters() - Constructor for class com.jbstrap.core.Parameters
 
parameterSettings(ServletContext) - Method in class com.jbstrap.ui.Startup
Sets the JBStrap application parameters.
params - Variable in class com.jbstrap.core.data.DataExporter
 
params - Variable in class com.jbstrap.ui.BasePage
The parameters that are assigned to the page
params - Variable in class com.jbstrap.ui.components.charts.BaseChart
A class containing chart parameters.
params - Variable in class com.jbstrap.ui.components.form.FormItem
 
parentChart - Variable in class com.jbstrap.ui.components.charts.Series
 
parseBoolean(Object) - Static method in class com.jbstrap.core.converters.BooleanConverter
Converts the specified value into a boolean value
PASCAL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
PASSWORD - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Password input field.
PasswordItem - Class in com.jbstrap.ui.components.form.items
Password item
PasswordItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.PasswordItem
Create a password entry field according to the specified DataDescriptor column.
PasswordItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.PasswordItem
Creates a password input field from the specified DataDescriptor column and language code.
PasswordItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.PasswordItem
Creates an password field with the specified name and label.
PasswordItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.PasswordItem
Creates a password input field with the specified name, label and language code.
PASTE - Enum constant in enum class com.jbstrap.core.event.EventType
Paste event
PASTE - Enum constant in enum class com.jbstrap.ui.Icon
 
PasteEventHandler - Interface in com.jbstrap.core.event.handlers.dom
The paste event handler interface
PAUSE - Enum constant in enum class com.jbstrap.ui.Icon
 
PAUSE - Static variable in class com.jbstrap.ui.Key
 
PAW - Enum constant in enum class com.jbstrap.ui.Icon
 
PAYPAL - Enum constant in enum class com.jbstrap.ui.Icon
 
PEACH_PUFF - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PENCIL - Enum constant in enum class com.jbstrap.ui.Icon
 
PENCIL_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
PENCIL_SQUARE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
PERCENTAGES - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.DataLabels
Percentages are displayed on pie chart slices.
PERL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
PERSISTED - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
Records that match those in the database are called “persisted”.
PERSISTENCE_UNIT_NAME - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The name of the persistence layer used by the application.
PERU - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PGSQL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
PHONE - Enum constant in enum class com.jbstrap.ui.Icon
 
PHONE_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
PHP - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
PICTURE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
PIE_CHART - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Pie chart
PIE_CHART - Enum constant in enum class com.jbstrap.ui.Icon
 
PieChart - Class in com.jbstrap.ui.components.charts
A pie chart is a circle diagram displaying one data series.
PieChart(String) - Constructor for class com.jbstrap.ui.components.charts.PieChart
Creates a pie chart.
PieChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.PieChart
Creates a pie chart and sets the name of the associated DataDescriptor and category column.
PIED_PIPER - Enum constant in enum class com.jbstrap.ui.Icon
 
PIED_PIPER_ALT - Enum constant in enum class com.jbstrap.ui.Icon
 
PIED_PIPER_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
PILLS - Enum constant in enum class com.jbstrap.ui.bootstrap.TabType
The tab labels will be displayed as a button ont the top
pin() - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the navbar component’s size.
PINK - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PINTEREST - Enum constant in enum class com.jbstrap.ui.Icon
 
PINTEREST_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
PLACEHOLDER - Static variable in class com.jbstrap.core.meta.MetaParamName
 
PLAIN - Enum constant in enum class com.jbstrap.ui.components.form.FormEncoding
The space character will be "+", while special characters will not be converted.
PLANE - Enum constant in enum class com.jbstrap.ui.Icon
 
PLAY - Enum constant in enum class com.jbstrap.ui.Icon
 
PLAY_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
PLAY_CIRCLE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
PLSQL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
PLUG - Enum constant in enum class com.jbstrap.ui.Icon
 
PluginAlreadyLoaded - Exception in com.jbstrap.core.plugin
Plugin already loaded error class
PluginAlreadyLoaded(String) - Constructor for exception com.jbstrap.core.plugin.PluginAlreadyLoaded
Creates a new error class
PluginNotInitialized - Exception in com.jbstrap.core.plugin
Plugin not initialized error class
PluginNotInitialized(String, Throwable) - Constructor for exception com.jbstrap.core.plugin.PluginNotInitialized
Creates a new error
PLUM - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PLUS - Enum constant in enum class com.jbstrap.ui.Icon
 
PLUS_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
PLUS_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
PLUS_SQUARE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
PODCAST - Enum constant in enum class com.jbstrap.ui.Icon
 
PopulationPyramidChart - Class in com.jbstrap.ui.components.charts
A population pyramid is a chart that enables you to compare two different data sets.
PopulationPyramidChart(String) - Constructor for class com.jbstrap.ui.components.charts.PopulationPyramidChart
Creates the population pyramid.
PopulationPyramidChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.PopulationPyramidChart
Creates a population pyramid and sets the associated DataDescriptor and the name of the column containing Y axis values.
pos - Variable in class com.jbstrap.core.utils.FastByteArrayInputStream
 
POSITION - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
POST - Enum constant in enum class com.jbstrap.ui.components.form.FormMethod
HTML POST will be executed when sending the form
POSTFIX - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
POSTFIX - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
postInitScript - Variable in class com.jbstrap.ui.components.filter.BaseFilter
 
postMerge(DescriptorEvent) - Method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
 
POWDER_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
POWER_OFF - Enum constant in enum class com.jbstrap.ui.Icon
 
PREDEFINED_RANGES - Static variable in class com.jbstrap.core.meta.MetaParamName
 
PredefinedDateRange - Enum Class in com.jbstrap.ui.components.form.base
Predefined date ranges, used for filtering.
PredefinedRange<T> - Class in com.jbstrap.ui.components.form.items
Predefined range, for range type input fields
PredefinedRange(String, String, T, T) - Constructor for class com.jbstrap.ui.components.form.items.PredefinedRange
Creates a predefined range.
preDelete(DescriptorEvent) - Method in class com.jbstrap.core.dao.base.history.HistoryCustomizer
 
PREFIX - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
PREFIX - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
prepareEmail() - Static method in class com.jbstrap.core.mail.EmailAPI
Creates a new empty Email object
prepareEmail(boolean) - Static method in class com.jbstrap.core.mail.EmailAPI
Creates a new Email object.
prepend(Component<?>) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
prepend(Component<?>) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Appends a component before the input field.
prepend(Icon) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
prepend(Icon) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Appends an icon before the input field.
prepend(String) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
prepend(String) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Appends a text before the input field.
prepends - Variable in class com.jbstrap.ui.components.form.FormItem
 
prev() - Method in class com.jbstrap.ui.components.calendar.Calendar
Goes back one step in the calendar.
previous() - Method in class com.jbstrap.ui.components.panels.tab.Tab
Selects the tab page, that is to the left of the currently selected (active) tab page.
PRIMARY - Enum constant in enum class com.jbstrap.ui.bootstrap.BadgeType
The badge's background color is primary color.
PRIMARY - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s primary color.
PRIMARY - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's primary color.
PRIMARY - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxType
The checkbox will be colored with the theme's primary color
PRIMARY - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
The text will be colored by the theme's primary color
PRIMARY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
PRIMARY_3D - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
3D button with the theme’s primary colors.
PRINT - Enum constant in enum class com.jbstrap.ui.Icon
 
PRINT_BLOCK() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a block for printing.
PRINT_FLEX() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Flexible display of the component for printing.
PRINT_INLINE() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
In-line display of the component for printing.
PRINT_INLINE_BLOCK() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
In-line display of the component as a block for printing.
PRINT_INLINE_FLEX() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Flexible in-line display of the component for printing.
PRINT_NONE() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Hides the component for printing.
PRINT_TABLE() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a table for printing.
PRINT_TABLE_CELL() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a table cell for printing.
PRINT_TABLE_ROW() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a table row for printing.
Private - Annotation Interface in com.jbstrap.ui.authorization
Sets Private visibility on a page, UI, or component
PRIVATE - Enum constant in enum class com.jbstrap.core.meta.enums.AccessType
If the DataDescriptor is set to private, only logged in users can read and write data from it.
PRIVATE - Enum constant in enum class com.jbstrap.ui.enums.AccessMode
Sets Private visibility on a page, UI, or component
process(List<Record>) - Method in class com.jbstrap.core.data.DataExporter
Processing records retrieved using lazy fetch and writing them into the export file.
process(List<Record>) - Method in class com.jbstrap.core.data.export.CSVExport
Writes the queried records into a CSVWriter object.
process(List<Record>) - Method in class com.jbstrap.core.data.export.ExcelExport
Writes records into a Workbook object.
PROCESS - Enum constant in enum class com.jbstrap.ui.components.enums.DefaultButton
 
processFilesAfterPersist(List<JBFile>, Record, String, Client) - Method in class com.jbstrap.core.dao.base.DefaultFileHandler
This method is the default handler that runs when the records are successfully persisted to the database.
processFilesAfterPersist(List<JBFile>, 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 for the specific field after the record is persisted to the database.
processFilesBeforePersist(List<JBFile>, 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 for the specific field before the record is persisted to the database.
ProcessIndicator - Class in com.jbstrap.ui
 
ProcessIndicator() - Constructor for class com.jbstrap.ui.ProcessIndicator
 
PROGRESS - Enum constant in enum class com.jbstrap.ui.components.wizard.WizardStepState
Progress
A step is in “progress” state if the user has displayed it, that is, started to enter data, but left the step using either the “Previous” button or the header.
ProgressBar - Class in com.jbstrap.ui.components
Progress bar component
ProgressBar() - Constructor for class com.jbstrap.ui.components.ProgressBar
Creates a default progress bar component.
ProgressBar(String) - Constructor for class com.jbstrap.ui.components.ProgressBar
Creates a default progress bar component.
ProgressBar(String, int, int, boolean, StyleElement...) - Constructor for class com.jbstrap.ui.components.ProgressBar
Creates a progress bar with the specified title, style and specified minimum and maximum values.
ProgressBar(String, StyleElement...) - Constructor for class com.jbstrap.ui.components.ProgressBar
Creates a progress bar with the specified title and style.
ProgressBar(String, String, int, int, boolean, StyleElement...) - Constructor for class com.jbstrap.ui.components.ProgressBar
Creates a progress bar with the specified title, style and specified minimum and maximum values.
ProgressBar(String, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.ProgressBar
Creates a progress bar with the specified title and style.
ProgressBarSize - Enum Class in com.jbstrap.ui.bootstrap
Progressbar sizes
ProgressBarType - Enum Class in com.jbstrap.ui.bootstrap
Progress bar types
PROPERTIES - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
Public - Annotation Interface in com.jbstrap.ui.authorization
Designation of a public page, UI or component.
PUBLIC - Enum constant in enum class com.jbstrap.core.meta.enums.AccessType
If the DataDescriptor is set to public, every user can read or write it.
PUBLIC - Enum constant in enum class com.jbstrap.ui.enums.AccessMode
Marks a page, UI or component as public.
PULSE - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
PURPLE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
putCookie(String, String, int) - Method in class com.jbstrap.core.websocket.Client
Places a Cookie in the user's browser
putElementAtIndex(Map<K, V>, Integer, Map.Entry<K, V>) - Static method in class com.jbstrap.core.utils.MapUtils
Places an element in the specified map, by the specified index.
putElementAtIndex(Map<K, V>, Integer, K, V) - Static method in class com.jbstrap.core.utils.MapUtils
Places an element in the specified map, by the specified index.
PUZZLE_PIECE - Enum constant in enum class com.jbstrap.ui.Icon
 
PYTHON - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 

Q

QQ - Enum constant in enum class com.jbstrap.ui.Icon
 
QRCODE - Enum constant in enum class com.jbstrap.ui.Icon
 
QUESTION - Enum constant in enum class com.jbstrap.ui.Icon
 
QUESTION_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
QUORA - Enum constant in enum class com.jbstrap.ui.Icon
 
QUOTE_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
QUOTE_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 

R

RA - Enum constant in enum class com.jbstrap.ui.Icon
 
RADIO_BUTTONS - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
An input component, with a set of values, that are assigned to each radio button.
RadioButtonItem - Class in com.jbstrap.ui.components.form.items
Radio button item
RadioButtonItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.RadioButtonItem
Creates a radio button from the specified DataDescriptor column.
RadioButtonItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.RadioButtonItem
Creates a radio button using the specified DataDescriptor column and language code.
RadioButtonItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.RadioButtonItem
Creates a radio button with the specified name and label.
RadioButtonItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.RadioButtonItem
Creates a radio button with the specified name, label and language code.
RadioButtonItem(String, String, String, Map<Object, Object>) - Constructor for class com.jbstrap.ui.components.form.items.RadioButtonItem
Creates a radio button with the specified name, label and language code and populates a combobox with the specified value set.
RadioButtonItem(String, String, Map<Object, Object>) - Constructor for class com.jbstrap.ui.components.form.items.RadioButtonItem
Creates a radio button with the specified name and label and populates a combobox with the specified value set.
RANDOM - Enum constant in enum class com.jbstrap.ui.Icon
 
RANGE_COLORS - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
RANGE_FILTER - Static variable in class com.jbstrap.core.meta.MetaParamName
 
RANGES - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
RAVELRY - Enum constant in enum class com.jbstrap.ui.Icon
 
read() - Method in class com.jbstrap.core.utils.FastByteArrayInputStream
 
read(byte[], int, int) - Method in class com.jbstrap.core.utils.FastByteArrayInputStream
 
READ - Enum constant in enum class com.jbstrap.core.dao.enums.DataAccessType
Data read access
READ_ONLY - Static variable in class com.jbstrap.core.meta.MetaParamName
 
readMeta() - Method in enum class com.jbstrap.core.cache.MetaCache
 
REBECCA_PURPLE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
REBEL - Enum constant in enum class com.jbstrap.ui.Icon
 
rebuild() - Method in class com.jbstrap.ui.components.form.Form
 
recalcAutoCalculateFields() - Method in class com.jbstrap.ui.components.form.Form
Recalculates the fields on the form.
Record - Class in com.jbstrap.core.dao
A class representing a data record for the JBStrap framework
Record() - Constructor for class com.jbstrap.core.dao.Record
Creates a record
Record(Class<?>) - Constructor for class com.jbstrap.core.dao.Record
Creates a record with sourceClass type
Record(Class<?>, Map<String, Object>) - Constructor for class com.jbstrap.core.dao.Record
Creates a record, based on the specified map
If any of the fields contain a map, it will be converted into a record and inserted as a sub-record into the attribute.
Record(Object) - Constructor for class com.jbstrap.core.dao.Record
Creates a record based on an entity
RECYCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
RED - Static variable in class com.jbstrap.ui.bootstrap.Color
 
RED_TO_GREEN - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
The lower slice of the gauge chart is red, the upper slice is green.
REDDIT - Enum constant in enum class com.jbstrap.ui.Icon
 
REDDIT_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
redraw() - Method in class com.jbstrap.ui.Component
Redraws the component.
redraw() - Method in class com.jbstrap.ui.components.form.FormItem
 
redraw() - Method in class com.jbstrap.ui.components.HTMLFlow
Redraws the component.
redraw() - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
 
redraw() - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
 
redraw() - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Redraws the component on the interface.
redraw() - Method in class com.jbstrap.ui.components.StaticText
Redraws the component.
redraw() - Method in class com.jbstrap.ui.LiveFavicon
Redraws the bubble
redrawItems() - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
 
ReflectionUtils - Class in com.jbstrap.core.utils
 
refresh() - Method in class com.jbstrap.ui.components.Breadcrumb
Refreshes the component
REFRESH - Enum constant in enum class com.jbstrap.ui.Icon
 
refreshBrushable() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
refreshData() - Method in class com.jbstrap.ui.components.charts.BaseChart
Updates the chart data.
refreshData() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
refreshMarker() - Method in class com.jbstrap.ui.components.charts.Series
Updates marker settings.
refreshScale() - Method in class com.jbstrap.ui.components.charts.GaugeChart
 
refreshZoomable() - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
registerDataColumn(String, String) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
registerEvent(Component<?>, EventType) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
registerEvents(Component<?>) - Method in class com.jbstrap.core.websocket.Client
Registers the events of the component (and it's subcomponents) on the client
REGULAR - Enum constant in enum class com.jbstrap.ui.bootstrap.Shadow
The component has a normal shadow.
REGULAR - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
reload() - Method in class com.jbstrap.core.websocket.Client
Reloads the user interface
remove(NoTransaction, Client, List<Record>) - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.
remove(SQLTransaction, JPADataDescriptor, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the record from the specified entity, that is defined by a DataDescriptor.
remove(SQLTransaction, JPADataDescriptor, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(SQLTransaction, JPADataDescriptor, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the record from the specified entity, that is defined by a DataDescriptor.
remove(SQLTransaction, JPADataDescriptor, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(SQLTransaction, JPADataDescriptor, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(SQLTransaction, JPADataDescriptor, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(SQLTransaction, Client, List<Record>) - Method in class com.jbstrap.core.meta.JPADataDescriptor
Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.
remove(SQLTransaction, Client, List<Record>) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.
remove(SQLTransaction, Class<?>, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(SQLTransaction, Class<?>, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(SQLTransaction, Class<?>, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(SQLTransaction, Class<?>, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(SQLTransaction, Class<?>, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(SQLTransaction, Class<?>, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(Record) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes a record from the DataDescriptor
remove(Record) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes a record from the DataDescriptor
remove(Record, Client) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes a record from the DataDescriptor
remove(Record, Client) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes a record from the DataDescriptor
remove(Record, Client, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes a record from the DataDescriptor, within the specified transaction.
remove(Record, Client, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes a record from the DataDescriptor, within the specified transaction.
remove(Record, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes a record asynchronously from the DataDescriptor
remove(Record, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes a record asynchronously from the DataDescriptor
remove(Record, Client, DataDescriptorCallback, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes a record asynchronously from the DataDescriptor, within the specified transaction
remove(Record, Client, DataDescriptorCallback, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes a record asynchronously from the DataDescriptor, within the specified transaction
remove(BaseEvent) - Method in class com.jbstrap.core.websocket.Client.EventQueue
 
remove(JPADataDescriptor, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the record from the specified entity, that is defined by a DataDescriptor.
remove(JPADataDescriptor, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(JPADataDescriptor, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the record from the specified entity, that is defined by a DataDescriptor.
remove(JPADataDescriptor, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(JPADataDescriptor, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(JPADataDescriptor, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity, that is defined by a DataDescriptor.
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.Align
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.BadgeType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.Border
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ButtonSize
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ButtonType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.CheckboxShape
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.CheckboxType
 
remove(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Color
Remove style settings from the component
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ContainerType
 
remove(Component<?>) - Method in class com.jbstrap.ui.bootstrap.DisplayType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.DropDownDirection
 
remove(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Flex
 
remove(Component<?>) - Method in class com.jbstrap.ui.bootstrap.FloatingType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.FormItemState
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.FormType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ImageStyle
 
remove(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Margin
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
 
remove(Component<?>) - Method in class com.jbstrap.ui.bootstrap.Padding
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.ProgressBarType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.SelectionType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.Shadow
 
remove(Component<?>) - Method in interface com.jbstrap.ui.bootstrap.StyleElement
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.TabType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.TextAlign
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.TextType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.bootstrap.VerticalAlign
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.components.activitystream.ActivityStreamType
 
remove(Component<?>) - Method in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
 
remove(Component<?>, ColorType) - Method in class com.jbstrap.ui.bootstrap.Color
Removes the style setting from the specified component with the specified type.
remove(Component<?>, ScreenSize) - Method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
 
remove(Class<?>, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(Class<?>, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(Class<?>, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(Class<?>, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(Class<?>, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(Class<?>, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Removes the records from the specified entity.
remove(String) - Method in enum class com.jbstrap.core.cache.DownloadCache
Removes the specified file from the cache.
remove(String) - Method in enum class com.jbstrap.core.cache.Pages
 
remove(String) - Method in enum class com.jbstrap.core.cache.TempDataExportCache
 
remove(String) - Method in class com.jbstrap.core.Parameters
Removes the specified parameter
remove(List<Record>, Client) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes multiple records from the DataDescriptor
remove(List<Record>, Client) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes multiple records from the DataDescriptor
remove(List<Record>, Client, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes multiple records from the DataDescriptor within the specified transaction
remove(List<Record>, Client, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes multiple records from the DataDescriptor within the specified transaction
remove(List<Record>, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes multiple records asynchronously from the DataDescriptor
remove(List<Record>, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes multiple records asynchronously from the DataDescriptor
remove(List<Record>, Client, DataDescriptorCallback, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Removes multiple records asynchronously from the DataDescriptor, within the specified transaction
remove(List<Record>, Client, DataDescriptorCallback, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Removes multiple records asynchronously from the DataDescriptor, within the specified transaction
remove(T, Client, List<Record>) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Initiates a delete operation by using a DataDescriptor.
Use the method to delete one or more records from the database using a DataDescriptor.
remove(T, D, Client, List<Record>) - Method in class com.jbstrap.core.dao.StandardDao
Removes the records, following the specified parameters.
remove(T, Class<?>, D, Client, List<Record>) - Method in class com.jbstrap.core.dao.DaoWithDomain
Removes the records, following the specified parameters.
Remove(Column) - Method in class com.jbstrap.ui.bootstrap.ColumnOffset
 
Remove(Column) - Method in class com.jbstrap.ui.bootstrap.ColumnOrder
 
Remove(Column) - Method in class com.jbstrap.ui.bootstrap.ColumnSize
 
REMOVE - Enum constant in enum class com.jbstrap.core.dao.enums.DataOperation
Deletes data
removeAllAttendees() - Method in class com.jbstrap.ui.components.calendar.Schedule
Removes every attendee from the scheduled event
removeAllColors() - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Removes every predefined colors
removeAllColumnOffsetSettings(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Removes all column offset.
removeAllColumnOrderSettings(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
Removes all column order settings from the specified column.
removeAllColumnSizeSettings(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Removes all column width settings from the specified column.
removeAllComponents() - Method in class com.jbstrap.ui.Component
Removes every subcomponent from the component
removeAllComponents() - Method in class com.jbstrap.ui.components.card.Card
 
removeAllComponents() - Method in class com.jbstrap.ui.components.form.Form
Every component cannot be removed from the form
removeAllComponents() - Method in class com.jbstrap.ui.UI
Removes every component from the UI
removeAllDisplayType(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Removes all display settings from the specified component.
removeAllFlexSettings(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.Flex
Removes all flex display settings from the specified component.
removeAllFLoatSettings(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.FloatingType
Removes all alignment settings from the specified component.
removeAllMarginSettings(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.Margin
 
removeAllMenuItemsFromTheUserMenu() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Removes all menu items associated with a user menu.
removeAllowedRole(String) - Method in class com.jbstrap.ui.Component
Removes access from the previously added role.
removeAllPaddingSettings(Component<?>) - Static method in class com.jbstrap.ui.bootstrap.Padding
 
removeAllPredefinedRanges() - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Removes all predefined ranges from the component
removeAllShadowSettings(Component<?>) - Static method in enum class com.jbstrap.ui.bootstrap.Shadow
Removes all shadow settings from the specified component.
removeAllStyleClasses() - Method in class com.jbstrap.ui.Component
Removes every specified style class from the component
removeAllStyleClasses() - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Removes every specified style class from the component
removeAnimation() - Method in interface com.jbstrap.ui.Animatable
Removes animation from the component
removeAnimation() - Method in class com.jbstrap.ui.components.button.DropDownButton
 
removeAppend(int) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
removeAppend(int) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Removes a component instance from after the input field.
removeAttendee(String) - Method in class com.jbstrap.ui.components.calendar.Schedule
Removes an attendee from the scheduled event
removeAttribute(String) - Method in class com.jbstrap.ui.Component
Removes the specified HTML attribute from the component
removeBottomComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Removes a component from the lower container of the splitter component
removeBottomComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Removes multiple components from the lower container of the splitter
removeCalendar(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Removes the specified calendar from the component
removeChart(BaseChart<?>) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Removes a chart from the chart canvas component.
removeChart(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Removes a chart previously added to a canvas by specifying the chart’s name.
removeChildNode(TreeviewNode) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Removes a child node from the current node.
removeChildNode(TreeviewNode...) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Removes multiple chldren from the current node.
removeChildNode(String) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Removes a child from the node, referenced by the child node name.
removeChildNodes(String...) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Removes multiple children from the current node by the specified names.
removeClient(String) - Static method in class com.jbstrap.core.websocket.JBStrapEndPoint
Remove client from the server
removeColor(String) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Removes the specified color from the predefined colors
removeColors(String...) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Removes the specified colors from the predefined colors
removeColors(List<String>) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Removes the specified colors from the predefined colors
removeColumn(String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Removes a column from the list grid row by referencing its name.
removeColumnMapping(String) - Method in class com.jbstrap.core.data.DataExporter
Removes a column mapping from the exporter
removeComponent(Component) - Method in class com.jbstrap.ui.components.ContextMenu
Removes the specified subcomponent.
removeComponent(Component) - Method in class com.jbstrap.ui.components.FileMiniature
Removes the specified subcomponent.
removeComponent(Component) - Method in class com.jbstrap.ui.components.ProgressBar
No component can be removed from the Progress Bar
removeComponent(Component<?>) - Method in class com.jbstrap.ui.Component
Removes the specified subcomponent.
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.card.Card
 
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
No subcomponent can be removed from the splitter component.
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
No subcomponent can be removed from the splitter component.
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.list.ListBox
 
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
 
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Removes a sparkline component from the current one.
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.table.Table
 
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Removes the specified component from the timeline item
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.treeview.Treeview
No component can be removed from the treeview component
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
 
removeComponent(Component<?>) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Removes the specified component from the modal window contents.
removeComponent(Component<?>) - Method in class com.jbstrap.ui.UI
Removes the specified component from the UI
removeComponent(Component<?>) - Method in class com.jbstrap.ui.UI.RootLayout
 
removeComponent(Predicate<Component<?>>) - Method in class com.jbstrap.ui.Component
Removes the specified component(s), according to the specified predicate.
removeComponent(Predicate<Component<?>>) - Method in class com.jbstrap.ui.UI
Removes the component(s), that are specified by the predicate.
removeComponents(Component<?>...) - Method in class com.jbstrap.ui.Component
Removes the specified components.
removeComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
No subcomponent can be removed from the splitter component.
removeComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
No subcomponent can be removed from the splitter component.
removeComponents(Component<?>...) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Removes multiple sparkline components from the current one.
removeComponents(Component<?>...) - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Removes the specified components from the timeline item
removeComponents(Component<?>...) - Method in class com.jbstrap.ui.UI
Removes the specified components from the UI
removeDataByCategory(Object) - Method in class com.jbstrap.ui.components.charts.Series
Removes a data point with the specified X value from the series.
removeDataByIndex(int) - Method in class com.jbstrap.ui.components.charts.Series
Removes a data point with the specified index from the series.
removeDefaultFormatter(ListGridColumnType) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Deletes the default formatter for the column type.
removeDeniedRole(String) - Method in class com.jbstrap.ui.Component
Removes the specified role from the denied roles.
removeElement(Object) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Removes the specified element from the combobox set of values.
removeElement(Object) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Removes an item from the dual list box’s value set based on the item’s data value.
removeElement(Object) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Removes an item from the value set if the data value is specified.
removeElement(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Deletes a chart item from the chart by its name.
RemoveException - Exception in com.jbstrap.core.dao.exception
Data remove exception
RemoveException(String, Object...) - Constructor for exception com.jbstrap.core.dao.exception.RemoveException
Exception thrown when encountering an error during the removal process.
RemoveException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.RemoveException
Exception thrown when encountering an error during the removal process.
removeFileElement(FileElement) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
removeFileStore(String) - Method in enum class com.jbstrap.core.cache.MetaCache
 
removeFooterButton(NavBarFooterButton) - Method in class com.jbstrap.ui.components.navbar.NavBar
Removes a footer button from the navbar.
removeHandler(EventType, Object) - Method in class com.jbstrap.ui.Component
Removes the specified handler from the component.
removeHotKey() - Method in class com.jbstrap.core.cache.MenuItem
Removes the previously assigned hotkey
removeHotKey(int) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
removeHotKey(int) - Method in interface com.jbstrap.ui.HandleHotKey
Removes the specified hot key from the component
removeHotKeys() - Method in class com.jbstrap.ui.components.button.DropDownButton
 
removeHotKeys() - Method in interface com.jbstrap.ui.HandleHotKey
Removes every hot key from the component
removeItem(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Removes a menu item from the navbar component by its name.
removeItemByName(String) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Removes a previously added item from the popup menu.
removeItemByName(String) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Removes a sub menu item by its name.
removeLeftComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Removes a component from the left container of the splitter component
removeLeftComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Removes multiple components from the left container of the splitter
removeMenu(String) - Method in enum class com.jbstrap.core.cache.MenuCache
 
removeMenu(String) - Static method in class com.jbstrap.core.JBStrap
Removes the specified menu and all of its menu items from the application
removeMenuItem(String, String) - Method in enum class com.jbstrap.core.cache.MenuCache
 
removeMenuItem(String, String) - Static method in class com.jbstrap.core.JBStrap
Removes the specified menu item from the menu
removeNode(TreeviewNode) - Method in class com.jbstrap.ui.components.treeview.Treeview
Removes a root node from the component.
removeNode(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Removes a root node from the component by its name.
removeNodes(TreeviewNode...) - Method in class com.jbstrap.ui.components.treeview.Treeview
Removes multiple root nodes from the component.
removeNodes(String...) - Method in class com.jbstrap.ui.components.treeview.Treeview
Removes multiple root nodes from the component by name.
removeOrder(Order) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Removes a sorting rule from the grid.
removeParam(String) - Method in class com.jbstrap.ui.components.form.FormItem
Removes a parameter from the form element.
removePredefinedRange(PredefinedRange<Date>) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Removes the specified predefined range from the component
removePredefinedRange(String) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Removes the specified predefined range from the component
removePredefinedRanges(PredefinedRange<Date>...) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Removes the specified predefined ranges from the component
removePredefinedRanges(String...) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Removes the specified predefined ranges from the component
removePredefinedRanges(List<PredefinedRange<Date>>) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Removes the specified predefined ranges from the component
removePrepend(int) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
removePrepend(int) - Method in interface com.jbstrap.ui.components.form.SupportAppend
Removes an object from before the input field using its index.
removeRightComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Removes a component from the right container of the splitter component
removeRightComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Removes multiple components from the right container of the splitter
removeRole(String) - Method in class com.jbstrap.core.cache.MenuItem
Removes the specified role from the menu item
removeSearch() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Removes the search component from the navbar.
removeSearch() - Method in class com.jbstrap.ui.components.navbar.NavBar
Removes the search component from the navbar.
removeSections(String) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Removes the specified section from the chart.
removeSeries(String) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
removeStyle(StyleElement...) - Method in class com.jbstrap.ui.Component
Removes a style element from the component.
removeStyle(String) - Method in class com.jbstrap.ui.Component
Removes the specified style element from the inline style
removeStyleClass(String) - Method in class com.jbstrap.ui.Component
Removes the specified style class from the component
removeStyleClass(String) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Removes the specified style class from the component
removeStyleClasses(String...) - Method in class com.jbstrap.ui.Component
Removes the specified style classes from the component
removeSubMenuItem(MenuItem) - Method in class com.jbstrap.core.cache.MenuItem
Removes the specified sub-menu item.
removeSubMenuItem(String) - Method in class com.jbstrap.core.cache.MenuItem
Removes the specified sub-menu item.
removeTab(TabPage) - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
removeTabPage(int) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Removes the specified tab page from the component.
removeTabPage(TabPage) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Removes a tab page from the tab component
removeTitleComponent(Component<?>) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
Removes the component from the header
removeTopComponent(Component<?>) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Removes a component from the upper container of the splitter component
removeTopComponents(Component<?>...) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Removes multiple components from the upper container of the splitter
removeUrlParameter(String) - Method in class com.jbstrap.ui.BasePage
Removes the specified parameter from the page URL
removeUserMenu() - Method in class com.jbstrap.ui.components.menubar.MenuBar
Removes the complete user menu from the menu bar.
removeUserMenuItem(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Removes a menu item from the user menu by referencing its name.
rendering() - Method in class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
 
rendering() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorWindow
The window rendering must be implemented here.
renewSubscription() - Method in class com.jbstrap.core.messagebus.MessageBus
 
RENREN - Enum constant in enum class com.jbstrap.ui.Icon
 
reorderMenuByItem(MenuItem) - Method in enum class com.jbstrap.core.cache.MenuCache
 
REPEAT - Enum constant in enum class com.jbstrap.ui.Icon
 
replaceComponent(Component<?>, Component<?>) - Method in class com.jbstrap.ui.Component
Replaces a previously added subcomponent with the specified new subcomponent.
replaceComponent(Component<?>, Component<?>) - Method in class com.jbstrap.ui.components.table.Table
 
replaceStyleClass(String, String) - Method in class com.jbstrap.ui.Component
Replaces a previously placed CSS style class.
REPLY - Enum constant in enum class com.jbstrap.ui.Icon
 
REPLY_ALL - Enum constant in enum class com.jbstrap.ui.Icon
 
required - Variable in class com.jbstrap.ui.components.form.FormItem
 
reset() - Method in class com.jbstrap.core.utils.FastByteArrayOutputStream
 
reset() - Method in class com.jbstrap.ui.components.filter.BaseFilter
Removes all filter conditions from the filter component and setting the filter component to default
reset() - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
Removes all filter conditions from the filter component and setting the filter component to default
reset() - Method in class com.jbstrap.ui.components.wizard.Wizard
Resets the wizard component.
resetButtonIcon - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
resetButtonText - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
resetState() - Method in class com.jbstrap.ui.components.form.FormItem
 
RETURN_EVENT - Enum constant in enum class com.jbstrap.core.event.EventType
 
ReturnEvent - Class in com.jbstrap.core.event
 
ReturnEvent() - Constructor for class com.jbstrap.core.event.ReturnEvent
 
RETWEET - Enum constant in enum class com.jbstrap.ui.Icon
 
RGB - Enum constant in enum class com.jbstrap.ui.components.form.items.colorpicker.ColorFormat
The colors will be displayed in an RGB format, following the CSS3 standard.
Format: rgb(r, g, b)
RGBA - Enum constant in enum class com.jbstrap.ui.components.form.items.colorpicker.ColorFormat
The colors will be displayed in an RGBA format, following the CSS3 standard.
RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.Align
Right alignment
RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
The dropdown menu is displayed to the right from the button.
RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.DropDownDirection
The dropdown menu is displayed to the right from the button.
RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.TabType
The tab labels will be on the right side of the tab
RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.TextAlign
Right alignment
RIGHT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
The chart is displayed as a semicircle facing right.
RIGHT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
The legend is displayed on the right side of the chart.
RIGHT - Enum constant in enum class com.jbstrap.ui.components.enums.ToolTipPosition
The tooltip will appear to the right of to the assigned component.
RIGHT - Enum constant in enum class com.jbstrap.ui.components.form.base.FormItemLabelAligment
 
RIGHT - Enum constant in enum class com.jbstrap.ui.components.form.items.DropDownPosition
The calendar will be on the right side of the input field, in the DatePicker and DateRangePicker components.
RIGHT - Enum constant in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
The line separating the splitter component’s containers is located on the right side of the component Only for horizontal splitter
RIGHT - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
Column data are aligned to right.
RIGHT - Static variable in class com.jbstrap.ui.Key
 
RIGHT_PILLS - Enum constant in enum class com.jbstrap.ui.bootstrap.TabType
The tab lables will be displayes as a button on the right side of the tab
ROAD - Enum constant in enum class com.jbstrap.ui.Icon
 
ROCKET - Enum constant in enum class com.jbstrap.ui.Icon
 
Role - Class in com.jbstrap.core.authorization
The Role POJO class
Role() - Constructor for class com.jbstrap.core.authorization.Role
 
roles - Variable in class com.jbstrap.core.CurrentUser
 
ROLL_IN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROLL_OUT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
rollBack() - Method in class com.jbstrap.core.dao.base.NoTransaction
 
rollBack() - Method in class com.jbstrap.core.dao.base.SQLTransaction
Rolls back all operations within the current transaction instance.
rollBack() - Method in class com.jbstrap.core.dao.BaseTransaction
Rolls back the current transaction.
rollBack() - Method in interface com.jbstrap.core.interfaces.Transaction
Rolls back the current transaction.
root - Variable in class com.jbstrap.ui.UI
 
ROOT - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy.Element
 
RootLayout(Access) - Constructor for class com.jbstrap.ui.UI.RootLayout
 
ROSY_BROWN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
ROTATE_0 - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
The text is displayed horizontally and is not rotated.
ROTATE_45 - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
The text is rotated in a 45° angle.
ROTATE_90 - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
The text is rotated in a 90° angle (displayed vertically).
ROTATE_IN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTATE_IN_DOWN_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTATE_IN_UP_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTATE_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
ROTATE_OUT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTATE_OUT_DOWN_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTATE_OUT_UP_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTATE_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
ROTETE_IN_DOWN_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTETE_IN_UP_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTETE_OUT_DOWN_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROTETE_OUT_UP_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
ROUBLE - Enum constant in enum class com.jbstrap.ui.Icon
 
ROUNDED - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Rounds the component’s borders.
ROUNDED - Enum constant in enum class com.jbstrap.ui.bootstrap.ImageStyle
Rounded style.
ROUNDED_BOTTOM - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Rounds the component’s bottom border.
ROUNDED_CIRCLE - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Rounds the component’s border by 50%.
ROUNDED_LARGE - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Increases the component border’s rounding radius.
ROUNDED_LEFT - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Rounds the component’s left border.
ROUNDED_PILL - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Changes the component border to pill-shaped.
ROUNDED_RIGHT - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Rounds the component’s right border.
ROUNDED_SMALL - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Decreases the component border’s rounding radius.
ROUNDED_TOP - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Rounds the component’s top border.
Row - Class in com.jbstrap.ui.components
Row component
Row() - Constructor for class com.jbstrap.ui.components.Row
Creates an empty row.
Row(Column...) - Constructor for class com.jbstrap.ui.components.Row
Creates a row with the specified columns.
RowCountException - Exception in com.jbstrap.core.dao.exception
Data row count exception
RowCountException(String, Object...) - Constructor for exception com.jbstrap.core.dao.exception.RowCountException
Throws an exception, when an error is encountered during a data row count.
RowCountException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.RowCountException
Throws an exception, when an error is encountered during a data row count.
ROYAL_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
RSS - Enum constant in enum class com.jbstrap.ui.Icon
 
RSS_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
RUB - Enum constant in enum class com.jbstrap.ui.Icon
 
RUBBER_BAND - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
RUBLE - Enum constant in enum class com.jbstrap.ui.Icon
 
RUBY - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
run() - Method in class com.jbstrap.core.websocket.Client.EventQueue
 
runAfterDraw() - Method in class com.jbstrap.ui.Component
 
runAfterDrawOnAddon(Component<?>) - Method in class com.jbstrap.ui.components.form.FormItem
 
runAfterDrawOnEditor(Component<?>) - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
runAfterDrawOnTooltip(Component<?>) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
runBatch() - Method in class com.jbstrap.core.websocket.Client
 
runInitScripts(Component<?>) - Method in class com.jbstrap.core.websocket.Client
Runs the init JavaScript(s) of the component and it's subcomponents on the client.
runJavaScript(String) - Method in class com.jbstrap.core.websocket.Client
Runs the specified JavaScript on the client
runJavaScript(String) - Method in class com.jbstrap.ui.Component
Runs the specified JavaScript on the client, that has the component currently displayed.
runJavaScript(String) - Method in class com.jbstrap.ui.UI
Runs the specified JavaScript on the client, where the UI is currently displayed.
runJavaScript(String...) - Method in class com.jbstrap.core.websocket.Client
Runs the specified JavaScript on the client
runJavaScript(String...) - Method in class com.jbstrap.ui.Component
Runs the specified JavaScript on the client, that has the component currently displayed.
runJavaScript(List<String>) - Method in class com.jbstrap.core.websocket.Client
Runs the specified JavaScript on the client
runJavaScript(List<String>) - Method in class com.jbstrap.ui.Component
Runs the specified JavaScripts on the client, that has the component currently displayed.
runJs(String) - Method in class com.jbstrap.ui.components.charts.BaseChart
Calls a JavaScript method on the chart.
runJS(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
runNativeSelect(SQLTransaction, String) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with no parameters By default, field names in returned records are in uppercase.
runNativeSelect(SQLTransaction, String, boolean) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with no parameters
runNativeSelect(SQLTransaction, String, boolean, Object...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with the specified parameters.
runNativeSelect(SQLTransaction, String, Object...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with the specified parameters.
runNativeSelect(String) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with no parameters By default, field names in returned records are in uppercase.
runNativeSelect(String, boolean) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with no parameters
runNativeSelect(String, boolean, Object...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with the specified parameters.
runNativeSelect(String, Object...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql query with the specified parameters.
runNativeStatement(SQLTransaction, String) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql statement with no parameters
runNativeStatement(SQLTransaction, String, Object...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql statement with the specified parameters.
runNativeStatement(String) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql statement with no parameters
runNativeStatement(String, Object...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Runs a native sql statement with the specified parameters.
runOnHide() - Method in class com.jbstrap.ui.Component
Runs every on hide method of the component and subcomponents
runOnHideOnAddon(Component<?>) - Method in class com.jbstrap.ui.components.form.FormItem
 
runOnHideOnEditor(Component<?>) - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
runOnHideOnTooltip(Component<?>) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
runOnShow() - Method in class com.jbstrap.ui.Component
 
runOnShowOnAddon(Component<?>) - Method in class com.jbstrap.ui.components.form.FormItem
 
runOnShowOnEdior(Component<?>) - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
runOnShowOnTooltip(Component<?>) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 

S

S15 - Enum constant in enum class com.jbstrap.ui.Icon
 
SADDLE_BROWN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SALMON - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SANDY_BROWN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
save() - Method in class com.jbstrap.ui.components.form.Form
Saves the form's current state to the database
save() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Saves all grid modifications to the database within a single database transaction.
save(NoTransaction, Client, List<Record>) - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.
save(SQLTransaction, JPADataDescriptor, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity, that is defined by a DataDescriptor.
save(SQLTransaction, JPADataDescriptor, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(SQLTransaction, JPADataDescriptor, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity, that is defined by a DataDescriptor.
save(SQLTransaction, JPADataDescriptor, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(SQLTransaction, JPADataDescriptor, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(SQLTransaction, JPADataDescriptor, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(SQLTransaction, Client, List<Record>) - Method in class com.jbstrap.core.meta.JPADataDescriptor
Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.
save(SQLTransaction, Client, List<Record>) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.
save(SQLTransaction, Class<?>, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity.
save(SQLTransaction, Class<?>, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(SQLTransaction, Class<?>, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity.
save(SQLTransaction, Class<?>, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(SQLTransaction, Class<?>, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(SQLTransaction, Class<?>, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(Record) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves a record to the DataDescriptor.
save(Record) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves a record to the DataDescriptor.
save(Record, Client) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves a record to the DataDescriptor.
save(Record, Client) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves a record to the DataDescriptor.
save(Record, Client, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves a record to the DataDescriptor, within the specified database transaction.
save(Record, Client, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves a record to the DataDescriptor, within the specified database transaction.
save(Record, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves a record asynchronously to the database.
save(Record, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves a record asynchronously to the database.
save(Record, Client, DataDescriptorCallback, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves a record asynchronously to the database, within the specified database transaction.
save(Record, Client, DataDescriptorCallback, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves a record asynchronously to the database, within the specified database transaction.
save(Transaction) - Method in class com.jbstrap.ui.components.form.Form
Saves the form within the specified database transaction
save(Transaction) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Saves all grid modifications to the database within a single database transaction.
save(JPADataDescriptor, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity, that is defined by a DataDescriptor.
save(JPADataDescriptor, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(JPADataDescriptor, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity, that is defined by a DataDescriptor.
save(JPADataDescriptor, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(JPADataDescriptor, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(JPADataDescriptor, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity, that is defined by a DataDescriptor.
save(Class<?>, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity.
save(Class<?>, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(Class<?>, Client, Record) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the record to the specified entity.
save(Class<?>, Client, Record...) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(Class<?>, Client, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(Class<?>, List<Record>) - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Saves the records to the specified entity.
save(List<Record>, Client) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves multiple records to the DataDescriptor.
save(List<Record>, Client) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves multiple records to the DataDescriptor.
save(List<Record>, Client, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves multiple records to the DataDescriptor.
save(List<Record>, Client, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves multiple records to the DataDescriptor.
save(List<Record>, Client, DataDescriptorCallback) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves a record asynchronously to the database, within the specified database transaction.
save(List<Record>, Client, DataDescriptorCallback) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves a record asynchronously to the database, within the specified database transaction.
save(List<Record>, Client, DataDescriptorCallback, Transaction) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction.
save(List<Record>, Client, DataDescriptorCallback, Transaction) - Method in interface com.jbstrap.core.meta.DataDescriptor
Saves multiple records asynchronously to the DataDescriptor, within the specified database transaction.
save(T, Client, List<Record>) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Initiates a save operation using a DataDescriptor.
Use the method to save one or more records to the database using the DataDescriptor.
save(T, D, Client, List<Record>) - Method in class com.jbstrap.core.dao.StandardDao
Saves the record(s), with the specified parameters.
save(T, Class<?>, D, Client, List<Record>) - Method in class com.jbstrap.core.dao.DaoWithDomain
Saves the record(s), with the specified parameters.
SAVE - Enum constant in enum class com.jbstrap.core.dao.enums.DataOperation
Saves data
SAVE - Enum constant in enum class com.jbstrap.ui.components.enums.DefaultButton
 
SAVE - Enum constant in enum class com.jbstrap.ui.Icon
 
saveButtonIcon - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
saveButtonText - Variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
SaveException - Exception in com.jbstrap.core.dao.exception
Data save exception
SaveException(String, Object...) - Constructor for exception com.jbstrap.core.dao.exception.SaveException
Throws an exception, when an error is encountered during the save operation.
SaveException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.SaveException
Throws an exception, when an error is encountered during the save operation.
SaveException(Throwable) - Constructor for exception com.jbstrap.core.dao.exception.SaveException
Throws a save exception.
say(String, String) - Method in class com.jbstrap.core.websocket.Client
Shows the specified message to the user
say(String, String) - Method in class com.jbstrap.ui.Component
 
say(String, String) - Method in class com.jbstrap.ui.UI
Shows a message in a popup window.
say(String, String, String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
SCALA - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
SCD - Annotation Interface in com.jbstrap.core.dao.base.annotation.scd
The SCD (Slowly Changing Dimension) implementation support annotation.
ScdException - Exception in com.jbstrap.core.dao.exception
Exceptions thrown when encountering an error during SCD persisting.
ScdException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.ScdException
Throws an exception when an error is encountered during the SCD data persisting.
Schedule - Class in com.jbstrap.ui.components.calendar
Calendar scheduled event, used by the Calendar component
Schedule() - Constructor for class com.jbstrap.ui.components.calendar.Schedule
Creates a calendar scheduled event
ScheduleFromRecordSettings - Interface in com.jbstrap.ui.components.calendar
Interface for specifying the schedule creator class
ScheduleType - Enum Class in com.jbstrap.ui.components.calendar
Calendar schedule (event) types
SCISSORS - Enum constant in enum class com.jbstrap.ui.Icon
 
ScreenSize - Enum Class in com.jbstrap.ui.bootstrap
Display types
SCRIPT - Enum constant in enum class com.jbstrap.core.websocket.messages.MessageType
JavaScript execution message
ScriptMessage - Class in com.jbstrap.core.websocket.messages
 
ScriptMessage() - Constructor for class com.jbstrap.core.websocket.messages.ScriptMessage
Creates a Script message, that will execute JavaScript
SCROLL - Enum constant in enum class com.jbstrap.core.event.EventType
Scroll event
SCROLL - Static variable in class com.jbstrap.ui.Key
 
Scrollable<T extends Component<?>> - Interface in com.jbstrap.ui
Component containing scrollable content
ScrollEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Scroll event handler interface
scrollToRow(int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Scrolls down the list grid to the specified row.
scrollToTop() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Scrolls to the top of the list grid; displays the top of the data queried.
SEA_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SEA_SHELL - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SEARCH - Enum constant in enum class com.jbstrap.ui.Icon
 
SEARCH_MINUS - Enum constant in enum class com.jbstrap.ui.Icon
 
SEARCH_PLUS - Enum constant in enum class com.jbstrap.ui.Icon
 
searchBtn - Variable in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
SECOND - Enum constant in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
Second level
SECOND - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.StripedStart
The stripes start at the second item, and every stripe with an even number is darkened.
SECOND_QUARTER - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The second quarter.
SECONDARY - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s secondary color.
SECONDARY - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's secundary color.
SECONDARY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SECONDARY_3D - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
3D button with the theme’s secondary colors.
SECTIONED - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TickNumbers
Ticks are displayed at the end of every section.
SECTIONS - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
select(boolean) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Highlights the node
SELECT_NODE_AND_ANY_CHILD_NODES - Enum constant in enum class com.jbstrap.ui.components.treeview.TreeviewSelectionTypes
If the user selects a node that has child nodes, every child node will also be selected.
SELECT_NODE_AND_ANY_PARENT_NODE - Enum constant in enum class com.jbstrap.ui.components.treeview.TreeviewSelectionTypes
If the user selects a node, all of it's parent nodes will also be selected.
selectAllRows() - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Selects all rows in the grid.
selectElement(Object) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorWindow
Selects an element
SelectionType - Enum Class in com.jbstrap.ui.bootstrap
Text selection settings.
selector - Variable in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
SELECTOR_CLASS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
SELECTOR_FILTER_TYPE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
SELECTOR_ITEM - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
A selector type input field, that allows the user to pick values from a (freely implantable) popup window.
SelectorItem - Class in com.jbstrap.ui.components.form.items.selectoritem
Selector item
SelectorItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Creates a selector item based on the specified DataDescriptorColumn.
SelectorItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Creates a selector item based on the specified DataDescriptorColumn and using the specified language code.
SelectorItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Creates a selector item with the specified name and label.
SelectorItem(String, String, Class<? extends SelectorWindow>) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Creates a selector item with the specified name and label.
SelectorItem(String, String, String, Class<? extends SelectorWindow>) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Creates a selector item with the specified name, label and language code.
SelectorWindow - Class in com.jbstrap.ui.components.form.items.selectoritem
The ancestor class of the selector windows, that are used by the selector item.
SelectorWindow(SelectorItem, String) - Constructor for class com.jbstrap.ui.components.form.items.selectoritem.SelectorWindow
 
selectRange(int, int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Selects all rows that fall within the specified range.
selectRow() - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
selectRow(int) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Selects a row in the grid.
selectRow(ListGridRow) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Selects a row in the grid.
selectTab(int) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Selects a tab page (makes it active).
selectTab(TabPage) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Selects the specified tab page.
SEMI_BOLD - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
SEND - Enum constant in enum class com.jbstrap.ui.Icon
 
SEND_O - Enum constant in enum class com.jbstrap.ui.Icon
 
sendBroadcastMessage(BaseMessage) - Method in class com.jbstrap.core.websocket.Client
 
sendDebugMessage(String) - Method in class com.jbstrap.core.websocket.Client
Sends a debug message to the client.
sendDebugMessage(String, String) - Method in class com.jbstrap.core.websocket.Client
Sends a Debug message to the client, on the specified level.
senderId - Variable in class com.jbstrap.core.event.BaseEvent
 
sendErrorMessage(String) - Method in class com.jbstrap.core.websocket.Client
Sends an Error message to the client.
sendInfoMessage(String) - Method in class com.jbstrap.core.websocket.Client
Sends an Info message to the client.
sendLogMessage(String) - Method in class com.jbstrap.core.websocket.Client
Sends a Log message to the client.
sendMail(Email) - Static method in class com.jbstrap.core.mail.EmailAPI
Sends an Email, that is created by calling the prepareEmail method
sendMessageToMessageBus(String, Serializable) - Static method in class com.jbstrap.core.JBStrap
Sends a message through the specified message bus
sendMessageToMessageBus(String, Serializable) - Method in class com.jbstrap.core.messagebus.MessageBus
Sends a message on the specified message bus
sendToClient(Client) - Method in class com.jbstrap.core.filestore.JBFile
Sends the file to the specified client
sendToClient(String) - Method in class com.jbstrap.core.filestore.JBFile
Sends the file to the specified client
sendToUI(UI) - Method in class com.jbstrap.core.filestore.JBFile
Sends the file to the specified UI
sendTraceMessage(String) - Method in class com.jbstrap.core.websocket.Client
Sends a Trace message to the client.
sendWarnMessage(String) - Method in class com.jbstrap.core.websocket.Client
Sends a Warn message to the client.
SEPARATOR - Static variable in class com.jbstrap.core.data.export.CSVExport
 
serialize() - Method in class com.jbstrap.core.Parameters
 
series - Variable in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
Series - Class in com.jbstrap.ui.components.charts
An object containing the data series displayed on the chart and all of its settings.
Series(String) - Constructor for class com.jbstrap.ui.components.charts.Series
Creates a generic series for the charts.
Series(String, String) - Constructor for class com.jbstrap.ui.components.charts.Series
Creates a generic series for the charts and sets the name of the displayed data column.
SeriesBasedChart<T> - Class in com.jbstrap.ui.components.charts
 
SeriesBasedChart(String, TooltipType, ImmutableList<TooltipType>) - Constructor for class com.jbstrap.ui.components.charts.SeriesBasedChart
 
SeriesTitle - Class in com.jbstrap.ui.components.charts
Component displaying special chart data.
SeriesTitle() - Constructor for class com.jbstrap.ui.components.charts.SeriesTitle
Creates the component.
set(String, Object) - Method in class com.jbstrap.core.event.EventBuilder
Sets the data of the event that is to be triggered.
setAccess(AccessType) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Sets the DataDescriptor access type
setAccess(AccessType) - Method in interface com.jbstrap.core.meta.DataDescriptor
Sets the DataDescriptor access type
setAction(String) - Method in class com.jbstrap.ui.components.form.Form
Sets the form action
setActive(boolean) - Method in class com.jbstrap.ui.components.button.DropDownButton.DropDownMenuItem
Sets the menu item icon.
setActive(boolean) - Method in class com.jbstrap.ui.components.wizard.WizardStep
 
setActive(int) - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
setAlignItems(StyleAlign...) - Method in class com.jbstrap.ui.components.card.CardDeck
Sets the row content aligament.
setAlignItems(StyleAlign...) - Method in class com.jbstrap.ui.components.card.CardGroup
Sets the row content aligament.
setAlignItems(StyleAlign...) - Method in class com.jbstrap.ui.components.layout.Column
Sets column alignment.
setAlignItems(StyleAlign...) - Method in class com.jbstrap.ui.components.layout.Container
Sets the container content aligament.
setAlignItems(StyleAlign...) - Method in class com.jbstrap.ui.components.Row
Sets the row content aligament.
setAlignment(ListGridColumnAlignment) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets column data alignment.
setAllDayEventVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if all day scheduled events are shown on the component or not.
setAllowNull(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets if the combobox can accept null values.
setAltText(String) - Method in class com.jbstrap.ui.components.Image
Sets the image alt text.
setAnimation(LoadButtonAnimation) - Method in class com.jbstrap.ui.components.button.LoadButton
Sets the loading animation type
setAnimation(Animation) - Method in interface com.jbstrap.ui.Animatable
Sets the animation type on the component
setAnimation(Animation) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
setApplicationIcon(String) - Method in class com.jbstrap.core.websocket.Client
Sets the application icon (favicon)
setAttendeesColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the attendees.
setAttribute(String, Object) - Method in class com.jbstrap.ui.Component
Sets an HTML attribute on the component.
setAuth(boolean) - Method in class com.jbstrap.core.mail.Email
Sets the Email server authentication
setAuthor(String) - Method in class com.jbstrap.ui.components.Blockquote
Sets the author of the quote
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets if the auto data fetch is enabled.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the component fetches the calendar data automatically from the database when the component is displayed.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets if the data is automatically fetched from the database.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets if the component should automatically query the data for the value set from the database.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets if the component should automatically query the data for the value set from the database.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets automatic data fetch from the database.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets if the component automatically queries the data from the database upon being displayed.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets if the auto data fetch is enabled.
setAutoFetchData(boolean) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets if the data is to be queried automatically from the database upon component loading This function is disabled by default, that is, data is only queried if the method Treeview.fetchData() is called.
setAutoFetchData(boolean) - Method in interface com.jbstrap.ui.Fetchable
Sets if the component can fetch data from the database automatically.
setAutoFetchData(boolean) - Method in interface com.jbstrap.ui.interfaces.Filterable
Sets if the component automatically queries the data from the database upon being displayed.
setAutoPendingEvents(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if scheduled events should be marked automatically as pending, depending on their start and end dates.
setAutoPin(boolean) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets whether the navbar component should be automatically minimized.
setBackgoundColor(Color) - Method in class com.jbstrap.ui.components.Counter
Sets the background color of the counter Default background color is the theme WARNING color
setBackgoundColor(String) - Method in class com.jbstrap.ui.components.Counter
Sets the background color of the counter Default background color is the theme WARNING color.
setBackgroundColor(Color) - Method in class com.jbstrap.ui.Component
Sets the component�s background color.
setBackgroundColor(Color) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Sets the tab page background color
setBackgroundColor(Color) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the component’s background color.
setBackgroundColor(String) - Method in class com.jbstrap.ui.LiveFavicon
Sets the bubble background color
setBackgroundImageUrl(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the background image for the navbar component.
setBackHandler(StepBackHandler) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Sets the event handler for the “previous step” event.
setBadgeType(BadgeType) - Method in class com.jbstrap.ui.components.Badge
Sets the badge type
setBarRadius(int) - Method in class com.jbstrap.ui.components.charts.BarSeries
Sets the rounding radius of the bar chart’s corners.
setBarTextPositon(BarTextPosition) - Method in class com.jbstrap.ui.components.charts.BarSeries
Sets the position of value labels on the displayed columns.
setBarTextVisible(boolean) - Method in class com.jbstrap.ui.components.charts.BarSeries
Sets if the corresponding values should be displayed in a column.
setBody(String) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the body (description) of the scheduled event
setBodyColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the body (description) of the calendar.
setBorder(Border...) - Method in class com.jbstrap.ui.Component
Sets the component�s border.
setBorderColor(Color) - Method in class com.jbstrap.ui.Component
Sets the border color for the component.
setBorderColor(String) - Method in class com.jbstrap.ui.components.charts.DonutChart
Sets the border color for the circle slices.
setBorderColor(String) - Method in class com.jbstrap.ui.components.charts.FunnelChart
Sets the border color around each item.
setBorderColor(String) - Method in class com.jbstrap.ui.components.charts.PieChart
Sets the border color for the circle slices.
setBorderRadius(boolean) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the border radius for navbar component elements.
setBorderRadius(int) - Method in class com.jbstrap.ui.components.charts.DonutChart
Sets the rounding radius of circle slice corners.
setBorderRadius(int) - Method in class com.jbstrap.ui.components.charts.PieChart
Sets the rounding radius of circle slice corners.
setBorderWidth(int) - Method in class com.jbstrap.ui.components.charts.DonutChart
Sets the border width.
setBorderWidth(int) - Method in class com.jbstrap.ui.components.charts.FunnelChart
Sets the border width around each item.
setBorderWidth(int) - Method in class com.jbstrap.ui.components.charts.PieChart
Sets the border width.
setBrand(Image) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the image on the left of the menu bar component.
setBrand(Image, ClickEventHandler) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the image on the left of the menu bar component.
setBrand(Icon, String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the text on the left of the menu bar component.
setBrand(Icon, String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the text on the top of the navbar component.
setBrand(Icon, String, ClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the text on the top of the navbar component.
setBrand(Icon, String, Image, ClickEventHandler) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the text on the left of the menu bar component.
setBrand(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the text on the left of the menu bar component.
setBrand(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the text on the top of the navbar component.
setBrand(String, ClickEventHandler) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the text on the left of the menu bar component.
setBrand(String, ClickEventHandler) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the text on the top of the navbar component.
setBrushable(boolean) - Method in interface com.jbstrap.ui.components.charts.SupportBrush
Enables/disables the brush feature.
setBuildType(FormBuildType) - Method in class com.jbstrap.ui.components.form.Form
Sets the form builder class.
setBuildType(FormBuildType, FormBuilder) - Method in class com.jbstrap.ui.components.form.Form
Sets the builder class, by specifiyng the builder class instance.
setButtondownClass(String) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setButtonsData() - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
 
setButtonSize(ButtonSize) - Method in class com.jbstrap.ui.components.Toolbar
Sets the default button size for the toolbar buttons.
setButtonState() - Method in class com.jbstrap.ui.components.wizard.Wizard
 
setButtonType(ButtonType) - Method in class com.jbstrap.ui.components.Toolbar
Sets the default button type for the toolbar buttons.
setButtonupClass(String) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
Sets the style class of the up button.
setCalculateValue(CalculateColumnValue) - Method in class com.jbstrap.ui.components.form.FormItem
Adds form item calculation code to the component.
setCalendar(CalendarElement) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the scheduled event's calendar
setCalendarColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the name of the calendar.
setCalendarVisibility(String, boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the calendar visibiliy.
setCancelButtonIcon(Icon) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setCancelButtonText(String) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setCanvas(ChartCanvas) - Method in class com.jbstrap.core.event.ChartLassoEvent
Sets the chart component that triggered the event.
setCardBackgroundImage(Image) - Method in class com.jbstrap.ui.components.card.Card
 
setCardBottomImage(Image) - Method in class com.jbstrap.ui.components.card.Card
 
setCardTopImage(Image) - Method in class com.jbstrap.ui.components.card.Card
 
setChangeViewButtonVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the view changing button is visible in the header.
setChart(BaseChart<?>) - Method in class com.jbstrap.core.event.ChartLassoEvent
 
setChartRangeMax(Integer) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the maximum value for the chart.
setChartRangeMin(Integer) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the minimum value for the chart.
setCheckboxShape(CheckboxShape) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Sets the checkbox shape.
setCheckboxType(CheckboxType) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Sets the checkbox type (color).
setChecked(boolean) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the checkbox state for the current node.
setClickHandler(NavigationEventHandler) - Method in class com.jbstrap.core.cache.MenuItem
Sets a custom click hanlder
setCloseable(boolean) - Method in class com.jbstrap.ui.components.ContextMenu
Determines if the close icon will appear in the top right corner.
setCloseable(boolean) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Sets if the tab page can be closed.
setCloseHandler(TabPageCloseHandler) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Adds a tab page closing event handler to the tab page.
setCloseIcon(Icon) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the icon for a collapsed node.
setCloseIcon(Icon, String) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the icon for a collapsed node and its color.
setCloseWithESC(boolean) - Method in class com.jbstrap.ui.components.windows.ModalWindow
If set, the modal window can be closed by pressing the ESC button.
setCode(String) - Method in class com.jbstrap.core.authorization.Role
Sets the role code.
setCollapseIcon(Icon) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
Sets the A IBox collapse icon
setCollapsible(boolean) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
Sets the collapsibility of the IBox.
setCollator(Collator) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the sorting collator
setCollator(Collator) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the collator instance sorting the value set.
setCollator(Collator) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the collator instance sorting the value set.
setColor(String) - Method in interface com.jbstrap.ui.components.charts.ColorizedSeries
Sets the series color.
setColor(String) - Method in class com.jbstrap.ui.components.charts.GaugeChartSection
 
setColor(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets chart color.
setColorColumn(String) - Method in class com.jbstrap.ui.components.charts.Series
Sets the name of the data point color column.
setColorColumnName(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the name of the DataDescriptor column containing the node icon color.
setColorRange(String...) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets a custom color scheme.
setColorTemplate(ColorTemplate) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Set the chart’s color scheme.
setColumnListAutoClose(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets if the context menu should automatically close if the user selects a column in the context menu.
setColumnListFilterable(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the column filter option in the context menu by specifying the column name.
setColumnMovable(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the column rearrange option.
setColumnResizable(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the column resize option.
setComingDuration(Long) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the coming duration (the amount of times it takes to come back from the event)
setComingDurationColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the time it takes to get back from the event.
setContainerType(ContainerType) - Method in class com.jbstrap.ui.components.menubar.MenuBar
 
setContent(String) - Method in class com.jbstrap.ui.components.table.TableCell
Sets the specified text content in the cell.
setCookie(String, String, int) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
setCornerRadius(int) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets the rounding radius for chart section corners.
setCounter(long) - Method in class com.jbstrap.ui.components.button.Button
Adds a counter to the right side of the button.
setCounter(long) - Method in class com.jbstrap.ui.components.button.DropDownButton
Adds a counter to the right side of the button.
setCriteria(Criteria) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
Sets the filter component fulfilling the provided Criteria instance.
setCriteria(Criteria) - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
setCriteria(Criteria) - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
 
setCriteria(Criteria) - Method in class com.jbstrap.ui.components.filter.SimpleFilter
Sets the filter component according to the filter expression given.
setCriteria(Criteria) - Method in class com.jbstrap.ui.components.filter.TextFilter
Sets the criterion for text filter component.
setCurrent() - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
 
setCurrentNode(TreeviewNode) - Method in class com.jbstrap.ui.components.treeview.Treeview
 
setCurrentRole(Role) - Method in class com.jbstrap.core.CurrentUser
Sets the user's current role
setCurrentUi(UI) - Method in class com.jbstrap.ui.LiveFavicon
 
setCurrentValue(Long) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s current value.
setCurrentValue(String, Long) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets a chart item’s current value.
setCurrentValueColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the color of the first chart item’s current value.
setCurrentValueColor(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the color for a chart item’s current value.
setCurveType(CurveType) - Method in class com.jbstrap.ui.components.charts.AreaSeries
Sets how the area delimiter is displayed on the area chart.
setCurveType(CurveType) - Method in class com.jbstrap.ui.components.charts.LineSeries
Sets the line chart’s line type.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets a custom query.
setCustomFetch(FetchEvent) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets a custom query.
setCustomFilter(Class<? extends BaseFilter<?>>) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets a custom filter component for the list grid.
setCustomFilterClass(String, Class<? extends BaseFilter<?>>) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
If implementing a custom filter, sets the class, that contains the implementation of the fitler component
setCustomFilterDefaultOperator(OperatorType, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the default operator type for custom filter implementations
setCustomFilterEditorType(EditorType, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Specifies the editor type of the input field in a custom filter component.
setCustomFilterParameters(Parameters, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the editor field parameters for a custom filter implentation
setCustomFilterValueMap(Map<String, String>, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the value set for a custom filter implementation
setCustomFilterWildCard(String, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the wildcard character used for a custom filter
setCustomSupportedOperators(List<OperatorType>, String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the supported operator types for a custom column filter
setDailyViewEnabled(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the daily view mode is selecatble for the user.
setDashArray(String) - Method in class com.jbstrap.ui.components.charts.AreaSeries
Sets the line dash type.
setDashArray(String) - Method in class com.jbstrap.ui.components.charts.LineSeries
Sets the line dash type.
setData(Object) - Method in class com.jbstrap.ui.Component
Sets custom data on the component
setDataColumn(String) - Method in class com.jbstrap.ui.components.charts.Series
Sets the name of the data column to be displayed.
setDataColumn(String) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the name of the DataDescriptor column, that contains the data values(data values are the actual values that are used by the component when the user selects something, not the displayed value).
setDataColumn(String) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Specifies the name of the DataDescriptor which contains value set data values.
setDataColumn(String) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the name of the DataDescriptor that contains the value set’s data values.
setDataColumn(String) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the name of the DataDescriptor column that contains the selector item values.
setDataColumn(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the data column name.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the Activity Stream's DataDescriptor
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the DataDescriptor, used by the calendar component
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.filter.BaseFilter
Builds the filter component according to the provided DataDescriptor.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.form.Form
Sets the form's DataDescriptor.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the DataDescriptor, that is used by the Combobox component, to read the set of values from.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the DataDescriptor associated with the value set.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the DataDescriptor for the value set.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the DataDescriptor of the selector item
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets a DataDescriptor for the list grid component, creates and adds the DataDescriptor columns to the grid.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the sparkline DataDescriptor.
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the component's DataDescriptor
setDataDescriptor(DataDescriptor) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the treeview DataDescriptor
setDataDescriptor(DataDescriptor) - Method in interface com.jbstrap.ui.interfaces.BasedOnDataDescriptor
Sets the component’s data descriptor.
setDataDescriptor(DataDescriptor, boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the DataDescriptor for the list grid and checks if the columns for the list grid should be created.
setDataDescriptor(DataDescriptor, TreeviewNodeCreator) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the treeview DataDescriptor and defines an own node renderer implementation
setDataDescriptor(DataDescriptor, ActivityStreamItemCreator) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the Activity Stream's DataDescriptor, and sets the specified custom item renderer.
setDataDescriptor(DataDescriptor, TimelineItemCreator) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the component's DataDescriptor and item creator class
setDataDescriptor(DataDescriptor, String) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
setDataLabels(DataLabels) - Method in class com.jbstrap.ui.components.charts.DonutChart
Sets the label for each circle slice.
setDataLabels(DataLabels) - Method in class com.jbstrap.ui.components.charts.FunnelChart
Sets the label for each circle item.
setDataLabels(DataLabels) - Method in class com.jbstrap.ui.components.charts.PieChart
Sets the label for each circle slice.
setDataProvider(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets data provider column
The data in the column specified here will be subject to filtering and sorting on the grid.
setDataProvider(String) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Set the data provider column.
The data in the column specified here will be subject to filtering and sorting on the grid.
setDataType(Class<?>) - Method in class com.jbstrap.ui.components.form.FormItem
 
setDataType(Object) - Method in class com.jbstrap.ui.components.form.FormItem
 
setDataWeightColumnName(String) - Method in class com.jbstrap.ui.components.charts.BubbleSeries
Sets the data weight column name.
setDataWeightName(String) - Method in class com.jbstrap.ui.components.charts.BubbleChart
Sets the name of the column containing data weight in the DataDescriptor.
setDateColumnName(String) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the name of the DataDescriptor column, that contains the timeline item's data
setDateFormat(String) - Method in class com.jbstrap.core.javascriptsupport.JSArray
Sets the date format.
setDateFormat(String) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the component’s date format.
setDateFormat(String) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets the component's date format
setDateFormat(String) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the date format used by the component.
setDateRangeVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the date range is visible on the component header.
setDebugEnabled(boolean) - Method in class com.jbstrap.core.mail.Email
Enables the Email server debug mode
setDecimal(int) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setDecimalPlaces(int) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the number of decimal digits.
setDecimalSeparator(char) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Set the decimal separator.
setDefaultCriteria(Criteria) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the default criteria, used during the data fetch
setDefaultCriteria(Criteria) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the filter criterion used to filter data.
setDefaultCriteria(Criteria) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the default criteria, used during the data fetch
setDefaultCriteria(Criteria) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the Default Criteria used for filtering the treeview items.
setDefaultFilterCriteria(Criteria) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Sets the default filter criteria, that will be used by the DataDescriptor
setDefaultFilterCriteria(Criteria) - Method in interface com.jbstrap.core.meta.DataDescriptor
Sets the default filter criteria, that will be used by the DatDescriptor
setDefaultFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the default filter criteria, used by the component
setDefaultFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
Sets the default filter criterion used for filtering chart data.
setDefaultFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the default filter criteria, that will be applied to the values.
setDefaultFolderIcon(Icon) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the icon of the default collapsed folder If no expanded folder is specified, the icon specified here is used also as an expanded folder icon.
setDefaultFolderOpenIcon(Icon) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the default expanded folder icon.
setDefaultFormatter(ListGridColumnType, ListGridCellFormatter) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the default formatter for the grid using the specified column type.
setDefaultIconColor(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the default icon color
setDefaultItemIcon(Icon) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the default icon for the leaf nodes.
setDefaultOrder(Order) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the default sort type for the list grid.
setDefaultOrders(Order...) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the default sort order for the list grid.
setDefaultOrders(List<Order>) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the default sort order for the list grid.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form item’s default value.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Sets the default value of the checkbox, following the specified object.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Sets the default value of the field
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the default value of the combobox
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the default value of the date picker, based on the specified object.
The value is interpreted, following these rules: If null, the value will be null If the specified value is a Date type, or extends from it, the object value will be the specified value If not null or not Date type, then the specified value's text format will be converted by the component to fit the date format.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the default value of the dual list box.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
No default value can be set for the file item.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.HiddenItem
Sets the default value of the item
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets input field default value.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets input field default value.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.PasswordItem
Sets the default value of the field
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the component’s default value.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the default value of the selector item
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.StaticTextItem
Sets the default value of the static text item.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the default value of the switch.
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.form.items.TextItem
Sets the default value of the field
setDefaultValue(Object) - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
setDeleteStatement(String) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Sets an SQL statement used by the SQL DataDescriptor to delete a record.
setDescription(String) - Method in class com.jbstrap.core.authorization.Role
Sets the role description.
setDescription(String) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form element description.
setDescription(String) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Sets the step description.
setDetailColumnName(String) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the name of the DataDescriptor column, that contains the timeline item's description
setDirection(DropDownDirection) - Method in class com.jbstrap.ui.components.button.DropDownButton
Sets the dropdown direction.
setDispalyColumnNames(String...) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the columns containing the displayed value.
setDisplayColumn(String) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the name of the DataDescriptor column, that contains the display values.
setDisplayColumn(String) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the name of the DataDescriptor column containing the value set’s displayed values.
setDisplayColumn(String) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the name of the DataDescriptor column containing the displayed values of the value set.
setDisplayColumn(String) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the name of the DataDescriptor column that contains the selector item display values.
setDisplayColumns(String...) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the names of the DataDescriptor columns If multiple display values are used.
setDisplayColumns(String...) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the DataDescriptors containing the value set’s displayed values.
setDisplayColumns(String...) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the name of the DataDescriptor columns that contain the selector item display values.
setDisplayColumnSeparator(String) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the separator character that is used to separate the display values.
setDisplayColumnSeparator(String) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the separator text for the display values.
setDisplayColumnSeparator(String) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets a text separating the displayed columns.
setDisplayColumnSeparator(String) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the separator text, that separates the display values.
setDisplayType(DisplayType...) - Method in class com.jbstrap.ui.Component
Set how the component is displayed
setDraggable(boolean) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Sets if drag&drop upload is enabled in the component.
setDraggable(boolean) - Method in interface com.jbstrap.ui.Draggable
Sets the draggability of the component.
setDropDownPosition(DropDownPosition) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets on which side of the input field the dropdown calendar is displayed.
setDropDownPosition(DropDownPosition) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets the position of the dropdown menu.
setDualYaxes(boolean) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
setEditorClass(Class<? extends FormItem<?, ?>>) - Method in enum class com.jbstrap.core.meta.enums.EditorType
Overwrites the default editor component
setEditorType(EditorType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the editor type of the column.
setEmail(String) - Method in class com.jbstrap.core.CurrentUser
Sets the user's e-mail address
setEmptyArrayAsNull(boolean) - Method in class com.jbstrap.core.javascriptsupport.JSArray
Sets whether an empty array is represented as null in JavaScript If set to true, instead of an empty array, it will generate null, instead of an empty array.
setEmptyPlaceholderTitle(String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the placeholder for an empty header.
setEnabled(boolean) - Method in class com.jbstrap.ui.Component
Sets the component to be enabled.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
Sets the component to be enabled.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
 
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Enables or disables the color picker component.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the combobox to be enabled.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the date picker to be enabled.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets the date range picker to be enabled.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Enables/disables the dual list box.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Enabling/disabling the component on the interface.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Enabling/disabling the component on the interface.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
setEnabled(boolean) - Method in class com.jbstrap.ui.components.HTMLFlow
Sets the component to be enabled.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Enabling/disabling the grid on the interface.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
setEnabled(boolean) - Method in class com.jbstrap.ui.components.StaticText
The static text cannot be disabled, this method doesn't do anything.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.table.Table
Enables or disables the table component on the interface.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.table.TableCell
Enables or disables the cell.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.table.TableHeader
Enables or disables the header.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.table.TableRow
Enables or disables the table row.
setEnabled(boolean) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Enabling/disabling the step.
setEndDate(Date) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the end date of the scheduled event
setEndDate(Date) - Method in class com.jbstrap.ui.components.form.base.DateRange
Sets the end date of the date range
setEndDateColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the scheduled event end date of the calendar.
setEventBubbling(boolean) - Method in class com.jbstrap.ui.Component
 
setEventTypeColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the type of the event.
setExtendValues(String) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
If further data is to be stored in the relation table, it can be set using this parameter.
setExtendValues(String) - Method in class com.jbstrap.ui.components.form.items.DualListBox
This parameter enables you to save additional data to the relation table.
setExtendValues(String) - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
This parameter enables you to save additional data to the relation table.
setFetchType(ListGridFetchType) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
List grid data fetch type.
setField(Object, String, Object) - Static method in class com.jbstrap.core.utils.ReflectionUtils
 
setFileDeleteHandler(FileDeleteHandler) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
setFileDeleteHandler(FileDeleteHandler) - Method in interface com.jbstrap.ui.interfaces.FileValueFormItem
Specifies the handler used to delete a file.
setFileListSize(int) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Sets file list size.
setFileStoreName(String) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Sets the file store where the uploaded files are stored.
setFileUploadedPercent(JBFile, long) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
 
setFileUploadedPercent(JBFile, long) - Method in interface com.jbstrap.ui.interfaces.FileValueFormItem
Event handler for the �file upload status changed� event.
The method is called if the file upload status has changed, that is, a new file packet has been transferred to the server.
setFilterable(boolean) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets whether the column is enabled for filtering By default, a column’s filter feature is enabled.
setFilterButtonIcon(Icon) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setFilterButtonIcon(Icon) - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
setFilterButtonText(String) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setFilterButtonText(String) - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the (simple) filter criteria used when fetching data
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the filter criteria, used when getting data
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
Sets the chart’s filter criterion.
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the criteria that is applied to the records that are in the combobox set of values
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the filter criterion used to filter the value set.
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the filter criterion used to query the value set.
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the filter criterion used to query the data.
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the filter criterion used during data query.
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the (simple) filter criteria used when fetching data
setFilterCriteria(Criteria) - Method in class com.jbstrap.ui.components.treeview.Treeview
If the treeview component retrieves its values from a DataDescriptor, a filter criterion to get the data must be specified.
setFilterCriteria(Criteria) - Method in interface com.jbstrap.ui.interfaces.Filterable
Sets the simple filter criterion used to query the component data.
setFilterDefaultOperator(OperatorType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the default operator type for column filtering
setFilterDefaultOperator(OperatorType, FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the default operator type for the given filter type
setFilteredColumns(String...) - Method in class com.jbstrap.ui.components.filter.TextFilter
Set the columns in the filter
By default, the filter includes all visible columns of type TEXT from the DataDescriptor.
setFilterEditorType(EditorType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
In case of a column filter, it is the type of the filter component’s display value editor.
setFilterEditorType(EditorType, FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the editor type of the input field in the column’s filter component.
setFiltering(FilterBarFiltering<?>) - Method in class com.jbstrap.ui.components.filter.BaseFilter
Sets the filterable component as the filter component.
setFilterParameters(Parameters) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the parameters for the column filter’s editor component
setFilterParameters(Parameters, FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the component parameters for the specified filter type
setFilterType(FilterType) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the grid filter type.
setFilterValueMap(Map<String, String>) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the vaue set used in the filter
setFilterValueMap(Map<String, String>, FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the value set for the specified filter type
setFilterWildCard(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Wildcard character used to filter the column
setFilterWildCard(String, FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the wildcard character for the specified filter type
setFinishHandler(WizardFinishHandler) - Method in class com.jbstrap.ui.components.wizard.Wizard
Event handler for the wizard finished event.
setFixedScrollbarPosition(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the list grid scrollbar position.
setFlex(Flex...) - Method in class com.jbstrap.ui.Component
Flexible component display setting for all screen sizes.
setFloating(FloatingType...) - Method in class com.jbstrap.ui.Component
Component float settings.
setFocus() - Method in class com.jbstrap.ui.components.form.FormItem
Sets the input focus to the form item.
setFocus() - Method in interface com.jbstrap.ui.Focusable
Sets the input focus to the component
setFooterText(String) - Method in class com.jbstrap.ui.components.card.Card
 
setFooterText(String, Color) - Method in class com.jbstrap.ui.components.card.Card
 
setFormat(ColorFormat) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Sets the displayed color's format.
setFormat(String) - Method in class com.jbstrap.ui.components.listgrid.formatters.ListGridDateFormatter
Sets the date format for value conversion.
setFormat(String) - Method in class com.jbstrap.ui.components.listgrid.formatters.ListGridDateTimeFormatter
Sets the date and time format for value conversion.
setFormat(String) - Method in interface com.jbstrap.ui.components.listgrid.interfaces.ListGridCellFormatterCustomFormat
 
setFormatter(ListGridCellFormatter) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets the column formatter class.
setFormChangeHandler(FormChangeHandler) - Method in class com.jbstrap.ui.components.form.Form
Sets the form change event handler implementation
setFormEncode(FormEncoding) - Method in class com.jbstrap.ui.components.form.Form
Sets the form encoding.
setFormItemSize(FormItemSize) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form item size.
setFormMethod(FormMethod) - Method in class com.jbstrap.ui.components.form.Form
Sets the form method.
setFormType(FormType) - Method in class com.jbstrap.ui.components.form.Form
Sets the form type.
setFormValidator(FormValidator) - Method in class com.jbstrap.ui.components.form.Form
Sets a custom form validator on the form component
setFunctionName(String) - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Sets the JavaScript function name, that will be called.
setGlobal(boolean) - Method in class com.jbstrap.core.meta.InMemoryDataDescriptor
Sets if the DataDescriptor should use global or local data storage.
setGoingDuration(Long) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the going duration (the amount of times it takes to go to the event)
setGoingDurationColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the time it takes to get to the event.
setGradient(boolean) - Method in class com.jbstrap.ui.components.charts.AreaSeries
Sets if the area chart should be filled with a solid color or a gradient.
setHeader(Icon, String) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
Sets the popup menu header.
setHeaderContextMenuOrder(ListGridContextMenuOrder) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the order of the columns in the context menu.
setHeaderIcon(Icon) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets the modal window header icon
setHeaderText(String) - Method in class com.jbstrap.ui.components.card.Card
 
setHeaderText(String) - Method in class com.jbstrap.ui.components.windows.ModalWindow.ModalHeader
Sets the header text
setHeaderText(String, Color) - Method in class com.jbstrap.ui.components.card.Card
 
setHeaderVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the visibility of the calendar header.
setHeight(int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the height of the first chart item.
setHeight(int) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the splitter component’s height value
setHeight(int) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the splitter component’s height value
setHeight(Integer) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the chart canvas height.
setHeight(Integer) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets component height.
setHeight(Integer) - Method in class com.jbstrap.ui.LiveFavicon
Sets the bubble height
setHeight(Number) - Method in class com.jbstrap.ui.components.CodeViewer
Sets the height of the component in pixels
setHeight(String) - Method in class com.jbstrap.ui.components.CodeViewer
Sets the height of the component
setHeight(String) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the splitter component’s height value
setHeight(String) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the splitter component’s height value
setHeight(String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the grid height
setHeight(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets component height.
setHeight(String) - Method in class com.jbstrap.ui.components.VideoBox
Sets the video box's height
setHeight(String) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets the height of the modal window.
setHeight(String, int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the height of a chart item.
setHeight100() - Method in class com.jbstrap.ui.Component
Sets the component height to 100%.
setHeight25() - Method in class com.jbstrap.ui.Component
Sets the component height to 25%.
setHeight50() - Method in class com.jbstrap.ui.Component
Sets the component height to 50%.
setHeight75() - Method in class com.jbstrap.ui.Component
Sets the component height to 75%.
setHeightAuto() - Method in class com.jbstrap.ui.Component
Automatically sets the component's height.
setHelpIcon(Icon) - Method in interface com.jbstrap.ui.components.form.SupportHelpIcon
Sets the form item help icon.
setHelpText(String) - Method in interface com.jbstrap.ui.components.form.SupportHelpIcon
Sets a help text for the form item.
setHierarchy(ComplexBuilderHierarchy) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Sets the hierarchy to be used by the form.
setHierarchy(ComplexBuilderHierarchy) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.ComplexForm
Sets the hierarchy type of the displayed components in the complex form builder class.
setHierarchy(ComplexBuilderHierarchy) - Method in class com.jbstrap.ui.components.form.Form
Sets the builder hierarchy (used when using a complex form builder).
setHighlightingCurrentNode(Boolean) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets if the clicked node is highlighted or not.
setHost(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email server host
setHotKey(int) - Method in class com.jbstrap.core.cache.MenuItem
Sets a hotkey to the menu item
setHotKey(int) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
 
setHTML(String) - Method in class com.jbstrap.ui.components.HTMLFlow
Sets the HTML content of the component
setIcon(Icon) - Method in class com.jbstrap.ui.components.Badge
Sets the icon of the component
setIcon(Icon) - Method in class com.jbstrap.ui.components.button.Button
Sets the button icon
setIcon(Icon) - Method in class com.jbstrap.ui.components.button.DropDownButton.DropDownMenuItem
Sets the menu item icon.
setIcon(Icon) - Method in class com.jbstrap.ui.components.button.DropDownButton
Sets the button icon
setIcon(Icon) - Method in class com.jbstrap.ui.components.button.LoadButton
Sets the button icon
setIcon(Icon) - Method in class com.jbstrap.ui.components.form.FormBlock
Sets the form block icon
setIcon(Icon) - Method in class com.jbstrap.ui.components.Header
Sets the icon of the component
setIcon(Icon) - Method in class com.jbstrap.ui.components.Link
Sets the link Icon
setIcon(Icon) - Method in class com.jbstrap.ui.components.menubar.MenuBarBrand
 
setIcon(Icon) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Sets the button icon.
setIcon(Icon) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Sets the icon for a menu item.
setIcon(Icon) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Sets the tab page header icon
setIcon(Icon) - Method in class com.jbstrap.ui.components.Small
 
setIcon(Icon) - Method in class com.jbstrap.ui.components.Span
Sets the icon of the component
setIcon(Icon) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets an icon for the node.
setIcon(Icon) - Method in class com.jbstrap.ui.components.windows.ModalWindow.ModalHeader
Sets the icon of the modal window header.
setIcon(Icon) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Sets the step icon.
setIcon(Icon, String) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets an icon and its color for the node.
setIconBackgroundColor(Color) - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Sets the item's icon background color.
setIconBackgroundColumnName(String) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the name of the DataDescriptor column, that contains the event's icon background color
setIconBackgroundColumnName(String) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the name of the DataDescriptor column, that contains the timeline item's icon background color
setIconColor(Color) - Method in class com.jbstrap.ui.components.timeline.TimelineItem
Sets the item's icon color.
setIconColumnName(String) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the name of the DataDescriptor column, that contains the event's icon
setIconColumnName(String) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the name of the DataDescriptor column, that contains the timeline item's icon name
setIconColumnName(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the name of the DataDescriptor containing the node icon In order to work properly, the DataDescriptor must contain a column by the name s specified here.
setIconText(String) - Method in class com.jbstrap.ui.LiveFavicon
Sets the bubble text
setId(String) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the unique ID of the scheduled event
setIdColumnName(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the node ID column name
setIdFieldName(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the DataDescriptor column name.
setImage(Image) - Method in class com.jbstrap.ui.components.button.Button
Places an image on the button
setImage(Image) - Method in class com.jbstrap.ui.components.button.DropDownButton
Places an image on the button
setImage(Image) - Method in class com.jbstrap.ui.components.button.LoadButton
Places an image on the button
setIndex(int) - Method in class com.jbstrap.ui.components.wizard.WizardStep
 
setInitHandler(StepInitHandler) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Sets the event handler for the “initialize step” event.
setInline(boolean) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the value set to be displayed in a single line.
setInsertStatement(String) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Sets the INSERT statement used to insert records in the database by the SQL DataDescriptor.
setItemCreator(ActivityStreamItemCreator) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the custom item renderer.
setItemCreator(TimelineItemCreator) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the component's item creator class
setJoinTableName(String) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
If the user can select multiple values in the combobox, those values will be saved to a separate relation table.
setJoinTableName(String) - Method in class com.jbstrap.ui.components.form.items.DualListBox
This method sets the name of the relation table.
setJoinTableName(String) - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
Selected values in form items with multiple values are saved to a relation table.
setLabel(String) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form element label text.
setLabelColumn(String) - Method in class com.jbstrap.ui.components.charts.Series
Sets the name of the column containing data labels.
setLabelPosition(FormItemLabelPosition) - Method in class com.jbstrap.ui.components.form.Form
Sets the label position of the form items.
setLabelPosition(FormItemLabelPosition) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the position of the form element label relative to the input field position.
setLabelSize(int) - Method in class com.jbstrap.ui.components.form.FormItem
 
setLabelSize(ScreenSize, int) - Method in class com.jbstrap.ui.components.form.FormItem
 
setLanguage(String) - Method in class com.jbstrap.ui.Component
Sets the component language.
setLargePalette(boolean) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Sets if the color picker palette will be large or small.
setLassoEnabled(boolean) - Method in interface com.jbstrap.ui.components.charts.SupportLasso
Enables/disables the lasso feature.
setLeaveHandler(StepLeaveHandler) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Sets the event handler for the “leave step” event.
setLegendFontColor(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the legend’s text color.
setLegendPosition(LegendPosition) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the legend’s position.
setLength(int) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the column's maximum length.
setLength(Long) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the maximum length of the column The setting is only applicable in case of text columns, otherwise it is ignored.
setLevel(String) - Method in class com.jbstrap.core.websocket.messages.DebugMessage
Sets the message log level.
setLevelColors(String, String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the color of the ranges on the first chart.
setLevelColors(String, String, String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the chart range colors.
setLevels(Long, Long, Long) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the ranges on the first chart item.
setLevels(String, Long, Long, Long) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the range values on a chart item.
setLineWidth(int) - Method in class com.jbstrap.ui.components.charts.AreaSeries
Sets the line width of the area delimiter.
setLineWidth(int) - Method in class com.jbstrap.ui.components.charts.LineSeries
Sets the chart’s line width.
setLiveFavicon(LiveFavicon) - Method in class com.jbstrap.ui.UI
Sets the LiveFavicon instance, that will be displayed on the UI
setLocation(String) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the location of the scheduled event
setLocationColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the location of the event.
setMailBcc(String...) - Method in class com.jbstrap.core.mail.Email
Sets the Email bcc addressees
setMailBcc(List<String>) - Method in class com.jbstrap.core.mail.Email
Sets a list of the Email bcc addressees
setMailBody(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email body
setMailBodyText(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email body text
If the email client can't display HTML, then this is the content that will be visible instead of the mailBody
setMailCc(String...) - Method in class com.jbstrap.core.mail.Email
Sets the Email cc addressees
setMailCc(List<String>) - Method in class com.jbstrap.core.mail.Email
Sets a list of the Email cc addressees
setMailFrom(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email sender's address
setMailFromDisplayName(String) - Method in class com.jbstrap.core.mail.Email
Sets the mail sender's display name
setMailSubject(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email subject
setMailTo(String...) - Method in class com.jbstrap.core.mail.Email
Sets the Email addressees
setMailTo(List<String>) - Method in class com.jbstrap.core.mail.Email
Sets the Email addressees (using a list)
setMargin(Margin...) - Method in class com.jbstrap.ui.Component
Component margin settings.
setMargin(Margin...) - Method in class com.jbstrap.ui.components.form.FormItem
 
setMarker(String, BadgeType) - Method in class com.jbstrap.core.cache.MenuItem
Sets a marker text and type to the menu item
setMarker(String, BadgeType) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Shows a marker on the button (marker type specified).
setMarker(String, BadgeType) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Shows a marker on the menu item (marker type specified).
setMarkerColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s target value marker color.
setMarkerColor(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets a chart item’s target value marker color.
setMarkerFillColor(String) - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Sets the chart marker fill color.
setMarkerLineColor(String) - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Sets the marker line color.
setMarkerLineWidth(int) - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Sets the marker line width.
setMarkerSize(Double) - Method in class com.jbstrap.ui.components.charts.Series
Sets the size of the marker indicating data points on a chart.
setMarkerText(String) - Method in class com.jbstrap.core.cache.MenuItem
Sets a marker text to the menu item
setMarkerText(String) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
Shows a default grey marker on the button.
setMarkerText(String) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Adds a default (grey) marker to the menu item.
setMarkerType(BadgeType) - Method in class com.jbstrap.core.cache.MenuItem
Sets a marker type to the menu item
setMarkerType(MarkerType) - Method in class com.jbstrap.ui.components.charts.Series
Sets the type of the marker indicating data points on a chart.
setMarkerWidth(Integer) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s target value marker width.
setMarkerWidth(String, Integer) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets a chart item’s target value marker width.
setMask(String) - Method in class com.jbstrap.ui.components.form.items.TextItem
Sets the specified input mask on the text input field.
setMax(double) - Method in class com.jbstrap.ui.components.charts.GaugeChart
The maximum gauge chart reading (end value).
setMax(Number) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setMax(Object) - Method in interface com.jbstrap.core.validators.DataRangeValidator
Sets the maximum valid value.
setMax(Object) - Method in class com.jbstrap.core.validators.IntegerRangeValidator
Sets the maximum valid value.
setMaximumDate(Date) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the maximum date.
setMaximumDate(Date) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets the maximum date.
setMaximumValue(Number) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the component’s maximum value.
setMaximumValue(Number) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the component’s maximum value.
setMaxLength(int) - Method in class com.jbstrap.ui.components.form.items.TextItem
Sets the maximum allowed length of the text item.
setMaxSize(int) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the maximum width of the splitter component’s left container
setMaxSize(int) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the maximum height of the splitter component’s upper container
setMaxSize(String) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the maximum width of the splitter component’s left container If the value null is set, the maximum width of the container will not be limited.
setMaxSize(String) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the maximum height of the splitter component’s upper container If a value of null is set, the maximum height of the container will not be limited.
setMaxValue(int) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the numerical value representing the end point of the process
setMenuAlignament(DropDownAlignament) - Method in class com.jbstrap.ui.components.button.DropDownButton
Dropdown menu alignment relative to the button.
setMenuOffset(int, int) - Method in class com.jbstrap.ui.components.button.DropDownButton
Sets the X and Y axis offset of the dropdown menu.
setMenuOperation(MenuOperation, String) - Method in class com.jbstrap.core.cache.MenuItem
Sets the menu item operation
setMessage(String) - Method in class com.jbstrap.core.websocket.messages.DebugMessage
Sets the message text
setMilestoneVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the milestone type schedule events appears in the calendar.
setMin(double) - Method in class com.jbstrap.ui.components.charts.GaugeChart
The minimum gauge chart reading (starting value).
setMin(Number) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setMin(Object) - Method in interface com.jbstrap.core.validators.DataRangeValidator
Sets the minimum valid value.
setMin(Object) - Method in class com.jbstrap.core.validators.IntegerRangeValidator
Sets the minimum valid value.
setMinimumDate(Date) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the minimum date.
setMinimumDate(Date) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets the minimum date.
setMinimumValue(Number) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the minimum value for the component.
setMinimumValue(Number) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the minimum value for the component.
setMinSize(int) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the minimum width of the splitter component’s left container in pixels
setMinSize(int) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the minimum height of the splitter component’s upper container in pixels
setMinSize(String) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the minimum width of the splitter component’s left container If the value null is set, the minimum width of the container will not be limited.
setMinSize(String) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the minimum height of the splitter component’s upper container If the value null is set, the minimum height of the container will not be limited.
setMinValue(int) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the numerical value representing the starting point of the process
setModal(boolean) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets the window to be modal.
setMode(CodeViewerMode) - Method in class com.jbstrap.ui.components.CodeViewer
Sets the mode (which language syntax highlighting) the component will use.
setModified(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
 
setMonthlyViewEnabled(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the monthly view mode is selecatble for the user.
setMousewheel(boolean) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setMousewheelSupport(boolean) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets if mouse wheel is supported.
setMousewheelSupport(boolean) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets if mouse wheel is supported.
setMovable(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
setMovedScheduleBeforeSaveHandler(BeforeMoveEvent) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the moved schedule before save handler on the component.
setMoveEnabled(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the scheduled events can be moved around in the component.
setMultiple(boolean) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Sets if the multiple file upload option.
setMultiselect(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets if the user can select multiple values in the combobox.
setMultiselect(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the multiple selection option.
setName(String) - Method in class com.jbstrap.core.authorization.Role
Sets the role name.
setName(String) - Method in class com.jbstrap.core.CurrentUser
Sets the user's full name
setName(String) - Method in class com.jbstrap.ui.Component
Sets the name of the component (name HTML attribute)
setName(String) - Method in class com.jbstrap.ui.components.charts.GaugeChartSection
 
setNegativeColor(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the color of the negative values on the chart.
setNextButtonVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the next button is visible on the component header.
setNextHandler(StepNextHandler) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Sets the event handler for the “Next” button.
setNoDataFoundText(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets a text label that is displayed instead of the chart if the framework is unable to display any data on the chart canvas component.
setNodeClickHandler(TreeviewNodeClickEvent) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the implementation of the event handler associated with clicking on a node.
setNodeCloseHandler(TreeviewNodeCloseEvent) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the implementation of the event handler associated with collapsing a parent node
setNodeCreator(TreeviewNodeCreator) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the node creator implementation
setNodeOpenHandler(TreeviewNodeOpenEvent) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the implementation of the event handler associated with expanding a parent node
setNodeSelectionChangedHandler(TreeviewNodeSelectEvent) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the event handler associated with changing the selection of a node.
setNullable(boolean) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the column to allow null values.
setNumbersFontColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s number color.
setNumbersFontColor(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the color of the numbers on a chart item.
setNumbersFontFamily(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font of the numbers on the first chart item.
setNumbersFontFamily(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font of the numbers on a chart item.
setNumbersFontSize(int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font size of the numbers on the first chart item.
setNumbersFontSize(String, int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font size of the numbers on a chart item.
setNumbersFontWeight(FontWeight) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font weight of the numbers on the first chart item.
setNumbersFontWeight(String, FontWeight) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font weight of the numbers on a chart item.
setObjectValue(Object) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form item’s current value using the object in the parameter.
setObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
 
setObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
setObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
setObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
 
setObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.NumberItem
 
setObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
 
setOffset(ColumnOffset...) - Method in class com.jbstrap.ui.components.layout.Column
Sets the column offset.
setOffText(String) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the text that is displayed when the switch is in the OFF state.
setOnText(String) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the text that is displayed when the switch is in the ON state.
setOpenIcon(Icon) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the icon for an expanded node.
setOpenIcon(Icon, String) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the icon for an expanded node and the icon color.
setOrder(int) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the position of the column Enter a number to specify the position which determines the display order of the columns.
setOrder(Order) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the order of the grid.
setOrder(ColumnOrder...) - Method in class com.jbstrap.ui.components.layout.Column
Sets the order the columns are displayed in.
setOrder(Long) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the column position.
setOrder(Number) - Method in class com.jbstrap.core.cache.MenuItem
Sets the menu item's order.
setOrders(List<Order>) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the grid order using several rules.
setOrderType(OrderType) - Method in class com.jbstrap.core.dao.Order
Sets the order type
setOrderType(OrderType) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the component's ordering type.
setOrderType(OrderType) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the component's ordering type.
setOriginalObjectValue(Object) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form item’s original value using the object in the parameter.
setOriginalObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
 
setOriginalObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.DatePicker
 
setOriginalObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
setOriginalObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
 
setOriginalObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.NumberItem
 
setOriginalObjectValue(Object) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
 
setOriginalValue(DateRange) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
 
setOriginalValue(Boolean) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Sets the checkbox original value, and actual value at the same time.
setOriginalValue(Boolean) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the original value of the switch.
setOriginalValue(Double) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the original value of the component
setOriginalValue(Long) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the original value of the component
setOriginalValue(String, Object) - Method in class com.jbstrap.ui.components.form.Form
Sets the original value of a form item.
setOriginalValue(Date) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the original value of the date picker.
setOriginalValue(T) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form item’s original value to the specified value.
setOverflow(Boolean) - Method in class com.jbstrap.ui.Component
Sets if scrolling is enabled in the component.
setPadding(double) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets the size of the padding between chart sections.
setPadding(Padding...) - Method in class com.jbstrap.ui.Component
Sets the component padding.
setPadding(Padding...) - Method in class com.jbstrap.ui.components.form.FormItem
 
setPaddingAngle(Integer) - Method in class com.jbstrap.ui.components.charts.DonutChart
Sets the size of the empty area (padding) between two circle slices.
setPaddingAngle(Integer) - Method in class com.jbstrap.ui.components.charts.PieChart
Sets the size of the empty area (padding) between two circle slices.
setParam(JBStrapParamType, Object) - Static method in class com.jbstrap.core.JBStrap
Sets a JBStrap parameter
setParam(Parameters) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Sets the DataDescriptor parameters.
setParam(Parameters) - Method in interface com.jbstrap.core.meta.DataDescriptor
Sets the DataDescriptor parameters.
setParam(Parameters) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the column parameters.
setParam(String, Object) - Method in class com.jbstrap.ui.components.form.FormItem
Sets a parameter on the form element.
setParams(Parameters) - Method in class com.jbstrap.ui.components.charts.Series
Sets the series based on the specified parameters.
setParams(Parameters) - Method in class com.jbstrap.ui.components.form.FormItem
Sets or overwrites all parameters of the form element with the specified values.
setParent(MenuItem) - Method in class com.jbstrap.core.cache.MenuItem
 
setParent(ChartCanvas) - Method in class com.jbstrap.ui.components.charts.BaseChart
Sets the canvas that displays the chart.
setParent(Wizard) - Method in class com.jbstrap.ui.components.wizard.WizardStep
 
setParent(Object) - Method in class com.jbstrap.ui.Component
 
setParentChart(BaseChart<?>) - Method in class com.jbstrap.ui.components.charts.Series
Sets the chart associated with the series.
setParentColumnName(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the name of the DataDescriptor column containing the parent node ID In order to work properly, the DataDescriptor must contain a column by the name specified here.
setParentGrid(ListGrid) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
setParentItem(ActivityStreamItem) - Method in class com.jbstrap.ui.components.activitystream.ActivityStreamItem
Sets the item's parent item
setParentItemColumnName(String) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the name of the DataDescriptor column, that contains the event's parent ID.
setParentNode(TreeviewNode) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the parent for the node
setPassword(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email server authentication password
setPending(boolean) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the scheduled event as pending.
setPlaceholder(String) - Method in interface com.jbstrap.ui.components.form.SupportPlaceholder
Sets the placeholder to be displayed when the form item is empty.
setPort(int) - Method in class com.jbstrap.core.mail.Email
Sets the Email server port
setPosition(int) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the position of the line separating the splitter component’s containers, relative to the left side of the component.
setPosition(int) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the position of the line separating the splitter component’s containers, relative to the top of the component Default value: 50%, that is, the separating line is in the middle.
setPosition(SplitterPosition) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the position of the line separating the splitter component’s containers, relative to the left side of the component.
setPosition(SplitterPosition) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the position of the line separating the splitter component’s containers, relative to the top of the component Default value: 50%, that is, the separating line is in the middle.
setPosition(String) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the position of the line separating the splitter component’s containers, relative to the left side of the component.
setPosition(String) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the position of the line separating the splitter component’s containers, relative to the top of the component Default value: 50%, that is, the separating line is in the middle.
setPositionText(String) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the text representing the current state of the process.
setPostfix(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the postfix of the numbers on the first chart item.
setPostfix(String) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setPostfix(String) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the postfix text to be displayed after the input box.
setPostfix(String) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the postfix text to be displayed after the input box.
setPostfix(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the postfix of the numbers on the first chart item.
setPostfix(String, String) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the postfix text and the custom style class for the postfix.
setPostfix(String, String) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the postfix text and the custom style class for the postfix.
setPostfixExtraclass(String) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
Sets the style class of the postfix box.
setPrefix(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the prefix for the numbers displayed on the first chart item.
setPrefix(String) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setPrefix(String) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the input box prefix.
setPrefix(String) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the input box prefix.
setPrefix(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the prefix for the numbers on a chart item.
setPrefix(String, String) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the input box prefix and the custom style class of the prefix box.
setPrefix(String, String) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the input box prefix and the custom style class of the prefix box.
setPrefixExtraclass(String) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
Sets the style class of the prefix box.
setPreviousButtonVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the previous button is visible on the component header.
setPrimaryKey(boolean) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the column to containt the primary key.
setPrivate(boolean) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the scheduled event as private.
setPrivateFlagColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the private event marker.
setRange(Number, Number) - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
setRange(Date, Date) - Method in class com.jbstrap.ui.components.form.base.DateRange
Sets the date range
setRangeFiltering(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets if the data in the column, when used in the adaptive filter, are for a discrete value, or for a range.
setRead(List<String>) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Sets the specified roles to have read access to the DataDescriptor.
setRead(List<String>) - Method in interface com.jbstrap.core.meta.DataDescriptor
Sets the specified roles to have read access to the DataDescriptor.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the calendar component to be read only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the scheduled event as read-only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form item to read-only mode.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Sets if the checkbox is read-only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.colorpicker.ColorPicker
Sets the component to be read only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the combobox to be read only for the user.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the date picker to read-only mode.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets the date range picker to read-only mode.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.DualListBox
 
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Specifies if the file item is displayed in read-only mode.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets if the field is read-only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets if the field is read-only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the component to read-only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the selector item to be read only.
setReadOnly(boolean) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
 
setRecord(Record) - Method in class com.jbstrap.core.dao.Criteria
 
setRecord(Record) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the Scheduled Event's database record
setRecord(Record) - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
Sets the list grid row record.
setRecordColumnName(String) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
This is where the connection of the saved record and the record in the table can be set.
setRecordColumnName(String) - Method in class com.jbstrap.ui.components.form.items.DualListBox
You can use this setting to specify the way the saved record and the record in the relation table are joined.
setRecordColumnName(String) - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
You can use this setting to specify the way the saved record and the record in the relation table are joined.
setReference(String) - Method in class com.jbstrap.ui.components.Link
Sets the link reference URL
setRenderer(ListGridCellRenderer) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets the column renderer.
setReplyTo(String...) - Method in class com.jbstrap.core.mail.Email
Sets the Email reply to addressees
setReplyTo(List<String>) - Method in class com.jbstrap.core.mail.Email
Sets the Email reply to addressees
setRequired(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
Sets if it is mandatory to specify the form item value.
setRequired(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
If set, the combobox has to be filled out by the user.
setResetButtonIcon(Icon) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setResetButtonIcon(Icon) - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
setResetButtonText(String) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setResetButtonText(String) - Method in class com.jbstrap.ui.components.filter.SimpleFilter
 
setResizable(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
setResizeable(boolean, int, int) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets if a window can be resized.
setReverseShow(boolean) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
 
setReverseShow(boolean) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
 
setRole(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the role for menu bar component elements.
setRole(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the role for navbar component elements.
setRoles(List<Role>) - Method in class com.jbstrap.core.CurrentUser
Sets the user's roles.
setRounded(boolean) - Method in class com.jbstrap.ui.components.Badge
Set whether the sides of the badge are rounded.
setRounded(boolean) - Method in class com.jbstrap.ui.components.button.Button
Toggles on/off the roundedness of a button.
setRounded(boolean) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the switch to have rounded edges.
setRowIndex(int) - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
setSaveButtonIcon(Icon) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setSaveButtonText(String) - Method in class com.jbstrap.ui.components.filter.AdvancedFilter
 
setScale(int) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the amount of decimal places.
setScale(Long) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the amount of decimal places.
setScaleStartValue(String, double) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Modifies the section’s initial value.
setScheduleFromRecord(Schedule, Record) - Method in interface com.jbstrap.ui.components.calendar.ScheduleFromRecordSettings
The schedule creator method.
setScheduleVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the scheduled events are visible in the calendar or not.
setScript(String) - Method in class com.jbstrap.core.websocket.messages.ScriptMessage
Sets the JavaScript that will be executed
setScrollable(Boolean) - Method in class com.jbstrap.ui.Component
Sets if scrolling is enabled in the component.
setSearchButtonVisible(boolean) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets if the search button should appear on the right side of the input field.
setSectionColor(String, String) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets a chart’s section color.
setSelectable(boolean) - Method in class com.jbstrap.ui.components.treeview.Treeview
Enables/disables whether a treeview component is selectable By default, nodes are not selectable.
setSelectable(boolean, TreeviewSelectionTypes) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the selection mode for the treeview.
setSelectionType(SelectionType) - Method in class com.jbstrap.ui.Component
Sets the content selection types (of how users can select content elements).
setSelectionType(TreeviewSelectionTypes) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the selection mode for the treeview.
setSelectStatement(String) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Sets the SELECT statement specified for the SQL DataDescriptor.
setSeries(Series) - Method in class com.jbstrap.ui.components.charts.DonutChart
Sets the series displayed on the chart.
setSeries(Series) - Method in class com.jbstrap.ui.components.charts.FunnelChart
Sets the series displayed on the chart.
setSeries(Series) - Method in class com.jbstrap.ui.components.charts.PieChart
Sets the series displayed on the chart.
setSeries(Series) - Method in interface com.jbstrap.ui.components.charts.SimpleSeriesChart
Sets the series displayed on the chart.
setSessionProperty(String, Object) - Method in class com.jbstrap.core.websocket.Client
Adds a property to the client session.
setShadow(Shadow) - Method in class com.jbstrap.ui.Component
Sets the component shadow.
setShowBorder(boolean) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets if a border should be displayed on the chart canvas.
setShowCategoryValueTangent(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBaseSeries
Turns the tangent line on the X axis on / off.
setShowDataLabels(boolean) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets if the chart sections should display data labels.
setShowDropdowns(boolean) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets if year and month selection is done by clicking on a dropdown menu.
setShowDropdowns(boolean) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets if the dropdown menu is enabled or not.
setShowEditor(boolean) - Method in class com.jbstrap.ui.components.filter.JBBaseFilter
 
setShowFooter(boolean) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets the footer to be displayed.
setShowHandler(StepShowHandler) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Sets the event handler for the “show step” event.
setShowHeader(boolean) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets the header to be displayed.
setShowLabel(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
Sets if the form element label is displayed.
setShowLegend(boolean) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Displays the chart legend.
setShowLine(boolean) - Method in class com.jbstrap.ui.components.charts.AreaSeries
Set whether the boundary line is visible on the area chart.
setShowMarker(boolean) - Method in interface com.jbstrap.ui.components.charts.AdvancedMarker
Sets if the marker should be displayed on the chart.
setShowSeriesValueTangent(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBaseSeries
Turns on/off the Y axis tangents.
setShowShadow(boolean) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets if there should be a shadow on the chart canvas.
setShowTitle(boolean) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets if the chart title should be displayed on the chart.
setShowTouchSpin(boolean) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the appearance of the increment/decrement button.
setShowTouchSpin(boolean) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the appearance of the increment/decrement button.
setShowValueLabel(boolean) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets if value labels should be displayed on the chart.
setSize(int) - Method in class com.jbstrap.ui.components.Header
Sets the header size.
setSize(long) - Method in class com.jbstrap.core.filestore.JBFile
Sets the filesize
setSize(ButtonSize) - Method in class com.jbstrap.ui.components.button.Button
Stets the button size
setSize(ButtonSize) - Method in class com.jbstrap.ui.components.button.DropDownButton
Stets the button size
setSize(ButtonSize) - Method in class com.jbstrap.ui.components.button.LoadButton
Stets the button size
setSize(ColumnSize...) - Method in class com.jbstrap.ui.components.layout.Column
Sets column type.
setSize(ProgressBarSize) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the progress bar.
setSocketFactoryClass(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email server socket factory class
setSocketFactoryPort(int) - Method in class com.jbstrap.core.mail.Email
Sets the Email server socket factory port
setSort(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets if the combobox values appear sorted to the user.
setSort(boolean) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Specifies if the displayed values are sorted.
setSort(boolean) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets if the value set is displayed to the user in a sorted fashion.
setSort(boolean, Collator) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the sorting of the combobox values.
setSort(boolean, Collator) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the dual list box value set according to the specified collator.
setSort(boolean, Collator) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets if the value set is displayed to the user in a sorted fashion.
setSortable(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
setSortable(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
setSorted(boolean) - Method in class com.jbstrap.ui.components.list.ListBox
Sets if the list is ordered
setSourceId(Object) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the data column name.
setSourceInformation(String) - Method in class com.jbstrap.ui.components.Blockquote
Sets the source of the quote
setSpinnerColor(Color) - Method in class com.jbstrap.ui.components.button.LoadButton
Sets the loading spinner's color.
setSslEnable(boolean) - Method in class com.jbstrap.core.mail.Email
Enables the Email server SSL
setSslTrust(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email server SSL trust
setStart(double) - Method in class com.jbstrap.ui.components.charts.GaugeChartSection
 
setStartDate(Date) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the start date of the scheduled event
setStartDate(Date) - Method in class com.jbstrap.ui.components.form.base.DateRange
Sets the start date of the date range
setStartDateColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the scheduled event start date of the calendar.
setStarttlsEnable(boolean) - Method in class com.jbstrap.core.mail.Email
Enables the Email server start TLS
setState(FormItemState) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form element state.
setState(FormItemState) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Sets the checkbox state.
setState(FormItemState) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
setState(FormItemState) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the state of the switch.
setState(ListGridRecordState) - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
 
setState(TreeviewNodeState) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the node state.
setState(WizardStepState) - Method in class com.jbstrap.ui.components.wizard.WizardStep
 
setStatus(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the navbar component’s displayed user status.
setStep(int) - Method in class com.jbstrap.ui.components.wizard.Wizard
The step with the specified index receives focus.
setStep(Number) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setStep(Number) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the increment/decrement value specified by the buttons.
setStep(Number) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the increment/decrement value specified by the buttons.
setStep(String) - Method in class com.jbstrap.ui.components.wizard.Wizard
The step with the specified name receives focus.
setStriped(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
setStyle(String, Object) - Method in class com.jbstrap.ui.Component
Sets an Inline style on the component
setSubTitle(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Modifies the title of the first chart item.
setSubTitle(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Modifies the title of a chart item.
setSubTitleFontColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s subtitle color.
setSubTitleFontColor(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets a chart item’s subtitle color.
setSubTitleFontFamily(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font of the first chart item’s subtitle.
setSubTitleFontFamily(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font of a chart item’s subtitle.
setSubTitleFontSize(int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font size of the first chart item’s subtitle.
setSubTitleFontSize(String, int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font size of a chart item’ subtitle.
setSubTitleFontWeight(FontWeight) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font weight of the first chart item’s subtitle.
setSubTitleFontWeight(String, FontWeight) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font weight of a chart item’s subtitle.
setSupportedOperators(List<OperatorType>) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the supported operator types for the column
setSupportedOperators(List<OperatorType>, FilterType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the supported operator types for a column filter
setTabIndex(int) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form element tab index.
setTabType(TabType) - Method in class com.jbstrap.ui.components.form.builders.ComplexFormBuilder
Sets the tab type to be used on the form.
setTabType(TabType) - Method in interface com.jbstrap.ui.components.form.builders.interfaces.TabbedForm
Sets the tab type.
setTabType(TabType) - Method in class com.jbstrap.ui.components.form.builders.TabbedFormBuilder
Sets the type of the tabs.
setTabType(TabType) - Method in class com.jbstrap.ui.components.form.Form
Sets the type of the tabs, that are used on the form.
setTabType(TabType) - Method in class com.jbstrap.ui.components.panels.tab.Tab
Sets the type of the tab pages.
setTabType(TabType) - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
setTargetPageId(Client, String) - Method in interface com.jbstrap.core.interfaces.AuthenticationInterface
Overwrites which page will be opened after a successful login.
setTargetValue(Long) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s target value.
setTargetValue(String, Long) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets a chart item’s target value.
setTaskVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if Tasks are visible in the calendar or not.
setTelephoneNumber(String) - Method in class com.jbstrap.core.CurrentUser
Sets the user's telephone number
setText(String) - Method in class com.jbstrap.ui.components.Badge
Sets the text content of the component
setText(String) - Method in class com.jbstrap.ui.components.Blockquote
Sets the text of the quote
setText(String) - Method in class com.jbstrap.ui.components.button.Button
Sets the button text
setText(String) - Method in class com.jbstrap.ui.components.button.DropDownButton.DropDownMenuItem
Sets the menu item text.
setText(String) - Method in class com.jbstrap.ui.components.button.DropDownButton
Sets the button text
setText(String) - Method in class com.jbstrap.ui.components.button.LoadButton
Sets the button text
setText(String) - Method in class com.jbstrap.ui.components.card.CardFooter
 
setText(String) - Method in class com.jbstrap.ui.components.card.CardHeader
 
setText(String) - Method in class com.jbstrap.ui.components.Header
Sets the text content of the component
setText(String) - Method in class com.jbstrap.ui.components.menubar.MenuBarBrand
 
setText(String) - Method in class com.jbstrap.ui.components.Paragraph
Sets the Paragraph text
setText(String) - Method in class com.jbstrap.ui.components.Small
 
setText(String) - Method in class com.jbstrap.ui.components.Span
Sets the text content of the component
setText(String) - Method in class com.jbstrap.ui.components.StaticText
Sets the Static text
setText(String, String) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the text that is displayed when the switch is in the ON and OFF state.
setTextAlign(TextAlign) - Method in class com.jbstrap.ui.Component
 
setTextAlign(TextAlign) - Method in class com.jbstrap.ui.components.card.Card
 
setTextColor(Color) - Method in class com.jbstrap.ui.Component
Sets the text color for the component.
setTextColor(Color) - Method in class com.jbstrap.ui.components.Counter
Sets the text color of the counter Default text color is the theme text color
setTextColor(String) - Method in class com.jbstrap.ui.components.Counter
Sets the color of the values on the counter.
setTextColor(String) - Method in class com.jbstrap.ui.LiveFavicon
Sets the bubble text color
setTextColumnName(String) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the name of the DataDescriptor column, that contains the event's text content.
setTextType(TextType) - Method in class com.jbstrap.ui.components.Badge
Sets the type of the badge text
setTextType(TextType) - Method in class com.jbstrap.ui.components.Header
Sets the text style of the component
setTextType(TextType) - Method in class com.jbstrap.ui.components.Small
 
setTextType(TextType) - Method in class com.jbstrap.ui.components.Span
Sets the text style of the component
setTheme(NavBarTheme) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the display theme for the navbar.
setTheme(Themes) - Method in class com.jbstrap.core.websocket.Client
Set application theme
setThickness(Integer) - Method in class com.jbstrap.ui.components.charts.DonutChart
Adjusts the radius of the inner circle.
setThickness(Integer) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets the thickness of the arc on the chart.
setThousandsSeparator(char) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the thousands separator for the numbers.
setTickCount(int) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets the number of ticks displayed on the chart.
setTickCount(TickNumbers) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets the number of ticks based on the tick type.
setTicksColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s tick color.
setTicksColor(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets a chart item’s tick color.
setTicksWidth(Integer) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s tick width.
setTicksWidth(String, Integer) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets a chart item’s tick width.
setTimeColumnName(String) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the name of the DataDescriptor column, that contains the event times
setTimeFormat(String) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the time format used in the component.
setTimeout(long) - Method in class com.jbstrap.core.websocket.messages.FunctionMessage
Sets the timeout for the reply message.
setTimeout(long) - Method in class com.jbstrap.core.websocket.messages.LoadJavascriptMessage
Sets the timeout for the reply message.
setTitle(String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
setTitle(String) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the column title
setTitle(String) - Method in class com.jbstrap.core.websocket.Client
Sets the browser title text
setTitle(String) - Method in class com.jbstrap.ui.BasePage
Set the page title
setTitle(String) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the title of the scheduled event
setTitle(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Modifies the name of the first chart item.
setTitle(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the chart title.
setTitle(String) - Method in class com.jbstrap.ui.components.form.FormBlock
Sets the form block title
setTitle(String) - Method in class com.jbstrap.ui.components.form.items.PredefinedRange
Sets the title of the range
setTitle(String) - Method in class com.jbstrap.ui.components.Link
Sets the link text
setTitle(String) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Set column header.
setTitle(String) - Method in class com.jbstrap.ui.components.navbar.NavBarItem
Sets the title for a menu item.
setTitle(String) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
Sets the IBox header title
setTitle(String) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
Sets the tab page header title
setTitle(String) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the title of the assigned process
setTitle(String) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Sets the node text.
setTitle(String) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets the modal window header text
setTitle(String) - Method in class com.jbstrap.ui.components.wizard.WizardStep
Specifies the wizard step title.
setTitle(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Modifies the name of a chart item.
setTitleColumnName(String) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the name of the DS column, that contains the title of the calendar.
setTitleColumnName(String) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the name of the DataDescriptor column, that contains the timeline item's title
setTitleColumnName(String) - Method in class com.jbstrap.ui.components.treeview.Treeview
Sets the name of the DataDescriptor column containing the node label In order to work properly, the DataDescriptor must contain a column by the name specified here.
setTitleFontColor(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s title color.
setTitleFontColor(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the chart color.
setTitleFontColor(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the first chart item’s title color.
setTitleFontFamily(String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font of the first chart item.
setTitleFontFamily(String, String) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font of a chart item’s title.
setTitleFontSize(int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font size of the first chart item’s title.
setTitleFontSize(String) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the chart title font size.
setTitleFontSize(String, int) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font size of a chart item’s title.
setTitleFontWeight(FontWeight) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font weight of the first chart item’s title.
setTitleFontWeight(FontWeight) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the chart title font weight.
setTitleFontWeight(String, FontWeight) - Method in class com.jbstrap.ui.components.charts.BulletChart
Sets the font weight of the chart item’s title.
setTitlePosition(ChartTitlePosition) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the chart title position.
setTitleText(String) - Method in class com.jbstrap.ui.components.ContextMenu
Sets the title text of the menu
setTodayButtonVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the button, that returns the user to the current day is visible on the component header.
setToolTip(String) - Method in class com.jbstrap.ui.Component
Sets the text of the component's tooltip
setTooltipChartTitle(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the tooltip header text.
setTooltipFormat(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the tooltip format as a JavaScript.
setTooltipFreezable(boolean) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets if the user is allowed to freeze a displayed tooltip.
setToolTipPosition(ToolTipPosition) - Method in class com.jbstrap.ui.Component
Sets the tooltip position.
setTooltipPrefix(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the prefix in the tooltip value.
setTooltipRendered(ChartTooltipRenderer) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets a tooltip renderer method that creates custom tooltips.
setTooltipSuffix(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the suffix in the tooltip value.
setTooltipType(TooltipType) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
Sets the chart’s tooltip type.
setTouchspinButtonClass(String, String) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Custom style class for the increment/decrement buttons.
setTouchSpinButtonClass(String, String) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Custom style class for the increment/decrement buttons.
setTouchSpinVertical(boolean) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the alignment of the increment/decrement buttons.
setTouchSpinVertical(boolean) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the alignment of the increment/decrement buttons.
setTransportProtocol(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email server transport protocol
setType(ButtonType) - Method in class com.jbstrap.ui.components.button.Button
Sets the button size
setType(ButtonType) - Method in class com.jbstrap.ui.components.button.DropDownButton
Sets the button size
setType(ButtonType) - Method in class com.jbstrap.ui.components.button.LoadButton
Sets the button size
setType(ContainerType) - Method in class com.jbstrap.ui.components.layout.Container
Sets the container type.
setType(ActivityStreamType) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the display type of the activity stream
setType(ScheduleType) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets the type of the scheduled event
setType(GaugeChartType) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets the chart’s display type.
setType(ListGridColumnType) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets column type.
setType(SparklineType) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets displayed chart type.
setType(Timeline.TimelineType) - Method in class com.jbstrap.ui.components.timeline.Timeline
Sets the display type of the timeline component
setUpdateStatement(String) - Method in class com.jbstrap.core.meta.SQLDataDescriptor
Sets an UPDATE SQL statement for the SQL DataDescriptor.
setUrl(String) - Method in class com.jbstrap.ui.components.Image
Sets the image url
setURL(String) - Method in class com.jbstrap.ui.components.VideoBox
Sets the video URL.
setURL(String, String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
setUseDetailPopup(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Enables the default detail popup window.
setUserMenuItemIcon(String, Icon) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets an icon for a user menu item.
setUserMenuItemText(String, String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets a text for the user menu item.
setUsername(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the username on the menu bar
setUsername(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the username on the navbar.
setUserName(String) - Method in class com.jbstrap.core.CurrentUser
Sets the user name
setUserName(String) - Method in class com.jbstrap.core.mail.Email
Sets the Email server authentication username
setUsernameColumnName(String) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
Sets the name of the DataDescriptor column, that contains the usernames.
setUserPicture(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the avatar image displayed in the menu bar.
setUserPicture(String) - Method in class com.jbstrap.ui.components.navbar.NavBar
Sets the avatar image displayed in the navbar header.
setUserStatus(String) - Method in class com.jbstrap.ui.components.menubar.MenuBar
Sets the menu bar component’s displayed user status.
setUuid(String) - Method in class com.jbstrap.core.CurrentUser
Sets the user's UUID
setValue(int) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the process' current value that represents its state
setValue(long) - Method in class com.jbstrap.ui.components.Counter
Sets the value of the counter component
setValue(DateRange) - Method in class com.jbstrap.ui.components.form.items.DateRangePicker
Sets the date range picker's form item value
setValue(Boolean) - Method in class com.jbstrap.ui.components.form.items.CheckboxItem
Sets the checkbox value.
setValue(Boolean) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the switch value.
setValue(Double) - Method in class com.jbstrap.ui.components.form.items.NumberItem
Sets the current value of the component.
setValue(Long) - Method in class com.jbstrap.ui.components.form.items.IntegerItem
Sets the current value of the component.
setValue(Number) - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
setValue(Object) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the current value of the combobox.
setValue(Object) - Method in class com.jbstrap.ui.components.form.items.RadioButtonItem
Sets the current value of the component.
setValue(Object) - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
Sets the current value of the selector item
setValue(Object) - Method in class com.jbstrap.ui.components.form.items.StaticTextItem
Sets the value of the form item.
setValue(String, Object) - Method in class com.jbstrap.core.dao.Record
Sets the value of a record attribute.
setValue(String, Object) - Method in class com.jbstrap.ui.components.form.Form
Sets the value of a form item.
setValue(String, Object) - Method in class com.jbstrap.ui.components.listgrid.ListGridRow
Sets the list grid row cell value.
setValue(Date) - Method in class com.jbstrap.ui.components.form.items.DatePicker
Sets the date picker's value.
setValue(List<JBFile>) - Method in class com.jbstrap.ui.components.form.items.fileitem.FileItem
Sets the current value of the component.
setValue(List<Number>) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the component’s displayed values.
setValue(List<Object>) - Method in class com.jbstrap.core.dao.JBMultiValue
Sets the value list.
setValue(List<Object>) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the current value of the dual list box.
setValue(T) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the form item’s current value.
setValueColumnName(String) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets the name of the column , where the component values are to be saved.
setValueColumnName(String) - Method in class com.jbstrap.ui.components.form.items.DualListBox
Sets the relation table column name where the component value is saved.
The component value is a list of data values.
setValueColumnName(String) - Method in interface com.jbstrap.ui.interfaces.MultiValueFormItem
Sets the relation table column name where the component value is saved.
If multiple values have been selected in the component, the relation table will also have multiple records.
setValueLabelSize(int) - Method in class com.jbstrap.ui.components.charts.GaugeChart
Sets the displayed value label’s font size.
setValues(Map<String, Object>) - Method in class com.jbstrap.core.dao.Record
Sets multiple values, using a Map
setValues(Map<String, String>) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Assigns a value set to the DataDescriptor column.
setVerticalAlignCenter(boolean) - Method in class com.jbstrap.ui.components.card.Card
 
setVerticalbuttons(boolean) - Method in class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
setView(CalendarView) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets the view mode of the calendar.
setVisible(boolean) - Method in class com.jbstrap.ui.Component
Sets the visibility of the component.
setVisible(boolean) - Method in class com.jbstrap.ui.components.calendar.Schedule
Sets if the scheduled event is visible.
setVisible(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
Sets the visibility of the form element.
setVisible(boolean) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
Sets if the component is visible on the interface.
setVisible(boolean) - Method in class com.jbstrap.ui.components.form.items.HiddenItem
This method does nothing, since the item is not visible on the interface
setVisible(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
 
setVisible(boolean) - Method in class com.jbstrap.ui.components.ProgressBar
Sets the visibility of the component.
setVisible(boolean) - Method in class com.jbstrap.ui.components.Toolbar
Sets the visibility of the component.
setVisible(boolean) - Method in class com.jbstrap.ui.ProcessIndicator
 
setVisibleType(ColumnVisibleType) - Method in class com.jbstrap.core.meta.DataDescriptorColumn
Sets the visibility type of the column.
setWeeklyViewEnabled(boolean) - Method in class com.jbstrap.ui.components.calendar.Calendar
Sets if the weekly view mode is selecatble for the user.
setWidth(int) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the splitter component’s width value
setWidth(int) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the splitter component’s width value
setWidth(Integer) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the component width.
setWidth(Integer) - Method in class com.jbstrap.ui.LiveFavicon
Sets the bubble width
setWidth(Number) - Method in class com.jbstrap.ui.components.CodeViewer
Sets the width of the component in pixels
setWidth(String) - Method in class com.jbstrap.ui.components.CodeViewer
Sets the width of the component
setWidth(String) - Method in class com.jbstrap.ui.components.form.items.SwitchItem
Sets the width of the switch.
setWidth(String) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
Sets the splitter component’s width value
setWidth(String) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Sets the splitter component’s width value
setWidth(String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the grid width
setWidth(String) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets column width.
setWidth(String) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
Sets the component width.
setWidth(String) - Method in class com.jbstrap.ui.components.VideoBox
Sets the video box's width
setWidth(String) - Method in class com.jbstrap.ui.components.windows.ModalWindow
Sets the width of the modal window.
setWidth100() - Method in class com.jbstrap.ui.Component
Sets the component width to 100%.
setWidth25() - Method in class com.jbstrap.ui.Component
Sets the component width to 25%.
setWidth50() - Method in class com.jbstrap.ui.Component
Sets the component width to 50%.
setWidth75() - Method in class com.jbstrap.ui.Component
Sets the component width to 75%.
setWidthAuto() - Method in class com.jbstrap.ui.Component
Automatically sets the component's width.
setWordWrap(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGridColumn
Sets the text wrap option.
setWorldOperator(OperatorType) - Method in class com.jbstrap.ui.components.filter.TextFilter
Sets the operator between the words of the search term you entered.
setWrite(List<String>) - Method in class com.jbstrap.core.meta.BaseDataDescriptor
Sets the specified roles to have write access to the DataDescriptor.
setWrite(List<String>) - Method in interface com.jbstrap.core.meta.DataDescriptor
Sets the specified roles to have write access to the DataDescriptor.
setXAxisDateFormat(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
The format of the date type values on the X axis.
setXAxisFontColor(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the font color on the X axis.
setXAxisShow(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the X axis should be displayed on the chart.
setXAxisShowGrid(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the gridlines on the X axis should be displayed.
setXAxisShowLine(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the X axis line is displayed on the chart.
setXAxisShowTicks(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the value-marking ticks are displayed on the X axis.
setXAxisShowValueLabel(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the values on the X axis should be displayed as labels.
setXAxisStriped(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the X axis should be striped.
setXAxisStripedStart(StripedStart) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the way the X axis should be striped.
setXAxisTickTextRotate(TickTextRotate) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the rotation of the texts on the X axis.
setXAxisTitle(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the title for the X axis.
setXAxisType(AxisType) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the data type of the X axis.
setXAxisValuePostfix(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the postfix for the values on the X axis.
setXAxisValuePrefix(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the prefix for the values on the X axis.
setYAxisFontColor(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the color of the labels on the Y axis.
setYAxisMaxValue(Number) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the maximum values of the Y axis.
setYAxisMinValue(Number) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the start value of the Y axis.
setYAxisShow(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the Y axis should be displayed on the chart.
setYAxisShowGrid(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the gridlines on the Y axis should be displayed.
setYAxisShowLine(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the Y axis line is displayed on the chart.
setYAxisShowTicks(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the value-marking ticks are displayed on the Y axis.
setYAxisShowValueLabel(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the values on the Y axis should be displayed as labels.
setYAxisStriped(boolean) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets if the Y should be striped.
setYAxisStripedStart(StripedStart) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the way the Y axis should be striped.
setYAxisTitle(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the title for the Y axis.
setYAxisValuePostfix(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets a postfix for the values on the Y axis.
setYAxisValuePrefix(String) - Method in class com.jbstrap.ui.components.charts.AxesBasedChart
Sets the prefix for the values on the Y axis.
setZoomable(boolean) - Method in interface com.jbstrap.ui.components.charts.SupportZoom
Enables/disables the zoom feature.
SEVEN() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the seventh item for all screen sizes.
SEVEN(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the seventh column for the specified or bigger screen sizes.
SEVEN_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 7/12 on all screens.
SEVEN_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 7/12 for all screen sizes.
SEVEN_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 7/12 for the specified and bigger screen sizes.
SEVEN_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 7/12 for the specified and bigger screen sizes.
Shadow - Enum Class in com.jbstrap.ui.bootstrap
Component shadow settings.
SHADOW - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
SHAKE - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SHAPE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
SHARE - Enum constant in enum class com.jbstrap.ui.Icon
 
SHARE_ALT - Enum constant in enum class com.jbstrap.ui.Icon
 
SHARE_ALT_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
SHARE_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
SHARE_SQUARE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
SHEKEL - Enum constant in enum class com.jbstrap.ui.Icon
 
SHELL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
SHEQEL - Enum constant in enum class com.jbstrap.ui.Icon
 
SHIELD - Enum constant in enum class com.jbstrap.ui.Icon
 
SHIFT - Static variable in class com.jbstrap.ui.Key
 
SHOPPING_CART - Enum constant in enum class com.jbstrap.ui.Icon
 
show() - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
show() - Method in class com.jbstrap.ui.components.windows.ModalWindow
Shows the modal window on the interface.
SHOW - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
SHOW - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
SHOW_BUTTONS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
SHOW_DATA_LABELS - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
SHOW_DROPDOWN - Static variable in class com.jbstrap.core.meta.MetaParamName
 
SHOW_GRID - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
SHOW_LINE - Static variable in class com.jbstrap.ui.components.charts.AreaSeries
 
SHOW_LINE - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
SHOW_MARKER - Static variable in interface com.jbstrap.ui.components.charts.AdvancedMarker
 
SHOW_TICKS - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
SHOW_VALUE_LABEL - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
SHOW_VALUE_LABLES - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
showColumn(String) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Unhides a previously hidden column in the grid.
showContent(boolean) - Method in class com.jbstrap.ui.components.treeview.TreeviewNode
Displays or hides node content.
showDropdowns - Variable in class com.jbstrap.ui.components.form.items.DateRangePicker
 
SHOWER - Enum constant in enum class com.jbstrap.ui.Icon
 
showHeader(boolean) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Sets the list grid header visibility.
showLabel - Variable in class com.jbstrap.ui.components.form.FormItem
 
showNotification(NotificationType, String) - Method in class com.jbstrap.core.websocket.Client
Displays the specified notification on the interface.
showNotification(NotificationType, String) - Method in class com.jbstrap.ui.Component
Shows the specified notification on the client that has the component currently displayed.
showNotification(NotificationType, String) - Method in class com.jbstrap.ui.UI
Displays the specified notification on the interface.
showNotification(NotificationType, String, String) - Static method in class com.jbstrap.core.JavaScriptBuilder
 
showNotification(NotificationType, String, String) - Method in class com.jbstrap.core.websocket.Client
Displays the specified notification on the interface.
showNotification(NotificationType, String, String) - Method in class com.jbstrap.ui.Component
Shows the specified notification on the client that has the component currently displayed.
showNotification(NotificationType, String, String) - Method in class com.jbstrap.ui.UI
Displays the specified notification on the interface.
showNotificationImmediate(NotificationType, String) - Method in class com.jbstrap.core.websocket.Client
Displays the specified notification on the interface, immediately, not waiting for other modifying operations
showNotificationImmediate(NotificationType, String, String) - Method in class com.jbstrap.core.websocket.Client
Displays the specified notification on the interface, immediately, not waiting for other modifying operations
showpage(boolean) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
showProcessIndicator(boolean) - Method in class com.jbstrap.ui.Component
Sets the Process Indicator to be shown or hidden on the client.
showProcessIndicator(boolean) - Method in class com.jbstrap.ui.UI
Shows or hides the Process Indicator
showSelector() - Method in class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
 
showSelector() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorWindow
The window opening event
SHRINK() - Static method in class com.jbstrap.ui.bootstrap.Flex
Enable forcing an item to shrink to leave more space for other elements in the flexible container.
SHRINK(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
Enable forcing an item to shrink to leave more space for other elements in the flexible container.
shutdown() - Method in class com.jbstrap.ui.Startup
The application shutdown operation.
SIENNA - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SIGN_IN - Enum constant in enum class com.jbstrap.ui.Icon
 
SIGN_OUT - Enum constant in enum class com.jbstrap.ui.Icon
 
SIGNAL - Enum constant in enum class com.jbstrap.ui.Icon
 
SILVER - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SIMPLE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
Simple tooltip
SIMPLE - Static variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
SIMPLE_FILTER - Enum constant in enum class com.jbstrap.core.meta.enums.FilterType
Simple filter
SimpleFilter - Class in com.jbstrap.ui.components.filter
Simple filter component
SimpleFilter() - Constructor for class com.jbstrap.ui.components.filter.SimpleFilter
Creates the simple filter component
SimpleFilter(String) - Constructor for class com.jbstrap.ui.components.filter.SimpleFilter
Creates the simple filter component according the language setting
SimpleFilter(String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.SimpleFilter
Creates the simple filter component according the language setting
SimpleFilter(String, String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.SimpleFilter
Creates the simple filter component according the language setting
SimpleSeriesChart<T extends SeriesBasedChart<?>,D extends Series> - Interface in com.jbstrap.ui.components.charts
Charts that implement this interface can only display one series.
SINGLE_NODE_SELECT - Enum constant in enum class com.jbstrap.ui.components.treeview.TreeviewSelectionTypes
Single node select.
SITEMAP - Enum constant in enum class com.jbstrap.ui.Icon
 
SIX() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the sixth item for all screen sizes.
SIX(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the sixth column for the specified or bigger screen sizes.
SIX_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 6/12 on all screens.
SIX_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 6/12 for all screen sizes.
SIX_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 6/12 for the specified and bigger screen sizes.
SIX_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 6/12 for the specified and bigger screen sizes.
size - Variable in class com.jbstrap.core.utils.FastByteArrayOutputStream
 
size() - Method in class com.jbstrap.ui.components.list.ListBox
Gets the number of items in the list
SIZE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
skip(long) - Method in class com.jbstrap.core.utils.FastByteArrayInputStream
 
SKIP_UNTITLED_COLUMNS - Static variable in interface com.jbstrap.ui.interfaces.Exportable
 
SKY_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SKYPE - Enum constant in enum class com.jbstrap.ui.Icon
 
SLACK - Enum constant in enum class com.jbstrap.ui.Icon
 
SLATE_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SLATE_GRAY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SLATE_GREY - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SLIDE_IN_DOWN - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SLIDE_IN_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SLIDE_IN_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SLIDE_OUT_LEFT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SLIDE_OUT_RIGHT - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SLIDE_OUT_UP - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SLIDEDOWN - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The text slides to the downwards, and the loading animation replaces it.
SLIDELEFT - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The text slides to the left, and the loading animation replaces it.
SLIDERIGHT - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The text slides to the right, and the loading animation replaces it.
SLIDERS - Enum constant in enum class com.jbstrap.ui.Icon
 
SLIDESHARE - Enum constant in enum class com.jbstrap.ui.Icon
 
SLIDEUP - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The text slides upwards, and the loading animation replaces it.
Small - Class in com.jbstrap.ui.components
 
Small() - Constructor for class com.jbstrap.ui.components.Small
 
Small(Icon, String) - Constructor for class com.jbstrap.ui.components.Small
 
Small(String) - Constructor for class com.jbstrap.ui.components.Small
 
Small(String, Icon, String) - Constructor for class com.jbstrap.ui.components.Small
 
Small(String, String) - Constructor for class com.jbstrap.ui.components.Small
 
SMALL - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonSize
Small size button
SMALL - Enum constant in enum class com.jbstrap.ui.bootstrap.ContainerType
Small container
SMALL - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemSize
Small form item
SMALL - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
Small size
SMALL - Enum constant in enum class com.jbstrap.ui.bootstrap.ScreenSize
Small Display
SMALL - Enum constant in enum class com.jbstrap.ui.bootstrap.Shadow
The component has a small shadow.
SMILE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
SMOOTH - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
A spline chart where data points are connected with smoothed curves.
SNOW - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SNOWFLAKE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
SOCCER_BALL_O - Enum constant in enum class com.jbstrap.ui.Icon
 
sort() - Method in class com.jbstrap.core.cache.MenuItem
 
SORT - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_ALPHA_ASC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_ALPHA_DESC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_AMOUNT_ASC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_AMOUNT_DESC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_ASC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_DESC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_NUMERIC_ASC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_NUMERIC_DESC - Enum constant in enum class com.jbstrap.ui.Icon
 
SORT_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
sortByKey(Map<?, ?>) - Static method in class com.jbstrap.core.utils.SortUtils
Sorts the map by the key, using the default collator
sortByKey(Map<?, ?>, String) - Static method in class com.jbstrap.core.utils.SortUtils
Sorts the map by the key, using the specified rule
sortByKey(Map<?, ?>, Collator) - Static method in class com.jbstrap.core.utils.SortUtils
Sorts the map by key, using the defined Collator
sortByValue(Map<?, ?>) - Static method in class com.jbstrap.core.utils.SortUtils
Sorts the map by the element value, using the default collator (US language)
sortByValue(Map<?, ?>, String) - Static method in class com.jbstrap.core.utils.SortUtils
Sorts the map by the element value
sortByValue(Map<?, ?>, Collator) - Static method in class com.jbstrap.core.utils.SortUtils
Sorts the map by the element value, using the specified collator.
sortColumn() - Method in class com.jbstrap.core.meta.BaseDataDescriptor
 
SortUtils - Class in com.jbstrap.core.utils
Sorting utility methods
SOUNDCLOUD - Enum constant in enum class com.jbstrap.ui.Icon
 
SPACE - Static variable in class com.jbstrap.ui.Key
 
SPACE_SHUTTLE - Enum constant in enum class com.jbstrap.ui.Icon
 
Span - Class in com.jbstrap.ui.components
Span component
Span() - Constructor for class com.jbstrap.ui.components.Span
Creates an empty Span component
Span(Icon, String) - Constructor for class com.jbstrap.ui.components.Span
Creates a span component with the specified icon and text inside it
Span(Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.Span
Creates a span component with the specified style, icon and text inside it
Span(String) - Constructor for class com.jbstrap.ui.components.Span
Creates a span component with the specified text inside it
Span(String, Icon, String) - Constructor for class com.jbstrap.ui.components.Span
Creates a span component with the specified icon and text inside it
Span(String, Icon, String, StyleElement...) - Constructor for class com.jbstrap.ui.components.Span
Creates a span component with the specified style, icon and text inside it
Span(String, String) - Constructor for class com.jbstrap.ui.components.Span
Creates a span component with the specified text inside it
Sparkline - Class in com.jbstrap.ui.components.sparkline
Sparkline component
Sparkline() - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a simple line chart.
Sparkline(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a chart based on the specified DataDescriptor column.
Sparkline(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a chart based on the specified DataDescriptor column according to the language code.
Sparkline(SparklineType) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a chart with the specified type.
Sparkline(SparklineType, List<Number>) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a chart with the specified type and data
Sparkline(String) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a simple line chart according to the specified language code.
Sparkline(String, SparklineType) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a chart with the specified type according to the language code.
Sparkline(String, SparklineType, List<Number>) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a chart with the specified type and data according to the language code.
Sparkline(String, String) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a simple line chart according to the specified language code.
Sparkline(String, String, SparklineType, List<Number>) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a chart with the specified type and data according to the language code.
Sparkline(String, List<Number>) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a simple line chart based on the specified data according to the language code.
Sparkline(List<Number>) - Constructor for class com.jbstrap.ui.components.sparkline.Sparkline
Creates a simple line chart based on the specified data.
SparklineType - Enum Class in com.jbstrap.ui.components.sparkline
Sparkline types.
SPEEDOMETER - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
The chart is displayed as a speedometer.
SPINNER - Enum constant in enum class com.jbstrap.ui.Icon
 
SplitterPosition - Enum Class in com.jbstrap.ui.components.layout.splitter
Enum containing the named positions of the splitter component’s separator line
SPOON - Enum constant in enum class com.jbstrap.ui.Icon
 
SPOTIFY - Enum constant in enum class com.jbstrap.ui.Icon
 
SPRING_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SQL - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
SQLDataDescriptor - Class in com.jbstrap.core.meta
SQL DataDescriptor
SQLDataDescriptor(String) - Constructor for class com.jbstrap.core.meta.SQLDataDescriptor
Creates a DataDescriptor with the specified name.
SQLTransaction - Class in com.jbstrap.core.dao.base
This class ensures relational database connectivity through transactions.
SQLTransaction() - Constructor for class com.jbstrap.core.dao.base.SQLTransaction
Instantiates a database transaction class.
SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
SQUARE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
STACK_EXCHANGE - Enum constant in enum class com.jbstrap.ui.Icon
 
STACK_OVERFLOW - Enum constant in enum class com.jbstrap.ui.Icon
 
StackedAreaChart - Class in com.jbstrap.ui.components.charts
A stacked area chart is a series of data points connected with lines, with a colored area below the lines.
StackedAreaChart(String) - Constructor for class com.jbstrap.ui.components.charts.StackedAreaChart
Creates a stacked area chart component.
StackedAreaChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.StackedAreaChart
Creates a stacked area chart component and sets the associated DataDescriptor and the name of the column containing X axis values.
StackedBarChart - Class in com.jbstrap.ui.components.charts
A stacked bar chart is a bar chart that displays data series as columns.
StackedBarChart(String) - Constructor for class com.jbstrap.ui.components.charts.StackedBarChart
Creates a stacked bar chart component.
StackedBarChart(String, DataDescriptor, String) - Constructor for class com.jbstrap.ui.components.charts.StackedBarChart
Creates a stacked bar chart component and sets the associated DataDescriptor and the name of the column containing X axis values.
StandardDao<D extends DataDescriptor,T extends Transaction> - Class in com.jbstrap.core.dao
Interface necessary for a custom data query and handling class.
StandardDao() - Constructor for class com.jbstrap.core.dao.StandardDao
 
STAR - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Markers are displayed as stars on the chart and on the legend.
STAR - Enum constant in enum class com.jbstrap.ui.Icon
 
STAR_HALF - Enum constant in enum class com.jbstrap.ui.Icon
 
STAR_HALF_EMPTY - Enum constant in enum class com.jbstrap.ui.Icon
 
STAR_HALF_FULL - Enum constant in enum class com.jbstrap.ui.Icon
 
STAR_HALF_O - Enum constant in enum class com.jbstrap.ui.Icon
 
STAR_O - Enum constant in enum class com.jbstrap.ui.Icon
 
start() - Method in class com.jbstrap.core.data.DataExporter
This method is to be called upon starting the export process.
start() - Method in class com.jbstrap.core.data.export.CSVExport
Starts the CSV export process.
start() - Method in class com.jbstrap.core.data.export.ExcelExport
Starts an Excel export.
start() - Method in class com.jbstrap.ui.components.button.LoadButton
Starts the loading animation.
If the process starts on a click event, no need to start it manually, it will be automatic.
START - Enum constant in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
 
START - Enum constant in enum class com.jbstrap.ui.bootstrap.VerticalAlign
 
START - Static variable in class com.jbstrap.ui.components.charts.GaugeChartSection
 
STARTS_WITH - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorType
The operator checks if the examined text starts with the specified text.
startTimeout(String) - Method in enum class com.jbstrap.core.cache.UserCache
 
startTransaction() - Static method in class com.jbstrap.core.dao.base.JpaDaoAPI
Starts a new transaction from the persistence layer.
Startup - Class in com.jbstrap.ui
The application startup class
Startup() - Constructor for class com.jbstrap.ui.Startup
 
state - Variable in class com.jbstrap.ui.components.form.FormItem
 
STATE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
STATIC_TEXT_ITEM - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Static text displaying field.
StaticFormItem - Interface in com.jbstrap.ui.components.form.base
Interface for marking static text displaying form items
If a form item implements this interface, the value change event handler cannot be used on the form item.
StaticText - Class in com.jbstrap.ui.components
Static text component
StaticText(String) - Constructor for class com.jbstrap.ui.components.StaticText
Creates a static text component with the specified text
StaticTextItem - Class in com.jbstrap.ui.components.form.items
Static text form item component
StaticTextItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.StaticTextItem
Creates a form item, based on the specified DataDescriptor column.
StaticTextItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.StaticTextItem
Creates a form item, based on the specified DataDescriptor column and using the specified language code.
StaticTextItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.StaticTextItem
Creates a static text form item, with the specified name and label
StaticTextItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.StaticTextItem
Creates a static text form item, with the specified name and label, with the specified language code.
STEAM - Enum constant in enum class com.jbstrap.ui.Icon
 
STEAM_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
STEEL_BLUE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
STEP_BACKWARD - Enum constant in enum class com.jbstrap.ui.Icon
 
STEP_FORWARD - Enum constant in enum class com.jbstrap.ui.Icon
 
StepBackHandler - Interface in com.jbstrap.ui.components.wizard.interfaces
Event handler interface for the wizard step’s “previous step” event.
StepInitHandler - Interface in com.jbstrap.ui.components.wizard.interfaces
An interface implementing wizard step initialization.
StepLeaveHandler - Interface in com.jbstrap.ui.components.wizard.interfaces
Step leave event handler interface.
StepNextHandler - Interface in com.jbstrap.ui.components.wizard.interfaces
Event handler interface for the wizard step’s “next step” event.
STEPPED_CENETR - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
Centered stepped chart: data points are displayed in the center of each step.
STEPPED_END - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
A stepped line chart where data points are displayed at the end of each step.
STEPPED_START - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
A stepped line chart where data points are displayed at the start of each step.
StepShowHandler - Interface in com.jbstrap.ui.components.wizard.interfaces
Event handler interface for the wizard step’s “show step” event.
STETHOSCOPE - Enum constant in enum class com.jbstrap.ui.Icon
 
stop() - Method in class com.jbstrap.ui.components.button.LoadButton
Stops the loading animation
If the process started by a click event, no need to stop it manually, it will be automatic.
STOP - Enum constant in enum class com.jbstrap.ui.Icon
 
store() - Method in class com.jbstrap.core.filestore.JBFile
Stores the file in the previously specified filestore.
store(JBFile) - Static method in class com.jbstrap.core.filestore.FileStoreAPI
Stores the specified file in the FileStore
STRAIGHT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
A line chart with straight line segments connecting data points.
stream() - Method in class com.jbstrap.core.websocket.Client.EventQueue
 
STRIKETHROUGH - Enum constant in enum class com.jbstrap.ui.Icon
 
STRING - Enum constant in enum class com.jbstrap.core.enums.JSDataType
 
STRING_BASE - Enum constant in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
String base type operator (only String)
StringEscapeUtils - Class in com.jbstrap.core.utils
 
stringToBigDecimal(String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
stringToBoolean(String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
stringToDate(String, String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
stringToDouble(String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
stringToFloat(String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
stringToInteger(String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
stringToLong(String) - Static method in class com.jbstrap.core.converters.ObjectConverter
 
StringUtils - Class in com.jbstrap.core.utils
Class containing methods that makes handling String values easier.
STRIPED - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarType
The progress bar will be colored with stripes
STRIPED - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
STRIPED_START - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
StripedStart - Enum Class in com.jbstrap.ui.components.charts.params.enums
Chart axis stripe settings.
STUMBLEUPON - Enum constant in enum class com.jbstrap.ui.Icon
 
STUMBLEUPON_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
STYLE - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
StyleAlign - Interface in com.jbstrap.ui.bootstrap
Items aligments
styleClasses - Variable in class com.jbstrap.ui.Component
 
StyleElement - Interface in com.jbstrap.ui.bootstrap
The style element enums idetifier interface
SUB_TITLE - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
SUB_TITLE_FONT - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
submit() - Method in class com.jbstrap.ui.components.form.Form
Submits the form
subscribeMessageBus(String, MessageBusListener) - Static method in class com.jbstrap.core.JBStrap
Subscribes the specified listener to the specified global level message bus
subscribeMessageBus(String, MessageBusListener) - Method in class com.jbstrap.core.messagebus.MessageBus
Subscribes to the specified message bus.
SUBSCRIPT - Enum constant in enum class com.jbstrap.ui.Icon
 
SUBSEQUENT - Enum constant in enum class com.jbstrap.ui.components.wizard.WizardStepState
Subsequent
A step is in “subsequent” state if the user has not displayed while using the wizard component.
subString(String, String) - Static method in class com.jbstrap.core.utils.StringUtils
Gets a sub String from the specified source, using the specified pattern.
SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.BadgeType
The badge's background color is success color.
SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s “successful” color.
SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's success color.
SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxType
The checkbox will be colored with the theme's success color
SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemState
Success state.
SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarType
The progress bar will be colored with the success color
SUCCESS - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
The text will be colored by the theme's success color
SUCCESS - Enum constant in enum class com.jbstrap.ui.components.enums.NotificationType
The notification type for informing the user about a Success.
SUCCESS - Static variable in class com.jbstrap.ui.bootstrap.Color
 
SUCCESS_3D - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
3D button with the theme’s “success” color.
SUITCASE - Enum constant in enum class com.jbstrap.ui.Icon
 
SUN_O - Enum constant in enum class com.jbstrap.ui.Icon
 
SUPERPOWERS - Enum constant in enum class com.jbstrap.ui.Icon
 
SUPERSCRIPT - Enum constant in enum class com.jbstrap.ui.Icon
 
SUPPORT - Enum constant in enum class com.jbstrap.ui.Icon
 
SupportAppend<T extends FormItem<?,?>> - Interface in com.jbstrap.ui.components.form
You can use this interface to extend the FormItem component with text before or after the input field, or with any component.
SupportBrush<T extends BaseChart<?>> - Interface in com.jbstrap.ui.components.charts
Charts that implement this interface support the brush feature.
SUPPORTED_TOOLTIP_TYPES - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
supportedOperators - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
supportedTooltipTypes - Variable in class com.jbstrap.ui.components.charts.BaseChart
Supported tooltip types.
SupportHelpIcon<T extends FormItem<?,?>> - Interface in com.jbstrap.ui.components.form
You can use this interface to add a help icon and text to the FormItem component
SupportLasso<T extends BaseChart<?>> - Interface in com.jbstrap.ui.components.charts
Charts that implement this interface can use the lasso feature.
SupportPlaceholder<T extends FormItem<?,?>> - Interface in com.jbstrap.ui.components.form
You can use this interface to extend the FormItem component by handling the placeholder text that appears on the interface
SupportZoom<T extends BaseChart<?>> - Interface in com.jbstrap.ui.components.charts
Charts that implement this interface support the zoom feature.
SWING - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
SWITCH_ITEM - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Switch component, that is for inputting logic values.
SwitchItem - Class in com.jbstrap.ui.components.form.items
Switch item
SwitchItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.SwitchItem
Createts a switch item, based on the specified DataDescriptor column.
SwitchItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.SwitchItem
Creates a switch item, based on the specified DataDescriptor column and using the specified language code.
SwitchItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.SwitchItem
Creates a switch item, with the specified name and label.
SwitchItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.SwitchItem
Creates a switch item, with the specified name and label, with the specified language code.
SyncMessageBusListener - Interface in com.jbstrap.core.messagebus
Synchronous MessageBus listener interface

T

Tab - Class in com.jbstrap.ui.components.panels.tab
This component collects the tab components.
Tab() - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates an empty, default tab component.
Tab(TabType) - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates an empty tab component, with the specified tab type
Tab(TabType, TabPage...) - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates a tab component, with the specified tab type and tab pages.
Tab(TabPage...) - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates a tab component, in the default state, with the specified tab pages
Tab(String) - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates an empty, default tab component with the specified ID.
Tab(String, TabType) - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates an empty tab component, with the specified tab type
Tab(String, TabType, TabPage...) - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates a tab component, with the specified tab type and tab pages.
Tab(String, TabPage...) - Constructor for class com.jbstrap.ui.components.panels.tab.Tab
Creates a tab component, in the default state, with the specified tab pages
TAB - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy.Element
 
TAB - Static variable in class com.jbstrap.ui.Key
 
TAB_BLOCK_COLUMN - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
In this hierarchy, the order is tab, blocks and columns.
TAB_COLUMN_BLOCK - Enum constant in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
In this hierarchy, the order is tab, columns and blocks.
TAB_INDEX - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TAB_NAME - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TABBED_FORM - Enum constant in enum class com.jbstrap.ui.components.form.FormBuildType
Tabbed form builder
TabbedForm - Interface in com.jbstrap.ui.components.form.builders.interfaces
The form component tab page handler support interface
TabbedFormBuilder - Class in com.jbstrap.ui.components.form.builders
Tabpage based form builder class
TabbedFormBuilder() - Constructor for class com.jbstrap.ui.components.form.builders.TabbedFormBuilder
 
TabHeader - Class in com.jbstrap.ui.components.panels.tab
Tab header component
TabHeader() - Constructor for class com.jbstrap.ui.components.panels.tab.TabHeader
 
tabIndex - Variable in class com.jbstrap.ui.components.form.FormItem
 
Table - Class in com.jbstrap.ui.components.table
Simple HTML Table component
Table() - Constructor for class com.jbstrap.ui.components.table.Table
Creates an empty table component
Table(String) - Constructor for class com.jbstrap.ui.components.table.Table
Creates an empty table component with the specified ID
TABLE - Enum constant in enum class com.jbstrap.ui.Icon
 
TABLE() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Display the component as a table for all screen sizes.
TABLE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a table for the specified and bigger screen sizes.
TABLE_CELL() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Display the component as a table cell for all screen sizes.
TABLE_CELL(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a table cell for the specified and bigger screen sizes.
TABLE_ROW() - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a table row for all screen sizes.
TABLE_ROW(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.DisplayType
Displays the component as a table row for the specified and bigger screen sizes.
TableCell - Class in com.jbstrap.ui.components.table
Table cell component
TableCell(Component<?>...) - Constructor for class com.jbstrap.ui.components.table.TableCell
Creates a table cell component, and adds the specified components to the cell.
TableCell(String) - Constructor for class com.jbstrap.ui.components.table.TableCell
Creates a table cell component, with the specified text content
TableCell(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.table.TableCell
Creates a table cell component, and adds the specified components to the cell.
TableCell(String, String) - Constructor for class com.jbstrap.ui.components.table.TableCell
Creates a table cell component, with the specified text content
TableHeader - Class in com.jbstrap.ui.components.table
Table header row component
TableHeader() - Constructor for class com.jbstrap.ui.components.table.TableHeader
Creates an empty table header row component.
TableHeader(Component<?>...) - Constructor for class com.jbstrap.ui.components.table.TableHeader
Creates a table header row, and adds the specified components to it, as table cells.
TableHeader(String) - Constructor for class com.jbstrap.ui.components.table.TableHeader
Creates an empty table header row component with specified ID.
TableHeader(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.table.TableHeader
Creates a table header row, and adds the specified components to it, as table cells.
TableRow - Class in com.jbstrap.ui.components.table
Table row component
TableRow() - Constructor for class com.jbstrap.ui.components.table.TableRow
Creates an empty table row component
TableRow(Component<?>...) - Constructor for class com.jbstrap.ui.components.table.TableRow
Creates a table row, and places the specified components into it.
TableRow(String) - Constructor for class com.jbstrap.ui.components.table.TableRow
Creates an empty table row component with specified ID
TableRow(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.table.TableRow
Creates a table row, and places the specified components into it.
TABLET - Enum constant in enum class com.jbstrap.ui.Icon
 
TabPage - Class in com.jbstrap.ui.components.panels.tab
Tab page component
TabPage(Icon) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header icon
TabPage(Icon, String) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title and icon.
TabPage(Icon, String, Component<?>...) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title, icon and tab page contents.
TabPage(String) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title
TabPage(String, Component<?>...) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title and tab page contents.
TabPage(String, Icon) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header icon
TabPage(String, Icon, String) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title and icon.
TabPage(String, Icon, String, Component<?>...) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title, icon and tab page contents.
TabPage(String, String) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title
TabPage(String, String, Component<?>...) - Constructor for class com.jbstrap.ui.components.panels.tab.TabPage
Creates a tab page component with the specified tab page header title and tab page contents.
TabPageCloseHandler - Interface in com.jbstrap.ui.components.panels.tab
Tab page closing handler interface.
TabType - Enum Class in com.jbstrap.ui.bootstrap
Tab types
TACHOMETER - Enum constant in enum class com.jbstrap.ui.Icon
 
TADA - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
TAG - Enum constant in enum class com.jbstrap.ui.Icon
 
TAGS - Enum constant in enum class com.jbstrap.ui.Icon
 
TAN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
TASK - Enum constant in enum class com.jbstrap.ui.components.calendar.ScheduleType
Task
TASKS - Enum constant in enum class com.jbstrap.ui.Icon
 
TAXI - Enum constant in enum class com.jbstrap.ui.Icon
 
TEAL - Static variable in class com.jbstrap.ui.bootstrap.Color
 
TELEGRAM - Enum constant in enum class com.jbstrap.ui.Icon
 
telephoneNumber - Variable in class com.jbstrap.core.CurrentUser
 
TempDataExportCache - Enum Class in com.jbstrap.core.cache
 
TEN() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the tenth item for all screen sizes.
TEN(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the tenth column for the specified or bigger screen sizes.
TEN_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 10/12 on all screens.
TEN_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 10/12 for all screen sizes.
TEN_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 10/12 for the specified and bigger screen sizes.
TEN_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 10/12 for the specified and bigger screen sizes.
TENCENT_WEIBO - Enum constant in enum class com.jbstrap.ui.Icon
 
TERMINAL - Enum constant in enum class com.jbstrap.ui.Icon
 
test(Record) - Method in class com.jbstrap.core.dao.Criteria
Checks if the specified Record passes the Criteria
test(Object, Object) - Method in enum class com.jbstrap.core.dao.enums.OperatorType
 
text - Variable in class com.jbstrap.ui.components.button.Button
 
text - Variable in class com.jbstrap.ui.components.button.LoadButton
 
TEXT - Enum constant in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Text data type column
TEXT - Enum constant in enum class com.jbstrap.ui.bootstrap.ColorType
 
TEXT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.AxisType
An axis displaying text data.
TEXT - Enum constant in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Text column
TEXT - Static variable in class com.jbstrap.ui.components.filter.JBBaseFilter
 
TEXT_CENTER - Enum constant in enum class com.jbstrap.ui.bootstrap.TextAlign
Center alignment
TEXT_EDITOR - Enum constant in enum class com.jbstrap.core.meta.enums.EditorType
Simple text input field, or long text editor textbox.
TEXT_FILTER - Enum constant in enum class com.jbstrap.core.meta.enums.FilterType
Text filter
TEXT_HEIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
TEXT_POSITION - Static variable in class com.jbstrap.ui.components.charts.BarSeries
 
TEXT_VISIBLE - Static variable in class com.jbstrap.ui.components.charts.BarSeries
 
TEXT_WIDTH - Enum constant in enum class com.jbstrap.ui.Icon
 
textAlign - Variable in class com.jbstrap.ui.Component
 
TextAlign - Enum Class in com.jbstrap.ui.bootstrap
Align types
TextFilter - Class in com.jbstrap.ui.components.filter
Text filter component
TextFilter() - Constructor for class com.jbstrap.ui.components.filter.TextFilter
Creates a TextFilter component
TextFilter(String) - Constructor for class com.jbstrap.ui.components.filter.TextFilter
Creates a TextFilter component for the given filter component in the language provided
TextFilter(String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.TextFilter
Creates a TextFilter component for the given filter component in the language provided
TextFilter(String, String, FilterBarFiltering<?>) - Constructor for class com.jbstrap.ui.components.filter.TextFilter
Creates a TextFilter component for the given filter component in the language provided
TextItem - Class in com.jbstrap.ui.components.form.items
Text Item
TextItem(DataDescriptorColumn) - Constructor for class com.jbstrap.ui.components.form.items.TextItem
Creates a text input field form item, based on the specified DataDescriptor column.
TextItem(DataDescriptorColumn, String) - Constructor for class com.jbstrap.ui.components.form.items.TextItem
Creates a form item, based on the specified DataDescriptor column and using the specified language code.
TextItem(String, String) - Constructor for class com.jbstrap.ui.components.form.items.TextItem
Creates a text input field with the specified name and label.
TextItem(String, String, String) - Constructor for class com.jbstrap.ui.components.form.items.TextItem
Creates a text input field with the specified name, label and language.
TextType - Enum Class in com.jbstrap.ui.bootstrap
Text types
TH - Enum constant in enum class com.jbstrap.ui.Icon
 
TH_LARGE - Enum constant in enum class com.jbstrap.ui.Icon
 
TH_LIST - Enum constant in enum class com.jbstrap.ui.Icon
 
Themes - Enum Class in com.jbstrap.ui
List of themes that can be used in the JBstrap framework
THERMOMETER - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_0 - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_1 - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_2 - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_3 - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_4 - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_EMPTY - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_FULL - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_HALF - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_QUARTER - Enum constant in enum class com.jbstrap.ui.Icon
 
THERMOMETER_THREE_QUARTERS - Enum constant in enum class com.jbstrap.ui.Icon
 
THICKNESS - Static variable in class com.jbstrap.ui.components.charts.DonutChart
 
THICKNESS - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
THIN - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
THIRD - Enum constant in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
Third level
THIRD_QUARTER - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The third quarter.
THISTLE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
THOUSANDS_SEPARATOR - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default Thousands Separator character
threadDone() - Static method in class com.jbstrap.core.websocket.JBStrapEndPoint
Execute JavaScript batch on the client(s) from the soecifed thread
THREE() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the third item for all screen sizes.
THREE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the third column for the specified or bigger screen sizes.
THREE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 3/12 on all screens.
THREE_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 3/12 for all screen sizes.
THREE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 3/12 for the specified and bigger screen sizes.
THREE_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 3/12 for the specified and bigger screen sizes.
THUMB_TACK - Enum constant in enum class com.jbstrap.ui.Icon
 
THUMBNAIL - Enum constant in enum class com.jbstrap.ui.bootstrap.ImageStyle
Thumbnail display style.
THUMBS_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
THUMBS_O_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
THUMBS_O_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
THUMBS_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
TICK - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
TICK_COUNT - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
TICK_TEXT_ROTATE - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
TICKET - Enum constant in enum class com.jbstrap.ui.Icon
 
TickNumbers - Enum Class in com.jbstrap.ui.components.charts.params.enums
Sets the ticks for a GaugeChart chart.
TickTextRotate - Enum Class in com.jbstrap.ui.components.charts.params.enums
Sets the rotation of the text on the chart’s axis.
TIME_FORMAT - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The default Time format
Timeline - Class in com.jbstrap.ui.components.timeline
Timeline component
Timeline() - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates an empty, FLAT timeline component
Timeline(DataDescriptor, Timeline.TimelineType) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor and display type
Timeline(DataDescriptor, Timeline.TimelineType, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, item creator and display type
Timeline(DataDescriptor, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor and item creator.
Timeline(DataDescriptor, String, Timeline.TimelineType) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, language and display type
Timeline(DataDescriptor, String, Timeline.TimelineType, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, language, item creator and display type
Timeline(DataDescriptor, String, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, item creator and language.
Timeline(Timeline.TimelineType) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates an empty timeline component with the specified display type
Timeline(String) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates an empty, FLAT timeline component, with the specified language
Timeline(String, DataDescriptor, Timeline.TimelineType) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor and display type
Timeline(String, DataDescriptor, Timeline.TimelineType, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, item creator and display type
Timeline(String, DataDescriptor, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor and item creator.
Timeline(String, DataDescriptor, String, Timeline.TimelineType) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, language and display type
Timeline(String, DataDescriptor, String, Timeline.TimelineType, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, language, item creator and display type
Timeline(String, DataDescriptor, String, TimelineItemCreator) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates a timeline component with the specified DataDescriptor, item creator and language.
Timeline(String, Timeline.TimelineType) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates an empty timeline component with the specified display type and language
Timeline(String, String) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates an empty, FLAT timeline component, with the specified language
Timeline(String, String, Timeline.TimelineType) - Constructor for class com.jbstrap.ui.components.timeline.Timeline
Creates an empty timeline component with the specified display type and language
Timeline.TimelineType - Enum Class in com.jbstrap.ui.components.timeline
The timeline display types
TimelineItem - Class in com.jbstrap.ui.components.timeline
Timeline item component
TimelineItem(String, Date, Icon, String) - Constructor for class com.jbstrap.ui.components.timeline.TimelineItem
Creates a timeline item based on the specified date and title, with the specified icon
TimelineItem(String, Date, String) - Constructor for class com.jbstrap.ui.components.timeline.TimelineItem
Creates a timeline item based on the specified date and title
TimelineItem(Date, Icon, String) - Constructor for class com.jbstrap.ui.components.timeline.TimelineItem
Creates a timeline item based on the specified date and title, with the specified icon
TimelineItem(Date, String) - Constructor for class com.jbstrap.ui.components.timeline.TimelineItem
Creates a timeline item based on the specified date and title
TimelineItemCreator - Interface in com.jbstrap.ui.interfaces
Timeline creator interface.
TIMES - Enum constant in enum class com.jbstrap.ui.Icon
 
TIMES_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
TIMES_CIRCLE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
TIMES_RECTANGLE - Enum constant in enum class com.jbstrap.ui.Icon
 
TIMES_RECTANGLE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
TINT - Enum constant in enum class com.jbstrap.ui.Icon
 
TITLE - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
TITLE - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
TITLE - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
TITLE_FONT - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
titleContainer - Variable in class com.jbstrap.ui.components.ContextMenu
 
toDatabase(Object) - Method in enum class com.jbstrap.ui.converters.BooleanConverters
Converts a boolean value.
toDatabase(Object) - Method in interface com.jbstrap.ui.interfaces.Converter
Converts Java values to database values.
today() - Method in class com.jbstrap.ui.components.calendar.Calendar
Displays the current day in the calendar
TODAY - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The current day.
toggle() - Method in class com.jbstrap.ui.components.navbar.NavBar
Hides or makes the navbar component visible.
TOGGLE_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
TOGGLE_LEFT - Enum constant in enum class com.jbstrap.ui.Icon
 
TOGGLE_OFF - Enum constant in enum class com.jbstrap.ui.Icon
 
TOGGLE_ON - Enum constant in enum class com.jbstrap.ui.Icon
 
TOGGLE_RIGHT - Enum constant in enum class com.jbstrap.ui.Icon
 
TOGGLE_UP - Enum constant in enum class com.jbstrap.ui.Icon
 
toggleStyleClass(String) - Method in class com.jbstrap.ui.Component
Removes or adds a style class to/from the component.
toJava(Object) - Method in enum class com.jbstrap.ui.converters.BooleanConverters
Reconverts any value to a boolean value.
toJava(Object) - Method in interface com.jbstrap.ui.interfaces.Converter
Converts database values to Java values.
toJson(Object) - Static method in class com.jbstrap.core.utils.JSONUtil
Creates a JSON object based on the specified Java object.
toJSON(Parameters) - Static method in class com.jbstrap.core.utils.JSONUtil
Converts a parameter object to a JSON string.
toJSONValue(Object) - Static method in class com.jbstrap.core.utils.JSONUtil
Converts a Java value to the corresponding JSON value.
TOMATO - Static variable in class com.jbstrap.ui.bootstrap.Color
 
Toolbar - Class in com.jbstrap.ui.components
Toolbar component
Toolbar() - Constructor for class com.jbstrap.ui.components.Toolbar
Creates an empty Toolbar
Toolbar(String) - Constructor for class com.jbstrap.ui.components.Toolbar
Creates an empty Toolbar with specified ID
toolTip - Variable in class com.jbstrap.ui.Component
 
tooltipContent - Variable in class com.jbstrap.ui.components.charts.BaseChart
Custom tooltip component added to the chart.
toolTipPosition - Variable in class com.jbstrap.ui.Component
 
ToolTipPosition - Enum Class in com.jbstrap.ui.components.enums
The applicable positions of the tooltips
tooltipType - Variable in class com.jbstrap.ui.components.charts.BaseChart
The chart’s tooltip type.
TooltipType - Enum Class in com.jbstrap.ui.components.charts.params.enums
The types of tooltip that appear on the chart
TOP - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.BarTextPosition
Data points are displayed on the top of columns in a bar chart.
TOP - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
The legend is displayed above the chart.
TOP - Enum constant in enum class com.jbstrap.ui.components.enums.ToolTipPosition
The tooltip will appear above to the assigned component.
TOP - Enum constant in enum class com.jbstrap.ui.components.form.FormItemLabelPosition
In this case the form element will be displayed in its full width, and the label will be above the input field.
TOP - Enum constant in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
The line separating the splitter component’s containers is located on the top of the component Only for horizontal splitter
TOP_CENTER - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
The chart title is displayed above the chart, aligned to the center.
TOP_LEFT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
The chart title is displayed above the chart, aligned to the left.
TOP_RIGHT - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
The chart title is displayed above the chart, aligned to the left.
TOPIC_VIEW - Enum constant in enum class com.jbstrap.ui.components.activitystream.ActivityStreamType
The individual stream items are under each other, but the items that are connected, will be grouped under a root item.
toString() - Method in class com.jbstrap.core.CurrentUser
Returns a string representation of the user data
toString() - Method in class com.jbstrap.core.dao.Criteria
Converts the Criteria to String
toString() - Method in class com.jbstrap.core.dao.Order
Returns a String representation of the Order POJO class
toString() - Method in class com.jbstrap.core.dao.Record
Returns a String representation of the Record
toString() - Method in class com.jbstrap.core.event.ClientConnectedEvent
toString() - Method in class com.jbstrap.core.filestore.JBFile
Displays the file as string.
toString() - Method in class com.jbstrap.core.javascriptsupport.JSArray
Generates a JavaScript array, according to the list
toString() - Method in class com.jbstrap.core.Parameters
Returns a string representation of the object.
toString() - Method in class com.jbstrap.ui.bootstrap.Color
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.AxisType
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.BarTextPosition
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.DataLabels
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Gets the JavaScript parameter name for the marker type.
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.StripedStart
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.TickNumbers
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
 
toString() - Method in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
 
TOUCH_CANCEL - Enum constant in enum class com.jbstrap.core.event.EventType
Touch cancel event
TOUCH_END - Enum constant in enum class com.jbstrap.core.event.EventType
Touch end event
TOUCH_MOVE - Enum constant in enum class com.jbstrap.core.event.EventType
Touch move event
TOUCH_START - Enum constant in enum class com.jbstrap.core.event.EventType
Touch start event
Touchable<T extends Component<?>> - Interface in com.jbstrap.ui
Components that can handle touch events.
TouchCancelEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Touch cancel event handler interface
TouchEndEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Touch end event handler interface
TouchEvent - Class in com.jbstrap.core.event
This class contains the data about the touch events.
TouchEvent() - Constructor for class com.jbstrap.core.event.TouchEvent
 
TouchMoveEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Touch move event handler interface
TOUCHSPIN_BUTTONDOWN_CLASS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_BUTTONUP_CLASS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_DECIMALS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_POSTFIX - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_POSTFIX_EXTRACLASS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_PREFIX - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_PREFIX_EXTRACLASS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_STEP - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TOUCHSPIN_VERTICALBUTTONS - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TouchSpinConfig - Class in com.jbstrap.ui.components.form.config
 
TouchSpinConfig() - Constructor for class com.jbstrap.ui.components.form.config.TouchSpinConfig
 
TouchStartEventHandler - Interface in com.jbstrap.core.event.handlers.dom
Touch start event handler interface
TRACE - Static variable in class com.jbstrap.core.websocket.messages.DebugMessage
TRACE level message
Transaction - Interface in com.jbstrap.core.interfaces
 
TRANSPARENT - Static variable in class com.jbstrap.ui.bootstrap.Color
 
TRASH - Enum constant in enum class com.jbstrap.ui.Icon
 
TRASH_O - Enum constant in enum class com.jbstrap.ui.Icon
 
TREE - Enum constant in enum class com.jbstrap.ui.Icon
 
Treeview - Class in com.jbstrap.ui.components.treeview
Treeview component
Treeview() - Constructor for class com.jbstrap.ui.components.treeview.Treeview
Creates an empty TreeView component
Treeview(String) - Constructor for class com.jbstrap.ui.components.treeview.Treeview
Creates an empty Treeview component based on the language settings
Treeview(String, String) - Constructor for class com.jbstrap.ui.components.treeview.Treeview
Creates an empty Treeview component based on the language settings
TreeviewNode - Class in com.jbstrap.ui.components.treeview
A component representing a node in the treeview component The component is not intended for standalone use, it can only be inserted into the Treeview as node of the tree.
TreeviewNode(String) - Constructor for class com.jbstrap.ui.components.treeview.TreeviewNode
Creates a tree by the specified name
TreeviewNode(String, TreeviewNode) - Constructor for class com.jbstrap.ui.components.treeview.TreeviewNode
Creates a node with the specified name and adds it below the parameter-specified parent node
TreeviewNodeClickEvent - Interface in com.jbstrap.ui.components.treeview.interfaces
Treeview component node click event handler interface
TreeviewNodeCloseEvent - Interface in com.jbstrap.ui.components.treeview.interfaces
Treeview component node close event handler interface
TreeviewNodeCreator - Interface in com.jbstrap.ui.components.treeview.interfaces
Treeview component node renderer interface
TreeviewNodeOpenEvent - Interface in com.jbstrap.ui.components.treeview.interfaces
Treeview component node open event handler interface
TreeviewNodeSelectEvent - Interface in com.jbstrap.ui.components.treeview.interfaces
The treeview component node select event handling interface
TreeviewNodeState - Enum Class in com.jbstrap.ui.components.treeview
The treeview node states
TreeviewSelectionTypes - Enum Class in com.jbstrap.ui.components.treeview
The treeview component selection types
TRELLO - Enum constant in enum class com.jbstrap.ui.Icon
 
TRIANGLE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Markers are displayed as triangles on the chart and on the legend.
triggerChange() - Method in class com.jbstrap.ui.components.form.items.selectoritem.SelectorItem
 
triggerFormChange() - Method in class com.jbstrap.ui.components.form.FormItem
 
TRISTATE_CHART - Enum constant in enum class com.jbstrap.ui.components.sparkline.SparklineType
Tristate chart
TROPHY - Enum constant in enum class com.jbstrap.ui.Icon
 
TRUCK - Enum constant in enum class com.jbstrap.ui.Icon
 
TRY - Enum constant in enum class com.jbstrap.ui.Icon
 
TSV - Enum constant in enum class com.jbstrap.core.data.ExportTypes
Exports data in the TSV format
TTY - Enum constant in enum class com.jbstrap.ui.Icon
 
TUMBLR - Enum constant in enum class com.jbstrap.ui.Icon
 
TUMBLR_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
TURKISH_LIRA - Enum constant in enum class com.jbstrap.ui.Icon
 
TURQUOISE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
TWELVE() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the twelfth item for all screen sizes.
TWELVE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the twelfth column for the specified or bigger screen sizes.
TWITCH - Enum constant in enum class com.jbstrap.ui.Icon
 
TWITTER - Enum constant in enum class com.jbstrap.ui.Icon
 
TWITTER_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
TWO() - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column is displayed as the second item for all screen sizes.
TWO(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOrder
The column appears as the second column for the specified or bigger screen sizes.
TWO_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
The column offset is 2/12 on all screens.
TWO_TWELFTH() - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 2/12 for all screen sizes.
TWO_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnOffset
Column offset is 2/12 for the specified and bigger screen sizes.
TWO_TWELFTH(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.ColumnSize
Column width is 2/12 for the specified and bigger screen sizes.
type - Variable in class com.jbstrap.ui.components.filter.BaseFilter
 
TYPE - Static variable in class com.jbstrap.core.meta.MetaParamName
 
TYPE - Static variable in class com.jbstrap.ui.components.charts.ChartCanvas
 
TYPE - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 

U

UI - Class in com.jbstrap.ui
UI base class
UI(String) - Constructor for class com.jbstrap.ui.UI
Creates a UI
UI.RootLayout - Class in com.jbstrap.ui
 
UMBRELLA - Enum constant in enum class com.jbstrap.ui.Icon
 
UNDERLINE - Enum constant in enum class com.jbstrap.ui.Icon
 
UNDO - Enum constant in enum class com.jbstrap.ui.Icon
 
unescapeJava(Writer, String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Unescapes any Java literals found in the String to a Writer.
unescapeJava(String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Unescapes any Java literals found in the String.
unescapeJavaScript(Writer, String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Unescapes any JavaScript literals found in the String to a Writer.
unescapeJavaScript(String) - Static method in class com.jbstrap.core.utils.StringEscapeUtils
Unescapes any JavaScript literals found in the String.
UNIVERSITY - Enum constant in enum class com.jbstrap.ui.Icon
 
UNLINK - Enum constant in enum class com.jbstrap.ui.Icon
 
UNLOCK - Enum constant in enum class com.jbstrap.ui.Icon
 
UNLOCK_ALT - Enum constant in enum class com.jbstrap.ui.Icon
 
unmarshal(XMLDSColumnValues) - Method in class com.jbstrap.core.meta.xml.ColumnValueAdapter
 
UNNAMED_BLOCK - Static variable in interface com.jbstrap.ui.components.form.builders.interfaces.BlockedForm
 
UNSORTED - Enum constant in enum class com.jbstrap.ui.Icon
 
unsubscribeAllListeners() - Method in class com.jbstrap.core.messagebus.MessageBus
 
unsubscribeMessageBus(String, MessageBusListener) - Static method in class com.jbstrap.core.JBStrap
Unsubscribes the specified listener from the specified message bus
unsubscribeMessageBus(String, MessageBusListener) - Method in class com.jbstrap.core.messagebus.MessageBus
Unsubscribes from the specified MessageBus
UP - Enum constant in enum class com.jbstrap.ui.bootstrap.DropDownDirection
The dropdown menu is displayed above the button.
UP - Static variable in class com.jbstrap.ui.Key
 
UPDATE - Enum constant in enum class com.jbstrap.core.dao.enums.DatabaseOperation
Data update operation
updateRow(int, Record) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Modifies a row in the grid.
updateRow(int, String, Object) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
Modifies a cell in the grid.
UPLOAD - Enum constant in enum class com.jbstrap.ui.Icon
 
UPLOAD_CHUNK_SIZE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Chunk size for file upload.
URL_ENCODED - Enum constant in enum class com.jbstrap.ui.components.form.FormEncoding
Every character is encoded, according to URL encode standard, before sending.
USE_USER_COOKIE - Enum constant in enum class com.jbstrap.core.JBStrapParamType
Enables the use of User Cookies.
USER - Enum constant in enum class com.jbstrap.ui.Icon
 
USER_CIRCLE - Enum constant in enum class com.jbstrap.ui.Icon
 
USER_CIRCLE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
USER_COOKIE_TIMEOUT - Enum constant in enum class com.jbstrap.core.JBStrapParamType
The user cookie timeout.
USER_MD - Enum constant in enum class com.jbstrap.ui.Icon
 
USER_O - Enum constant in enum class com.jbstrap.ui.Icon
 
UserCache - Enum Class in com.jbstrap.core.cache
 
userName - Variable in class com.jbstrap.core.CurrentUser
 
USERS - Enum constant in enum class com.jbstrap.ui.Icon
 
useTime - Variable in class com.jbstrap.ui.components.form.items.DateRangePicker
 
UTF8Control - Class in com.jbstrap.core.utils
 
UTF8Control() - Constructor for class com.jbstrap.core.utils.UTF8Control
 
uuid - Variable in class com.jbstrap.core.CurrentUser
 

V

VALID - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemState
 
validate(Form, Record) - Method in interface com.jbstrap.ui.components.form.FormValidator
Checks the validity of a form.
validateData(Object, String) - Method in class com.jbstrap.core.validators.BooleanValidator
Boolean validator
validateData(Object, String) - Method in interface com.jbstrap.core.validators.DataValidator
Validates the specified data
validateData(Object, String) - Method in class com.jbstrap.core.validators.DateValidator
Validates the specified value.
validateData(Object, String) - Method in class com.jbstrap.core.validators.FloatValidator
Validates the specified data
validateData(Object, String) - Method in class com.jbstrap.core.validators.IntegerRangeValidator
Validates the specified data
validateData(Object, String) - Method in class com.jbstrap.core.validators.IntegerValidator
Validates the specified data
validateData(Object, String) - Method in class com.jbstrap.core.validators.LongValidator
Validates the specified value
validateData(Object, String) - Method in class com.jbstrap.core.validators.NullValidator
Validates the specified data
ValidFrom - Annotation Interface in com.jbstrap.core.dao.base.annotation.scd
The ValidFrom annotation can be placed on an entity field.
ValidTo - Annotation Interface in com.jbstrap.core.dao.base.annotation.scd
The ValidTo annotation can be placed on an entity field.
value - Variable in class com.jbstrap.ui.components.form.FormItem
 
value() - Element in annotation interface com.jbstrap.core.dao.base.annotation.viewmapping.MappedField.List
 
VALUE_CLEAR - Enum constant in enum class com.jbstrap.core.event.EventType
 
VALUE_LABEL_SIZE - Static variable in class com.jbstrap.ui.components.charts.GaugeChart
 
VALUE_TANGENT - Static variable in class com.jbstrap.ui.components.charts.AxesBaseSeries
 
ValueChangedHandler - Interface in com.jbstrap.core.event.handlers.dom
Value changed event handler interface
valueOf(String) - Static method in enum class com.jbstrap.core.cache.DataDescriptorTypeCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.cache.DownloadCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.cache.MenuCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.cache.MetaCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.cache.Pages
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.cache.TempDataExportCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.cache.UserCache
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.dao.base.JpaDaoFactory
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.dao.enums.DataAccessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.dao.enums.DatabaseOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.dao.enums.DataOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.dao.enums.OperatorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.dao.enums.OrderType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.data.ExportTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.enums.JSDataType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.event.EventType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.JBStrapParamType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.meta.enums.AccessType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.meta.enums.EditorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.meta.enums.FilterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.core.websocket.messages.MessageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.Align
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.BadgeType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.Border
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ButtonSize
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ButtonType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.CheckboxShape
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.CheckboxType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ColorType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ContainerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.DropDownDirection
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.FormItemSize
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.FormItemState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.FormType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ImageStyle
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ProgressBarType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.ScreenSize
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.SelectionType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.Shadow
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.TabType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.TextAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.TextType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.bootstrap.VerticalAlign
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.activitystream.ActivityStreamType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.calendar.CalendarView
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.calendar.ScheduleType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.AxisType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.BarTextPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.DataLabels
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.StripedStart
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TickNumbers
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.enums.CodeViewerMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.enums.DefaultButton
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.enums.MenuOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.enums.NotificationType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.enums.ToolTipPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.base.FormItemLabelAligment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy.Element
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.FormBuildType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.FormEncoding
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.FormItemLabelPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.FormMethod
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.items.colorpicker.ColorFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.form.items.DropDownPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridContextMenuOrder
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridFetchType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.navbar.NavBarTheme
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.sparkline.SparklineType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.timeline.Timeline.TimelineType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.treeview.TreeviewNodeState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.treeview.TreeviewSelectionTypes
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.components.wizard.WizardStepState
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.converters.BooleanConverters
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.enums.AccessMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.enums.Animation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.Icon
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.jbstrap.ui.Themes
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.jbstrap.core.cache.DataDescriptorTypeCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.cache.DownloadCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.cache.MenuCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.cache.MetaCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.cache.Pages
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.cache.TempDataExportCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.cache.UserCache
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.dao.base.JpaDaoFactory
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.dao.enums.DataAccessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.dao.enums.DatabaseOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.dao.enums.DataOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.dao.enums.OperatorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.dao.enums.OperatorTypeBreed
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.dao.enums.OrderType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.data.ExportTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.enums.JSDataType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.event.EventType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.JBStrapParamType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.meta.enums.AccessType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.meta.enums.DataDescriptorColumnDatatype
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.meta.enums.EditorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.meta.enums.FilterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.core.websocket.messages.MessageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.Align
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.BadgeType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.Border
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.ButtonSize
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.ButtonType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.CheckboxShape
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.CheckboxType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in class com.jbstrap.ui.bootstrap.Color
 
values() - Static method in enum class com.jbstrap.ui.bootstrap.ColorType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.ContainerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.DropDownAlignament
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.DropDownDirection
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.FormItemSize
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.FormItemState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.FormType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.HorizontalAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.ImageStyle
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.MenuItemLevel
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.ProgressBarSize
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.ProgressBarType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.ScreenSize
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.SelectionType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.Shadow
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.TabType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.TextAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.TextType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.bootstrap.VerticalAlign
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.activitystream.ActivityStreamType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.calendar.CalendarView
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.calendar.ScheduleType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.AxisType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.BarTextPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.ChartTitlePosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.ColorTemplate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.CurveType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.DataLabels
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.FontWeight
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.GaugeChartType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.LegendPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.StripedStart
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TickNumbers
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TickTextRotate
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.charts.params.enums.TooltipType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.enums.CodeViewerMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.enums.DefaultButton
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.enums.MenuOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.enums.NotificationType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.enums.ToolTipPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.base.FormItemLabelAligment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy.Element
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.builders.ComplexBuilderHierarchy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.FormBuildType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.FormEncoding
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.FormItemLabelPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.FormMethod
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.items.colorpicker.ColorFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.form.items.DropDownPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.layout.splitter.SplitterPosition
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnAlignment
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridColumnType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridContextMenuOrder
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridFetchType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.listgrid.enums.ListGridRecordState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.navbar.NavBarTheme
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.sparkline.SparklineType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.timeline.Timeline.TimelineType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.treeview.TreeviewNodeState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.treeview.TreeviewSelectionTypes
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.components.wizard.WizardStepState
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.converters.BooleanConverters
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.enums.AccessMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.enums.Animation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.Icon
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.jbstrap.ui.Themes
Returns an array containing the constants of this enum class, in the order they are declared.
VALUES - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.DataLabels
Numeric values are displayed on pie chart slices.
VCARD - Enum constant in enum class com.jbstrap.ui.Icon
 
VCARD_O - Enum constant in enum class com.jbstrap.ui.Icon
 
VerticalAlign - Enum Class in com.jbstrap.ui.bootstrap
 
VerticalSplitter - Class in com.jbstrap.ui.components.layout.splitter
Vertically adjustable splitter component
VerticalSplitter() - Constructor for class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Creates a vertical splitter component
VerticalSplitter(String) - Constructor for class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
Creates a vertical splitter component with the specified ID
VIDEO_CAMERA - Enum constant in enum class com.jbstrap.ui.Icon
 
VideoBox - Class in com.jbstrap.ui.components
Video box component
VideoBox(String) - Constructor for class com.jbstrap.ui.components.VideoBox
Creates a video box component, with the specified video
VideoBox(String, String) - Constructor for class com.jbstrap.ui.components.VideoBox
Creates a video box component, with the specified video
VideoBox(String, String, String) - Constructor for class com.jbstrap.ui.components.VideoBox
Creates a video box component, with the specified video and component size
VideoBox(String, String, String, String) - Constructor for class com.jbstrap.ui.components.VideoBox
Creates a video box component, with the specified video and component size
ViewEntity - Annotation Interface in com.jbstrap.core.dao.base.annotation.viewmapping
The view entities can be mapped to real entities, that represent a database table, and can be persisted.
ViewMappingException - Exception in com.jbstrap.core.dao.exception
This exception is thrown when any error is encountered during the view mapping
ViewMappingException(String, Throwable, Object...) - Constructor for exception com.jbstrap.core.dao.exception.ViewMappingException
The exception is thrown when any error is encountered during the view mapping.The error message is created, based on the message parameters and the message key.
VIMEO_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
VINE - Enum constant in enum class com.jbstrap.ui.Icon
 
VIOLET - Static variable in class com.jbstrap.ui.bootstrap.Color
 
visible - Variable in class com.jbstrap.ui.components.form.FormItem
 
VISIBLE - Enum constant in enum class com.jbstrap.core.meta.enums.ColumnVisibleType
Visible column
VK - Enum constant in enum class com.jbstrap.ui.Icon
 
VOLUME_DOWN - Enum constant in enum class com.jbstrap.ui.Icon
 
VOLUME_OFF - Enum constant in enum class com.jbstrap.ui.Icon
 
VOLUME_UP - Enum constant in enum class com.jbstrap.ui.Icon
 

W

WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.BadgeType
The badge's background color is warning color.
WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to the theme’s “warning” color.
WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
The button will have the theme's warning color.
WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.CheckboxType
The checkbox will be colored with the theme's warning color
WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.FormItemState
Warning state.
WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.ProgressBarType
The progress bar will be colored with the warning color
WARNING - Enum constant in enum class com.jbstrap.ui.bootstrap.TextType
The text will be colored by the theme's warning color
WARNING - Enum constant in enum class com.jbstrap.ui.components.enums.NotificationType
The notification type for giving the user a warning.
WARNING - Enum constant in enum class com.jbstrap.ui.Icon
 
WARNING - Static variable in class com.jbstrap.core.websocket.messages.DebugMessage
WARN level message
WARNING - Static variable in class com.jbstrap.ui.bootstrap.Color
 
WARNING_3D - Enum constant in enum class com.jbstrap.ui.bootstrap.ButtonType
3D button with the theme’s “warning” color.
WECHAT - Enum constant in enum class com.jbstrap.ui.Icon
 
WEEK - Enum constant in enum class com.jbstrap.ui.components.calendar.CalendarView
Weekly view
The calendar will display events of one week at a time
WEIBO - Enum constant in enum class com.jbstrap.ui.Icon
 
WEIXIN - Enum constant in enum class com.jbstrap.ui.Icon
 
WHEAT - Static variable in class com.jbstrap.ui.bootstrap.Color
 
WHEEL - Enum constant in enum class com.jbstrap.core.event.EventType
Mousewheel event
WHEELCHAIR - Enum constant in enum class com.jbstrap.ui.Icon
 
WheelEvent - Class in com.jbstrap.core.event
This class contains the data about the wheel events.
WheelEvent() - Constructor for class com.jbstrap.core.event.WheelEvent
 
WHITE - Enum constant in enum class com.jbstrap.ui.bootstrap.Border
Sets the component’s border color to white.
WHITE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
WHITE_50 - Static variable in class com.jbstrap.ui.bootstrap.Color
 
WHITE_SMOKE - Static variable in class com.jbstrap.ui.bootstrap.Color
 
WIDTH - Static variable in class com.jbstrap.core.meta.MetaParamName
 
WIDTH - Static variable in class com.jbstrap.ui.components.charts.BulletChart
 
WIFI - Enum constant in enum class com.jbstrap.ui.Icon
 
wildChar - Variable in class com.jbstrap.ui.components.filter.BaseFilter.ColumnParams
 
willDecode(String) - Method in class com.jbstrap.core.websocket.MessageDecoder
 
win - Variable in class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
The parent modal window instance
WINDOW_CLOSE - Enum constant in enum class com.jbstrap.ui.Icon
 
WINDOW_CLOSE_O - Enum constant in enum class com.jbstrap.ui.Icon
 
WINDOW_MAXIMIZE - Enum constant in enum class com.jbstrap.ui.Icon
 
WINDOW_MINIMIZE - Enum constant in enum class com.jbstrap.ui.Icon
 
WINDOW_RESTORE - Enum constant in enum class com.jbstrap.ui.Icon
 
WINDOWS - Enum constant in enum class com.jbstrap.ui.Icon
 
Wizard - Class in com.jbstrap.ui.components.wizard
Wizard component
Wizard() - Constructor for class com.jbstrap.ui.components.wizard.Wizard
Creates an empty Wizard component.
Wizard(String) - Constructor for class com.jbstrap.ui.components.wizard.Wizard
Creates an empty Wizard component according to the specified language code.
Wizard(String, String) - Constructor for class com.jbstrap.ui.components.wizard.Wizard
Creates an empty Wizard component according to the specified language code.
Wizard.WizardFooter - Class in com.jbstrap.ui.components.wizard
Footer for the wizard component.
WizardFinishHandler - Interface in com.jbstrap.ui.components.wizard.interfaces
Event handler interface for the wizard step’s “finish” event.
WizardFooter(String, Wizard) - Constructor for class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
 
WizardStep - Class in com.jbstrap.ui.components.wizard
Wizard step component
WizardStep(String) - Constructor for class com.jbstrap.ui.components.wizard.WizardStep
Creates a wizard step with the specified name.
WizardStep(String, Icon) - Constructor for class com.jbstrap.ui.components.wizard.WizardStep
Creates a wizard step with the specified name and icon.
WizardStep(String, Icon, String) - Constructor for class com.jbstrap.ui.components.wizard.WizardStep
Creates a wizard step with the specified name, icon and title.
WizardStep(String, Icon, String, String) - Constructor for class com.jbstrap.ui.components.wizard.WizardStep
Creates a wizard step with the specified name, icon, title and description.
WizardStep(String, Icon, String, String, Component<?>...) - Constructor for class com.jbstrap.ui.components.wizard.WizardStep
Creates a wizard step with the specified name, icon, title and description; adds components to the step.
WizardStepState - Enum Class in com.jbstrap.ui.components.wizard
Possible wizard step states.
WOBBLE - Enum constant in enum class com.jbstrap.ui.enums.Animation
 
WORDPRESS - Enum constant in enum class com.jbstrap.ui.Icon
 
WPEXPLORER - Enum constant in enum class com.jbstrap.ui.Icon
 
WRAP() - Static method in class com.jbstrap.ui.bootstrap.Flex
The items in the flexible container are placed in a new row if they do not fit next to each other.
WRAP(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
The items in the flexible container are placed in a new row if they do not fit next to each other.
WRAP_REVERSE() - Static method in class com.jbstrap.ui.bootstrap.Flex
The flex container is populated starting from the bottom.
WRAP_REVERSE(ScreenSize) - Static method in class com.jbstrap.ui.bootstrap.Flex
The flex container is populated starting from the bottom.
WRENCH - Enum constant in enum class com.jbstrap.ui.Icon
 
write(byte[]) - Method in class com.jbstrap.core.utils.FastByteArrayOutputStream
 
write(byte[], int, int) - Method in class com.jbstrap.core.utils.FastByteArrayOutputStream
 
write(int) - Method in class com.jbstrap.core.utils.FastByteArrayOutputStream
 
WRITE - Enum constant in enum class com.jbstrap.core.dao.enums.DataAccessType
Data write access
writeHTML(StringWriter) - Method in class com.jbstrap.ui.BasePage
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.Component
Creates the component's HTML equivalent
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.activitystream.ActivityStream
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.activitystream.ActivityStreamItem
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Badge
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Blockquote
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Breadcrumb.BreadcrumdList
Creates the component's HTML equivalent
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Breadcrumb
Creates the component's HTML equivalent
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.button.Button
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.button.DropDownButton.DropDownMenuItem
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.button.DropDownButton
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.button.LoadButton
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.calendar.Calendar
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.card.Card
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.card.CardAccordion
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.card.CardBody
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.card.CardDeck
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.card.CardFooter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.card.CardGroup
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.card.CardHeader
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.charts.ChartCanvas
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.charts.zData
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.CodeViewer
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.ContextMenu
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Counter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Div
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.FileMiniature
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.filter.BaseFilter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.form.Form
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.form.FormBlock
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.form.FormColumn
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.form.FormItem
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.form.items.selectoritem.DefaultValueSelector
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Header
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.HTMLFlow
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Image
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.layout.Column
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.layout.Container
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.layout.splitter.HorizontalSplitter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.layout.splitter.VerticalSplitter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Link
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.list.ListBox
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.list.ListItem
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.listgrid.ListGrid
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.listgrid.NumberRangeFilter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.menubar.MenuBar
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.menubar.MenuBarBrand
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.navbar.NavBar
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButton
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.navbar.NavBarFooterButtonPopup
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.panels.ibox.IBox
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.panels.tab.Tab
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.panels.tab.TabHeader
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.panels.tab.TabPage
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Paragraph
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.ProgressBar
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Row
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Small
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Span
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.sparkline.Sparkline
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.StaticText
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.table.Table
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.table.TableCell
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.table.TableHeader
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.table.TableRow
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.timeline.Timeline
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.timeline.TimelineItem
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.Toolbar
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.treeview.Treeview
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.VideoBox
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.windows.ModalWindow.ModalFooter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.windows.ModalWindow.ModalHeader
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.windows.ModalWindow
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.wizard.Wizard.WizardFooter
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.wizard.Wizard
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.components.wizard.WizardStep
 
writeHTML(StringWriter) - Method in class com.jbstrap.ui.ProcessIndicator
 
WYE - Enum constant in enum class com.jbstrap.ui.components.charts.params.enums.MarkerType
Markers are displayed as wyes on the chart and on the legend.

X

X_AXIS - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
xData - Class in com.jbstrap.ui.components.charts
Component displaying special chart data.
xData() - Constructor for class com.jbstrap.ui.components.charts.xData
Creates the component.
XING - Enum constant in enum class com.jbstrap.ui.Icon
 
XING_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 
XLS - Enum constant in enum class com.jbstrap.core.data.ExportTypes
Exports data in the Microsoft Excel (XLS) format
XLSX - Enum constant in enum class com.jbstrap.core.data.ExportTypes
Exports data in the Microsoft Excel (XLSX) format
XML - Enum constant in enum class com.jbstrap.ui.components.enums.CodeViewerMode
 
XMLDataDescriptor - Class in com.jbstrap.core.meta.xml
 
XMLDataDescriptor() - Constructor for class com.jbstrap.core.meta.xml.XMLDataDescriptor
 
XMLDSColumn - Class in com.jbstrap.core.meta.xml
 
XMLDSColumn() - Constructor for class com.jbstrap.core.meta.xml.XMLDSColumn
 
XMLDSColumnFilters - Class in com.jbstrap.core.meta.xml
 
XMLDSColumnFilters() - Constructor for class com.jbstrap.core.meta.xml.XMLDSColumnFilters
 
XMLDSFilter - Class in com.jbstrap.core.meta.xml
 
XMLDSFilter() - Constructor for class com.jbstrap.core.meta.xml.XMLDSFilter
 

Y

Y_AXIS - Static variable in class com.jbstrap.ui.components.charts.AxesBasedChart
 
YAHOO - Enum constant in enum class com.jbstrap.ui.Icon
 
yData - Class in com.jbstrap.ui.components.charts
Component displaying special chart data.
yData() - Constructor for class com.jbstrap.ui.components.charts.yData
Creates the component.
YELLOW - Static variable in class com.jbstrap.ui.bootstrap.Color
 
YELLOW_GREEN - Static variable in class com.jbstrap.ui.bootstrap.Color
 
YELP - Enum constant in enum class com.jbstrap.ui.Icon
 
YES - Enum constant in enum class com.jbstrap.ui.components.enums.DefaultButton
 
YES_NO - Enum constant in enum class com.jbstrap.ui.converters.BooleanConverters
If you choose this implementation, boolean values are converted to “Y” and “N”.
YESTERDAY - Enum constant in enum class com.jbstrap.ui.components.form.base.PredefinedDateRange
The previous day.
YOUTUBE - Enum constant in enum class com.jbstrap.ui.Icon
 
YOUTUBE_PLAY - Enum constant in enum class com.jbstrap.ui.Icon
 
YOUTUBE_SQUARE - Enum constant in enum class com.jbstrap.ui.Icon
 

Z

Z - Static variable in class com.jbstrap.ui.components.charts.BubbleSeries
 
Z_NAME - Static variable in class com.jbstrap.ui.components.charts.BubbleChart
 
zData - Class in com.jbstrap.ui.components.charts
Special chart data visualization component.
zData() - Constructor for class com.jbstrap.ui.components.charts.zData
Creates the component.
zoomable - Variable in class com.jbstrap.ui.components.charts.BaseChart
Checks if the zoom feature is enabled on the chart.
ZOOMIN - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The loading animation appears behind the button text and moves towards the screen, replacing the text.
ZOOMOUT - Enum constant in enum class com.jbstrap.ui.components.button.LoadButtonAnimation
The loading animation appears in front of the button text and moves towards the screen, replacing the text.

_

_addComponent(Component<?>) - Method in class com.jbstrap.ui.components.ContextMenu
 
_addComponent(Component<?>) - Method in class com.jbstrap.ui.components.form.FormItem
 
_addElement(Object, Object) - Method in class com.jbstrap.ui.components.form.items.ComboboxItem
 
_addSeries(Series) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
_getSeries(String) - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
_getSeriesNames() - Method in class com.jbstrap.ui.components.charts.SeriesBasedChart
 
_hide() - Method in class com.jbstrap.ui.Component
 
_setAttribute(String, Object) - Method in class com.jbstrap.ui.Component
 
_setReverseShow(boolean) - Method in class com.jbstrap.ui.components.form.FormItem
Invert display of input field
_setState(FormItemState) - Method in class com.jbstrap.ui.components.form.FormItem
 
_showProcessIndicator(boolean) - Method in class com.jbstrap.ui.UI.RootLayout
 
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