Uses of Class
com.jbstrap.ui.Component
Packages that use Component
Package
Description
-
Uses of Component in com.jbstrap.core
Methods in com.jbstrap.core with parameters of type ComponentModifier and TypeMethodDescriptionstatic String
JavaScriptBuilder.registerEvent
(Component<?> component, EventType eventType) -
Uses of Component in com.jbstrap.core.event
Methods in com.jbstrap.core.event that return ComponentModifier and TypeMethodDescriptionfinal Component<?>
BaseEvent.getComponent()
Gets the component on which the event occurredfinal Component<?>
DropEvent.getDroppedComponent()
Gets the dropped componentMethods in com.jbstrap.core.event with parameters of type Component -
Uses of Component in com.jbstrap.core.utils
Methods in com.jbstrap.core.utils with parameters of type Component -
Uses of Component in com.jbstrap.core.websocket
Methods in com.jbstrap.core.websocket that return ComponentModifier and TypeMethodDescriptionstatic Component<?>
JBStrapEndPoint.getComponentById
(String componentId) Get component by id from the all clientMethods in com.jbstrap.core.websocket with parameters of type ComponentModifier and TypeMethodDescriptionfinal void
Client.registerEvents
(Component<?> component) Registers the events of the component (and it's subcomponents) on the clientfinal void
Client.runInitScripts
(Component<?> component) Runs the init JavaScript(s) of the component and it's subcomponents on the client. -
Uses of Component in com.jbstrap.ui
Classes in com.jbstrap.ui with type parameters of type ComponentModifier and TypeInterfaceDescriptioninterface
Animatable<T extends Component<?>>
Components that can have animationsinterface
Droppable componentsinterface
Clickable componentclass
The component base classinterface
Components that can be dragged across the screen.interface
Editable componentsinterface
Interface for marking components that can fetch data.interface
Focusable componentsinterface
HandleHotKey<T extends Component<?>>
Hot key compatible components.interface
HandleKeyboardEvents<T extends Component<?>>
Keyboard event handling componentsinterface
HandleMouseEvents<T extends Component<?>>
Mouse event handler componentsinterface
Scrollable<T extends Component<?>>
Component containing scrollable contentinterface
Components that can handle touch events.Subclasses of Component in com.jbstrap.uiModifier and TypeClassDescriptionclass
Base Login Page classclass
The base page classclass
class
Methods in com.jbstrap.ui that return ComponentModifier and TypeMethodDescriptionComponent<?>
Component.getComponentById
(String id) Gets the specified component.Component<?>
UI.getComponentById
(String id) Gets a component (specified by the ID) from the UI.Methods in com.jbstrap.ui that return types with arguments of type ComponentModifier and TypeMethodDescriptionComponent.flattendComponentTree()
Component.getComponents()
Gets every previously added subcomponentComponent.getComponents
(Predicate<Component<?>> filter) Gets a list of components, according to the specified predicate.Collection<Component<?>>
UI.getComponents()
Gets a collection of every component that is on the UIMethods in com.jbstrap.ui with parameters of type ComponentModifier and TypeMethodDescriptionComponent.addComponent
(Component<?> component) Adds the specified component as a subcomponent, and redraws the component immediatelyprotected T
Component.addComponent
(Component<?> component, boolean draw) Adds the specified component as a subcomponentProcessIndicator.addComponent
(Component component) UI.addComponent
(Component<?> component) Adds the specified component to the UIUI.RootLayout.addComponent
(Component<?> component) Component.addComponents
(Component<?>... components) Adds multiple components to the componentUI.addComponents
(Component<?>... components) Adds the specified components to the UIComponent.insertComponentAfter
(Component<?> component) Inserts the specified component after the componentComponent.insertComponentBefore
(Component<?> component) Inserts the specified component before the componentComponent.removeComponent
(Component<?> component) Removes the specified subcomponent.UI.removeComponent
(Component<?> component) Removes the specified component from the UIUI.RootLayout.removeComponent
(Component<?> component) Component.removeComponents
(Component<?>... components) Removes the specified components.UI.removeComponents
(Component<?>... components) Removes the specified components from the UIComponent.replaceComponent
(Component<?> oldComponent, Component<?> newComponent) Replaces a previously added subcomponent with the specified new subcomponent.Method parameters in com.jbstrap.ui with type arguments of type ComponentModifier and TypeMethodDescriptionComponent.getComponents
(Predicate<Component<?>> filter) Gets a list of components, according to the specified predicate.Component.removeComponent
(Predicate<Component<?>> filter) Removes the specified component(s), according to the specified predicate.UI.removeComponent
(Predicate<Component<?>> filter) Removes the component(s), that are specified by the predicate. -
Uses of Component in com.jbstrap.ui.bootstrap
Methods in com.jbstrap.ui.bootstrap with parameters of type ComponentModifier and TypeMethodDescriptionvoid
void
void
void
void
void
void
void
Apply the style setting on the specified componentvoid
Applies the style setting to the specified component with the specified type.void
void
void
void
DropDownAlignament.apply
(Component<?> component, ScreenSize screenSize) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
DisplayType.getAllDisplayTypeStyleClasses
(Component<?> component) Gets all display type classes from the specified component.void
void
void
void
void
void
void
void
Remove style settings from the componentvoid
Removes the style setting from the specified component with the specified type.void
void
void
void
DropDownAlignament.remove
(Component<?> component, ScreenSize screenSize) void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
void
static void
ColumnOffset.removeAllColumnOffsetSettings
(Component<?> component) Removes all column offset.static void
ColumnOrder.removeAllColumnOrderSettings
(Component<?> component) Removes all column order settings from the specified column.static void
ColumnSize.removeAllColumnSizeSettings
(Component<?> component) Removes all column width settings from the specified column.static void
DisplayType.removeAllDisplayType
(Component<?> component) Removes all display settings from the specified component.static void
Flex.removeAllFlexSettings
(Component<?> component) Removes all flex display settings from the specified component.static void
FloatingType.removeAllFLoatSettings
(Component<?> component) Removes all alignment settings from the specified component.static void
Margin.removeAllMarginSettings
(Component<?> component) static void
Padding.removeAllPaddingSettings
(Component<?> component) static void
Shadow.removeAllShadowSettings
(Component<?> component) Removes all shadow settings from the specified component. -
Uses of Component in com.jbstrap.ui.components
Subclasses of Component in com.jbstrap.ui.componentsModifier and TypeClassDescriptionclass
Badge componentclass
Blockquote componentclass
Breadcrumb componentclass
class
The Code Viewer componentclass
The context menu component (Right click menu)class
Counter componentclass
The DIV componentclass
File miniature componentclass
Header componentclass
This component places custom HTML content on the interface.class
Image componentclass
Hyperlink componentclass
Paragraph componentclass
Progress bar componentclass
Row componentclass
class
Span componentclass
Static text componentclass
Toolbar componentclass
Video box componentMethods in com.jbstrap.ui.components with parameters of type ComponentModifier and TypeMethodDescriptionprotected ContextMenu
ContextMenu._addComponent
(Component<?> component) Toolbar.addButtons
(Component<?>... buttons) Adds multiple button components to the toolbar, in the order they are specified.Breadcrumb.addComponent
(Component component) DO NOT USE THIS METHODContextMenu.addComponent
(Component component) Adds the specified component as a subcomponent, and redraws the component immediatelyFileMiniature.addComponent
(Component<?> component) Adds the specified component as a subcomponent, and redraws the component immediatelyHTMLFlow.addComponent
(Component component) This component cannot have any other components assigned to it, it is only used to display custom HTML content.ProgressBar.addComponent
(Component component) No component can be added to the Progress BarRow.addComponent
(Component component) StaticText.addComponent
(Component component) The Static Text component cannot have any other components assigned to it.ContextMenu.removeComponent
(Component component) Removes the specified subcomponent.FileMiniature.removeComponent
(Component component) Removes the specified subcomponent.ProgressBar.removeComponent
(Component component) No component can be removed from the Progress BarConstructors in com.jbstrap.ui.components with parameters of type ComponentModifierConstructorDescriptionCreates a DIV component and places the specified component inside it.Creates a DIV and places the specified component in it.Creates a DIV component and places the specified component inside it.Creates a DIV and places the specified component in it.Creates a paragraph component, with the specified components in itCreates a paragraph component, with the specified components in it -
Uses of Component in com.jbstrap.ui.components.activitystream
Subclasses of Component in com.jbstrap.ui.components.activitystreamModifier and TypeClassDescriptionclass
Acitivity stream componentclass
Activity stream item componentMethods in com.jbstrap.ui.components.activitystream with parameters of type ComponentModifier and TypeMethodDescriptionActivityStream.addComponent
(Component component) The Activity Stream component can only haveActivityStreamItem
components added to it.protected void
protected void
-
Uses of Component in com.jbstrap.ui.components.button
Subclasses of Component in com.jbstrap.ui.components.buttonModifier and TypeClassDescriptionclass
Button componentclass
DropDownButton componentclass
Dropdown menu item.class
The button component, that when it's pressed, the text on the button is replaced with a loading animation.Methods in com.jbstrap.ui.components.button with parameters of type ComponentModifier and TypeMethodDescriptionDropDownButton.addComponent
(Component<?> component) Adds a component to the dropdown menu.void
void
-
Uses of Component in com.jbstrap.ui.components.calendar
Subclasses of Component in com.jbstrap.ui.components.calendarMethods in com.jbstrap.ui.components.calendar with parameters of type ComponentModifier and TypeMethodDescriptionCalendar.addComponent
(Component component) No additional component can be added to the Calendar component. -
Uses of Component in com.jbstrap.ui.components.card
Subclasses of Component in com.jbstrap.ui.components.cardModifier and TypeClassDescriptionclass
class
The component is a special layout component and you can only place card components on it.class
Card body component.class
This component is a special layout for the Card components.class
class
This component is a special layout for card components.class
Methods in com.jbstrap.ui.components.card with parameters of type ComponentModifier and TypeMethodDescriptionCard.addComponent
(Component<?> component) CardAccordion.addComponent
(Component<?> component) Places a new card on the component.CardDeck.addComponent
(Component<?> component) Adds a Card component to the CardDeck.CardGroup.addComponent
(Component<?> component) Adds a card to the component.Card.createFooter
(Component<?> components) Card.createFooter
(String footerText, Color textColor, Color backgroundColor, Component<?>... components) Card.createHeader
(Component<?> components) Card.createHeader
(String text, Color textColor, Color backgroundColor, Component<?>... components) Card.removeComponent
(Component<?> component) -
Uses of Component in com.jbstrap.ui.components.charts
Subclasses of Component in com.jbstrap.ui.components.chartsModifier and TypeClassDescriptionclass
Use this component to display charts.class
Component displaying special chart data.class
Component displaying special chart data.class
Component displaying special chart data.class
Special chart data visualization component.Fields in com.jbstrap.ui.components.charts declared as ComponentModifier and TypeFieldDescriptionprotected Component<?>
BaseChart.tooltipContent
Custom tooltip component added to the chart.Methods in com.jbstrap.ui.components.charts that return ComponentModifier and TypeMethodDescriptionComponent<?>
ChartTooltipRenderer.onRendering()
Unique tooltip renderer method.Methods in com.jbstrap.ui.components.charts that return types with arguments of type ComponentMethods in com.jbstrap.ui.components.charts with parameters of type ComponentModifier and TypeMethodDescriptionprotected final void
ChartCanvas.runAfterDrawOnTooltip
(Component<?> tooltipComponent) protected final void
ChartCanvas.runOnHideOnTooltip
(Component<?> tooltipComponent) protected final void
ChartCanvas.runOnShowOnTooltip
(Component<?> tooltipComponent) -
Uses of Component in com.jbstrap.ui.components.filter
Classes in com.jbstrap.ui.components.filter with type parameters of type ComponentModifier and TypeClassDescriptionclass
BaseFilter<T extends Component<?>>
interface
FilterBarFiltering<T extends Component<?>>
Event handler interface for filter events triggered by the filter componentclass
JBBaseFilter<T extends Component<?>>
Subclasses of Component in com.jbstrap.ui.components.filterModifier and TypeClassDescriptionclass
Advanced filter componentclass
BaseFilter<T extends Component<?>>
class
JBBaseFilter<T extends Component<?>>
class
Simple filter componentclass
Text filter componentMethods in com.jbstrap.ui.components.filter that return types with arguments of type ComponentMethods in com.jbstrap.ui.components.filter with parameters of type ComponentModifier and TypeMethodDescriptionprotected final void
BaseFilter.runAfterDrawOnEditor
(Component<?> editor) protected final void
BaseFilter.runOnHideOnEditor
(Component<?> editor) protected final void
BaseFilter.runOnShowOnEdior
(Component<?> editor) -
Uses of Component in com.jbstrap.ui.components.form
Classes in com.jbstrap.ui.components.form with type parameters of type ComponentModifier and TypeClassDescriptionclass
Ancestor class for data modifier form items in theForm
component.Subclasses of Component in com.jbstrap.ui.components.formModifier and TypeClassDescriptionclass
Form componentclass
Form block componentclass
Form column componentclass
Ancestor class for data modifier form items in theForm
component.Methods in com.jbstrap.ui.components.form that return ComponentMethods in com.jbstrap.ui.components.form that return types with arguments of type ComponentMethods in com.jbstrap.ui.components.form with parameters of type ComponentModifier and TypeMethodDescriptionprotected E
FormItem._addComponent
(Component<?> component) Form.addComponent
(Component<?> component) FormItem.addComponent
(Component<?> component) You cannot add further components to the form element component.default T
Appends a component after the input field.protected String
FormItem.drawComponent
(Component<?> component) default T
Appends a component before the input field.protected final void
FormItem.runAfterDrawOnAddon
(Component<?> addon) protected final void
FormItem.runOnHideOnAddon
(Component<?> addon) protected final void
FormItem.runOnShowOnAddon
(Component<?> addon) -
Uses of Component in com.jbstrap.ui.components.form.builders
Methods in com.jbstrap.ui.components.form.builders that return Component -
Uses of Component in com.jbstrap.ui.components.form.items
Subclasses of Component in com.jbstrap.ui.components.form.itemsModifier and TypeClassDescriptionclass
Checkbox itemclass
Combobox itemclass
Date picker form item>class
Date range picker form item>class
Dual list box form itemclass
Hidden itemclass
Integer itemclass
Number itemclass
Password itemclass
Radio button itemclass
Static text form item componentclass
Switch itemclass
Text ItemMethods in com.jbstrap.ui.components.form.items with parameters of type ComponentModifier and TypeMethodDescription -
Uses of Component in com.jbstrap.ui.components.form.items.colorpicker
Subclasses of Component in com.jbstrap.ui.components.form.items.colorpicker -
Uses of Component in com.jbstrap.ui.components.form.items.fileitem
Subclasses of Component in com.jbstrap.ui.components.form.items.fileitemMethods in com.jbstrap.ui.components.form.items.fileitem with parameters of type ComponentModifier and TypeMethodDescriptionFileItem.addComponent
(Component<?> component) You cannot add further components to the file item component. -
Uses of Component in com.jbstrap.ui.components.form.items.selectoritem
Subclasses of Component in com.jbstrap.ui.components.form.items.selectoritemModifier and TypeClassDescriptionclass
The selector item's default selector window.class
Selector itemclass
The ancestor class of the selector windows, that are used by the selector item. -
Uses of Component in com.jbstrap.ui.components.layout
Subclasses of Component in com.jbstrap.ui.components.layoutModifier and TypeClassDescriptionclass
Column componentclass
Container componentConstructors in com.jbstrap.ui.components.layout with parameters of type ComponentModifierConstructorDescriptionCreates column with the specified parameters.Creates a column with the specified ID and contentContainer
(ContainerType type, Component<?>... components) Creates a container with the specified component in it.Creates a container with the specified component in it.Container
(String id, ContainerType type, Component<?>... components) Creates a container with the specified component in it.Creates a container with the specified component in it. -
Uses of Component in com.jbstrap.ui.components.layout.splitter
Subclasses of Component in com.jbstrap.ui.components.layout.splitterModifier and TypeClassDescriptionclass
Horizontally adjustable splitter componentclass
Vertically adjustable splitter componentMethods in com.jbstrap.ui.components.layout.splitter with parameters of type ComponentModifier and TypeMethodDescriptionVerticalSplitter.addBottomComponent
(Component<?> component) Adds a component to the lower container of the splitter componentVerticalSplitter.addBottomComponents
(Component<?>... components) Adds multiple components to the lower container of the splitter componentHorizontalSplitter.addComponent
(Component<?> component) No further components may be added to the splitter component.VerticalSplitter.addComponent
(Component<?> component) No further components may be added to the splitter component.HorizontalSplitter.addComponents
(Component<?>... components) No further components may be added to the splitter component.VerticalSplitter.addComponents
(Component<?>... components) No further components may be added to the splitter component.HorizontalSplitter.addLeftComponent
(Component<?> component) Adds a component to the left component of the splitter componentHorizontalSplitter.addLeftComponents
(Component<?>... components) Adds multiple components to the left container of the splitterHorizontalSplitter.addRightComponent
(Component<?> component) Adds a component to the right container of the splitter componentHorizontalSplitter.addRightComponents
(Component<?>... components) Adds multiple components to the right container of the splitterVerticalSplitter.addTopComponent
(Component<?> component) Adds a component to the upper container of the splitter componentVerticalSplitter.addTopComponents
(Component<?>... components) Adds multiple components to the upper container of the splitterVerticalSplitter.removeBottomComponent
(Component<?> component) Removes a component from the lower container of the splitter componentVerticalSplitter.removeBottomComponents
(Component<?>... components) Removes multiple components from the lower container of the splitterHorizontalSplitter.removeComponent
(Component<?> component) No subcomponent can be removed from the splitter component.VerticalSplitter.removeComponent
(Component<?> component) No subcomponent can be removed from the splitter component.HorizontalSplitter.removeComponents
(Component<?>... components) No subcomponent can be removed from the splitter component.VerticalSplitter.removeComponents
(Component<?>... components) No subcomponent can be removed from the splitter component.HorizontalSplitter.removeLeftComponent
(Component<?> component) Removes a component from the left container of the splitter componentHorizontalSplitter.removeLeftComponents
(Component<?>... components) Removes multiple components from the left container of the splitterHorizontalSplitter.removeRightComponent
(Component<?> component) Removes a component from the right container of the splitter componentHorizontalSplitter.removeRightComponents
(Component<?>... components) Removes multiple components from the right container of the splitterVerticalSplitter.removeTopComponent
(Component<?> component) Removes a component from the upper container of the splitter componentVerticalSplitter.removeTopComponents
(Component<?>... components) Removes multiple components from the upper container of the splitter -
Uses of Component in com.jbstrap.ui.components.list
Subclasses of Component in com.jbstrap.ui.components.listModifier and TypeClassDescriptionclass
List componentclass
List item component, to be placed on the list componentMethods in com.jbstrap.ui.components.list with parameters of type ComponentModifier and TypeMethodDescriptionListBox.addComponent
(Component<?> component) ListBox.removeComponent
(Component<?> component) Constructors in com.jbstrap.ui.components.list with parameters of type Component -
Uses of Component in com.jbstrap.ui.components.listgrid
Subclasses of Component in com.jbstrap.ui.components.listgridMethods in com.jbstrap.ui.components.listgrid that return types with arguments of type ComponentMethods in com.jbstrap.ui.components.listgrid with parameters of type ComponentModifier and TypeMethodDescriptionfinal ListGrid
ListGrid.addComponent
(Component<?> component) No further components can be added to the grid.protected String
ListGrid.drawComponent
(Component<?> component) -
Uses of Component in com.jbstrap.ui.components.listgrid.interfaces
Methods in com.jbstrap.ui.components.listgrid.interfaces that return ComponentModifier and TypeMethodDescriptionComponent<?>
ListGridCellRenderer.onRendering
(String columnName, Object data, Record record) Performs cell rendering. -
Uses of Component in com.jbstrap.ui.components.panels.ibox
Subclasses of Component in com.jbstrap.ui.components.panels.iboxMethods in com.jbstrap.ui.components.panels.ibox with parameters of type ComponentModifier and TypeMethodDescriptionIBox.addComponent
(Component<?> component) IBox.addTitleComponent
(Component<?> component) Adds a component to the IBox headerIBox.removeComponent
(Component<?> component) IBox.removeTitleComponent
(Component<?> component) Removes the component from the header -
Uses of Component in com.jbstrap.ui.components.panels.tab
Subclasses of Component in com.jbstrap.ui.components.panels.tabModifier and TypeClassDescriptionclass
This component collects the tab components.class
Tab header componentclass
Tab page componentMethods in com.jbstrap.ui.components.panels.tab with parameters of type ComponentModifier and TypeMethodDescriptionTab.addComponent
(Component<?> component) Adds a component to the tab component.Constructors in com.jbstrap.ui.components.panels.tab with parameters of type ComponentModifierConstructorDescriptionCreates a tab page component with the specified tab page header title, icon and tab page contents.Creates a tab page component with the specified tab page header title and tab page contents.Creates a tab page component with the specified tab page header title, icon and tab page contents.Creates a tab page component with the specified tab page header title and tab page contents. -
Uses of Component in com.jbstrap.ui.components.sparkline
Subclasses of Component in com.jbstrap.ui.components.sparklineMethods in com.jbstrap.ui.components.sparkline with parameters of type ComponentModifier and TypeMethodDescriptionSparkline.addComponent
(Component<?> component) Adds another sparkline component to the current one.Sparkline.addComponents
(Component<?>... components) Adds multiple sparkline components to the current one.Sparkline.removeComponent
(Component<?> component) Removes a sparkline component from the current one.Sparkline.removeComponents
(Component<?>... components) Removes multiple sparkline components from the current one. -
Uses of Component in com.jbstrap.ui.components.table
Subclasses of Component in com.jbstrap.ui.components.tableModifier and TypeClassDescriptionclass
Simple HTML Table componentclass
Table cell componentclass
Table header row componentclass
Table row componentMethods in com.jbstrap.ui.components.table that return types with arguments of type ComponentMethods in com.jbstrap.ui.components.table with parameters of type ComponentModifier and TypeMethodDescriptionTable.addComponent
(Component<?> component) Adds the specified table header or table row component to the table.TableHeader.addComponent
(Component<?> component) Adds the specified component to the header, in a new column.TableRow.addComponent
(Component<?> component) Adds a component to the table row.Table.removeComponent
(Component<?> component) Table.replaceComponent
(Component<?> oldComponent, Component<?> newComponent) Constructors in com.jbstrap.ui.components.table with parameters of type ComponentModifierConstructorDescriptionCreates a table cell component, and adds the specified components to the cell.Creates a table cell component, and adds the specified components to the cell.TableHeader
(Component<?>... cells) Creates a table header row, and adds the specified components to it, as table cells.TableHeader
(String id, Component<?>... cells) Creates a table header row, and adds the specified components to it, as table cells.Creates a table row, and places the specified components into it.Creates a table row, and places the specified components into it. -
Uses of Component in com.jbstrap.ui.components.timeline
Subclasses of Component in com.jbstrap.ui.components.timelineModifier and TypeClassDescriptionclass
Timeline componentclass
Timeline item componentMethods in com.jbstrap.ui.components.timeline that return types with arguments of type ComponentModifier and TypeMethodDescriptionTimelineItem.getComponents()
Gets a list of the components that are on the timeline itemMethods in com.jbstrap.ui.components.timeline with parameters of type ComponentModifier and TypeMethodDescriptionTimelineItem.addComponent
(Component<?> component) Adds a component to the timeline itemTimelineItem.addComponents
(Component<?>... components) Adds multiple components to the timeline itemTimelineItem.removeComponent
(Component<?> component) Removes the specified component from the timeline itemTimelineItem.removeComponents
(Component<?>... components) Removes the specified components from the timeline item -
Uses of Component in com.jbstrap.ui.components.treeview
Subclasses of Component in com.jbstrap.ui.components.treeviewModifier and TypeClassDescriptionclass
Treeview componentclass
A component representing a node in the treeview component The component is not intended for standalone use, it can only be inserted into theTreeview
as node of the tree.Methods in com.jbstrap.ui.components.treeview that return types with arguments of type ComponentModifier and TypeMethodDescriptionCollection<Component<?>>
TreeviewNode.getContent()
Gets all components in a node.Methods in com.jbstrap.ui.components.treeview with parameters of type ComponentModifier and TypeMethodDescriptionTreeview.addComponent
(Component<?> component) No further component can be added to the treeview componentTreeviewNode.addComponent
(Component<?> component) Treeview.removeComponent
(Component<?> component) No component can be removed from the treeview componentTreeviewNode.removeComponent
(Component<?> component) -
Uses of Component in com.jbstrap.ui.components.windows
Subclasses of Component in com.jbstrap.ui.components.windowsModifier and TypeClassDescriptionclass
Modal window componentclass
Modal window footer componentclass
The modal window header componentMethods in com.jbstrap.ui.components.windows with parameters of type ComponentModifier and TypeMethodDescriptionModalWindow.addComponent
(Component<?> component) Adds the specified component to the modal window contents.ModalWindow.addTitleComponent
(Component<?> component) Adds a component to the title of the modal window.ModalWindow.removeComponent
(Component<?> component) Removes the specified component from the modal window contents. -
Uses of Component in com.jbstrap.ui.components.wizard
Subclasses of Component in com.jbstrap.ui.components.wizardModifier and TypeClassDescriptionclass
Wizard componentclass
Footer for the wizard component.class
Wizard step componentMethods in com.jbstrap.ui.components.wizard that return ComponentConstructors in com.jbstrap.ui.components.wizard with parameters of type Component -
Uses of Component in com.jbstrap.ui.interfaces
Classes in com.jbstrap.ui.interfaces with type parameters of type ComponentModifier and TypeInterfaceDescriptioninterface
BasedOnDataDescriptor<T extends Component<?>>
This interface specifies DataDescriptor componentsinterface
DragSortable<T extends Component<?>>
interface
Filterable<T extends Component<?>>
The interface specifies components that retrieve their value from a DataDescriptor and support filtering.interface
MultiValueFormItem<T extends Component<?>>
An interface used to display form item component with multiple values.