Uses of Enum Class
com.jbstrap.ui.Icon
Package
Description
-
Uses of Icon in com.jbstrap.core
Modifier and TypeMethodDescriptionstatic MenuItem
JBStrap.addMenuItem
(String menuName, String menuItemName, Icon menuItemIcon, String menuItemTitle) Adds a menu item to an already existing menu.static MenuItem
JBStrap.addMenuItem
(String menuName, String menuItemName, Icon menuItemIcon, String menuItemTitle, MenuItem... subMenuItems) Adds a menu item with sub menu items to an already existing menu.static MenuItem
JBStrap.addMenuItem
(String menuName, String menuItemName, Icon menuItemIcon, String menuItemTitle, MenuOperation operation, String targetPageId) Adds a menu item with sub menu items to an already existing menu. -
Uses of Icon in com.jbstrap.core.cache
-
Uses of Icon in com.jbstrap.ui
-
Uses of Icon in com.jbstrap.ui.components
Modifier and TypeMethodDescriptionBadge.getIcon()
Gets the icon of the componentfinal Icon
FileMiniature.getIcon()
Gets the Icon that corresponds to the file's extensionHeader.getIcon()
Gets the icon of the componentLink.getIcon()
Gets the link IconSmall.getIcon()
Span.getIcon()
Gets the icon of the componentModifier and TypeMethodDescriptionToolbar.addButton
(ButtonType buttonType, Icon icon, String title, ClickEventHandler clickHandler) Adds a button component, with the specified style, icon, title and click handler to the toolbar.Toolbar.addButton
(Icon icon, String title, ClickEventHandler clickHandler) Adds a button component, with the specified icon, title and click handler, to the toolbar.final void
ContextMenu.addMenuItem
(Icon icon, String text, Object data, ClickEventHandler clickHandler) Adds a menu item to the context menuSets the icon of the componentSets the icon of the componentSets the link IconSets the icon of the componentModifierConstructorDescriptionCreates a badge with the specified icon and textBadge
(Icon icon, String text, StyleElement... styles) Creates a badge with the specified icon, text and styleCreates a badge with the specified icon and textBadge
(String id, Icon icon, String text, StyleElement... styles) Creates a badge with the specified icon, text and styleCreates a header component with the specified style, icon and text inside itCreates a header component with the specified style, icon and text inside itCreates a link component with the specified URL and iconCreates a link component with the specified URL, text and iconCreates a link component with the specified URL and iconCreates a link component with the specified URL, text and iconCreates a span component with the specified icon and text inside itSpan
(Icon icon, String text, StyleElement... styles) Creates a span component with the specified style, icon and text inside itCreates a span component with the specified icon and text inside itSpan
(String id, Icon icon, String text, StyleElement... styles) Creates a span component with the specified style, icon and text inside it -
Uses of Icon in com.jbstrap.ui.components.button
Modifier and TypeMethodDescriptionButton.getIcon()
Gets the button iconDropDownButton.DropDownMenuItem.getIcon()
Gets the menu item icon.DropDownButton.getIcon()
Gets the button iconLoadButton.getIcon()
Gets the button iconModifier and TypeMethodDescriptionDropDownButton.addMenuItem
(Icon icon, String text, int hotKey, ClickEventHandler clickHandler) Adds a menu item with the specified icon, text, hot key and click handler to the button's drop down menufinal DropDownButton
DropDownButton.addMenuItem
(Icon icon, String text, ClickEventHandler handler) Adds a menu item with the specified icon, text and click handler to the button's drop down menuSets the button iconSets the menu item icon.Sets the button iconSets the button iconModifierConstructorDescriptioncreates a button with the specified iconCreates a button with the specified icon and textButton
(Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).Creates a button with the specified iconCreates a button with the specified icon and textButton
(String id, Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).DropDownButton
(Icon icon) creates a button with the specified iconDropDownButton
(Icon icon, String text) Creates a button with the specified icon and textDropDownButton
(Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).DropDownButton
(String id, Icon icon) Creates a button with the specified iconDropDownButton
(String id, Icon icon, String text) Creates a button with the specified icon and textDropDownButton
(String id, Icon icon, String text, StyleElement... styles) Creates a button with the specified icon, text and style(s).LoadButton
(Icon icon, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified icon, text, animation and style(s)LoadButton
(String id, Icon icon, String text, LoadButtonAnimation animation, StyleElement... styles) Creates a new load button with the specified icon, text, animation and style(s) -
Uses of Icon in com.jbstrap.ui.components.filter
Modifier and TypeFieldDescriptionprotected Icon
JBBaseFilter.cancelButtonIcon
protected Icon
JBBaseFilter.filterButtonIcon
protected Icon
JBBaseFilter.resetButtonIcon
protected Icon
JBBaseFilter.saveButtonIcon
Modifier and TypeMethodDescriptionAdvancedFilter.getCancelButtonIcon()
AdvancedFilter.getFilterButtonIcon()
SimpleFilter.getFilterButtonIcon()
AdvancedFilter.getResetButtonIcon()
SimpleFilter.getResetButtonIcon()
AdvancedFilter.getSaveButtonIcon()
Modifier and TypeMethodDescriptionAdvancedFilter.setCancelButtonIcon
(Icon icon) AdvancedFilter.setFilterButtonIcon
(Icon icon) SimpleFilter.setFilterButtonIcon
(Icon icon) AdvancedFilter.setResetButtonIcon
(Icon icon) SimpleFilter.setResetButtonIcon
(Icon icon) AdvancedFilter.setSaveButtonIcon
(Icon icon) -
Uses of Icon in com.jbstrap.ui.components.form
Modifier and TypeMethodDescriptiondefault Icon
SupportHelpIcon.getHelpIcon()
Gets the form item’s help icon.final Icon
FormBlock.getIcon()
Gets the form block iconModifier and TypeMethodDescriptionfinal Form
Form.addTabPage
(String tabPageName, Icon icon, String title) Creates a tab page on the formdefault T
Displays an icon after the input field.default T
Appends an icon before the input field.default T
SupportHelpIcon.setHelpIcon
(Icon icon) Sets the form item help icon.final FormBlock
Sets the form block icon -
Uses of Icon in com.jbstrap.ui.components.form.builders
Modifier and TypeMethodDescriptionfinal TabPage
ComplexFormBuilder.createTabpage
(String name, Icon icon, String title) Creates a tab page, with the specified name, icon and labelfinal TabPage
TabbedFormBuilder.createTabpage
(String name, Icon icon, String title) Creates a tabpage on the form, with the specified name, icon and title. -
Uses of Icon in com.jbstrap.ui.components.form.builders.interfaces
Modifier and TypeMethodDescriptionTabbedForm.createTabpage
(String name, Icon icon, String title) Creates a tab page for the builder classes, that use tab pages. -
Uses of Icon in com.jbstrap.ui.components.form.items
Modifier and TypeMethodDescription -
Uses of Icon in com.jbstrap.ui.components.panels.ibox
-
Uses of Icon in com.jbstrap.ui.components.panels.tab
Modifier and TypeMethodDescriptionSets the tab page header iconModifierConstructorDescriptionCreates a tab page component with the specified tab page header iconCreates a tab page component with the specified tab page header title and icon.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 iconCreates a tab page component with the specified tab page header title and icon.Creates a tab page component with the specified tab page header title, icon and tab page contents. -
Uses of Icon in com.jbstrap.ui.components.timeline
ModifierConstructorDescriptionTimelineItem
(String id, Date date, Icon icon, String title) Creates a timeline item based on the specified date and title, with the specified iconTimelineItem
(Date date, Icon icon, String title) Creates a timeline item based on the specified date and title, with the specified icon -
Uses of Icon in com.jbstrap.ui.components.treeview
Modifier and TypeMethodDescriptionTreeviewNode.getCloseIcon()
Gets the icon for a collapsed node.Treeview.getDefaultFolderIcon()
Queries the icon of the default collapsed folderTreeview.getDefaultFolderOpenIcon()
Queries the default expanded folder iconTreeview.getDefaultItemIcon()
Gets the default icon for the leaf nodes.TreeviewNode.getIcon()
Gets the node icon.TreeviewNode.getOpenIcon()
Gets the icon for an expanded node.Modifier and TypeMethodDescriptionTreeviewNode.setCloseIcon
(Icon icon) Sets the icon for a collapsed node.TreeviewNode.setCloseIcon
(Icon icon, String color) Sets the icon for a collapsed node and its color.Treeview.setDefaultFolderIcon
(Icon defaultFolderIcon) 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.Treeview.setDefaultFolderOpenIcon
(Icon defaultfolderOpenIcon) Sets the default expanded folder icon.Treeview.setDefaultItemIcon
(Icon defaultItemIcon) Sets the default icon for the leaf nodes.Sets an icon for the node.Sets an icon and its color for the node.TreeviewNode.setOpenIcon
(Icon icon) Sets the icon for an expanded node.TreeviewNode.setOpenIcon
(Icon icon, String color) Sets the icon for an expanded node and the icon color. -
Uses of Icon in com.jbstrap.ui.components.windows
Modifier and TypeMethodDescriptionModalWindow.setHeaderIcon
(Icon icon) Sets the modal window header iconSets the icon of the modal window header. -
Uses of Icon in com.jbstrap.ui.components.wizard
ModifierConstructorDescriptionWizardStep
(String name, Icon icon) Creates a wizard step with the specified name and icon.WizardStep
(String name, Icon icon, String title) Creates a wizard step with the specified name, icon and title.WizardStep
(String name, Icon icon, String title, String description) Creates a wizard step with the specified name, icon, title and description.Creates a wizard step with the specified name, icon, title and description; adds components to the step.