Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- addActiveItem(String, String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Adds an active dropdown item.
- addAllResources(Head) - Static method in class com.oorian.bootstrap.Bootstrap
-
Adds all Bootstrap resources to the page head.
- addBootstrapCss(Head) - Static method in class com.oorian.bootstrap.Bootstrap
-
Adds the Bootstrap CSS to the page head.
- addBootstrapJavascript(Head) - Static method in class com.oorian.bootstrap.Bootstrap
-
Adds the Bootstrap JavaScript to the page head.
- addCode(String) - Method in class com.oorian.bootstrap.BootstrapInitScript
-
Adds a line of initialization code to the script.
- addDisabledItem(String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Adds a disabled dropdown item.
- addDisabledTab(String) - Method in class com.oorian.bootstrap.navigation.BsTabs
-
Adds a disabled tab.
- addDivider() - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Adds a divider.
- addHeader(String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Adds a header.
- addHeaderRow(String...) - Method in class com.oorian.bootstrap.display.BsTable
-
Adds a header row with the given cell values.
- addInitCode(String) - Method in class com.oorian.bootstrap.BootstrapComponent
-
Adds initialization code to the page's init script.
- addItem(Element) - Method in class com.oorian.bootstrap.display.BsListGroup
-
Adds an element item to the list.
- addItem(String) - Method in class com.oorian.bootstrap.display.BsListGroup
-
Adds a text item to the list.
- addItem(String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Adds plain text.
- addItem(String, boolean, boolean) - Method in class com.oorian.bootstrap.display.BsListGroup
-
Adds a text item with active and disabled states.
- addItem(String, Variant) - Method in class com.oorian.bootstrap.display.BsListGroup
-
Adds a text item with variant to the list.
- addItem(String, Element, boolean) - Method in class com.oorian.bootstrap.interactive.BsAccordion
-
Adds an accordion item.
- addItem(String, String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Adds a dropdown item.
- addItem(String, String) - Method in class com.oorian.bootstrap.navigation.BsBreadcrumb
-
Adds an item to the breadcrumb.
- addItem(String, String, boolean) - Method in class com.oorian.bootstrap.interactive.BsAccordion
-
Adds an accordion item with text content.
- addOorianBootstrapJavascript(Head) - Static method in class com.oorian.bootstrap.Bootstrap
-
Adds the Oorian-Bootstrap bridge JavaScript to the page head.
- addOption(String, String) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Adds an option to the select.
- addOption(String, String, boolean) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Adds an option to the select.
- addPlaceholder(String) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Adds a disabled placeholder option.
- addRow(String...) - Method in class com.oorian.bootstrap.display.BsTable
-
Adds a data row with the given cell values.
- addSlide(Element) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Adds a slide with custom content.
- addSlide(String, String) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Adds a slide with image.
- addSlide(String, String, String) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Adds a slide with image and caption.
- addSlideWithInterval(String, String, int) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Adds a slide with custom interval.
- addTab(String, Element, boolean) - Method in class com.oorian.bootstrap.navigation.BsTabs
-
Adds a tab with content.
B
- Basic Usage: - Search tag in class com.oorian.bootstrap.Bootstrap
- Section
- Bootstrap - Class in com.oorian.bootstrap
-
Entry point for the Bootstrap library integration with Oorian.
- Bootstrap() - Constructor for class com.oorian.bootstrap.Bootstrap
- BootstrapComponent<T> - Class in com.oorian.bootstrap
-
Base class for all Bootstrap components.
- BootstrapComponent(String, String) - Constructor for class com.oorian.bootstrap.BootstrapComponent
-
Creates a new Bootstrap component.
- BootstrapInitScript - Class in com.oorian.bootstrap
-
JavaScript initialization script for Bootstrap components.
- BootstrapInitScript() - Constructor for class com.oorian.bootstrap.BootstrapInitScript
-
Creates a new Bootstrap initialization script.
- BOTTOM - Enum constant in enum class com.oorian.bootstrap.enums.Position
- Breakpoint - Enum Class in com.oorian.bootstrap.enums
-
Bootstrap responsive breakpoints for grid system and responsive utilities.
- BsAccordion - Class in com.oorian.bootstrap.interactive
-
Bootstrap accordion component.
- BsAccordion() - Constructor for class com.oorian.bootstrap.interactive.BsAccordion
-
Creates a new accordion.
- BsAlert - Class in com.oorian.bootstrap.alerts
-
Bootstrap alert component.
- BsAlert() - Constructor for class com.oorian.bootstrap.alerts.BsAlert
-
Creates a new alert without text.
- BsAlert(String) - Constructor for class com.oorian.bootstrap.alerts.BsAlert
-
Creates a new alert with the specified text.
- BsBadge - Class in com.oorian.bootstrap.badges
-
Bootstrap badge component.
- BsBadge() - Constructor for class com.oorian.bootstrap.badges.BsBadge
-
Creates a new badge without text.
- BsBadge(String) - Constructor for class com.oorian.bootstrap.badges.BsBadge
-
Creates a new badge with the specified text.
- BsBreadcrumb - Class in com.oorian.bootstrap.navigation
-
Bootstrap breadcrumb component.
- BsBreadcrumb() - Constructor for class com.oorian.bootstrap.navigation.BsBreadcrumb
-
Creates a new breadcrumb.
- BsButton - Class in com.oorian.bootstrap.buttons
-
Bootstrap button component.
- BsButton() - Constructor for class com.oorian.bootstrap.buttons.BsButton
-
Creates a new button without text.
- BsButton(String) - Constructor for class com.oorian.bootstrap.buttons.BsButton
-
Creates a new button with the specified text.
- BsButtonGroup - Class in com.oorian.bootstrap.buttons
-
Bootstrap button group component.
- BsButtonGroup() - Constructor for class com.oorian.bootstrap.buttons.BsButtonGroup
-
Creates a new button group.
- BsCard - Class in com.oorian.bootstrap.cards
-
Bootstrap card component.
- BsCard() - Constructor for class com.oorian.bootstrap.cards.BsCard
-
Creates a new card.
- BsCardBody - Class in com.oorian.bootstrap.cards
-
Bootstrap card body component.
- BsCardBody() - Constructor for class com.oorian.bootstrap.cards.BsCardBody
-
Creates a new card body.
- BsCardFooter - Class in com.oorian.bootstrap.cards
-
Bootstrap card footer component.
- BsCardFooter() - Constructor for class com.oorian.bootstrap.cards.BsCardFooter
-
Creates a new card footer.
- BsCardFooter(String) - Constructor for class com.oorian.bootstrap.cards.BsCardFooter
-
Creates a new card footer with text.
- BsCardHeader - Class in com.oorian.bootstrap.cards
-
Bootstrap card header component.
- BsCardHeader() - Constructor for class com.oorian.bootstrap.cards.BsCardHeader
-
Creates a new card header.
- BsCardHeader(String) - Constructor for class com.oorian.bootstrap.cards.BsCardHeader
-
Creates a new card header with text.
- BsCarousel - Class in com.oorian.bootstrap.interactive
-
Bootstrap carousel component.
- BsCarousel() - Constructor for class com.oorian.bootstrap.interactive.BsCarousel
-
Creates a new carousel.
- BsCheckbox - Class in com.oorian.bootstrap.forms
-
Bootstrap checkbox component.
- BsCheckbox() - Constructor for class com.oorian.bootstrap.forms.BsCheckbox
-
Creates a new checkbox without label.
- BsCheckbox(String) - Constructor for class com.oorian.bootstrap.forms.BsCheckbox
-
Creates a new checkbox with label.
- BsCloseButton - Class in com.oorian.bootstrap.buttons
-
Bootstrap close button component.
- BsCloseButton() - Constructor for class com.oorian.bootstrap.buttons.BsCloseButton
-
Creates a new close button.
- BsCol - Class in com.oorian.bootstrap.layout
-
Bootstrap column component for the grid system.
- BsCol() - Constructor for class com.oorian.bootstrap.layout.BsCol
-
Creates a new column with auto sizing.
- BsCol(int) - Constructor for class com.oorian.bootstrap.layout.BsCol
-
Creates a new column with specified size.
- BsCollapse - Class in com.oorian.bootstrap.interactive
-
Bootstrap collapse component.
- BsCollapse() - Constructor for class com.oorian.bootstrap.interactive.BsCollapse
-
Creates a new collapse component.
- BsContainer - Class in com.oorian.bootstrap.layout
-
Bootstrap container component.
- BsContainer() - Constructor for class com.oorian.bootstrap.layout.BsContainer
-
Creates a new container.
- BsDropdown - Class in com.oorian.bootstrap.interactive
-
Bootstrap dropdown component.
- BsDropdown(String) - Constructor for class com.oorian.bootstrap.interactive.BsDropdown
-
Creates a new dropdown with button text.
- BsDropdown(String, Variant) - Constructor for class com.oorian.bootstrap.interactive.BsDropdown
-
Creates a new dropdown with button text and variant.
- BsFormGroup - Class in com.oorian.bootstrap.forms
-
Bootstrap form group component.
- BsFormGroup() - Constructor for class com.oorian.bootstrap.forms.BsFormGroup
-
Creates a new form group.
- BsFormGroup(String) - Constructor for class com.oorian.bootstrap.forms.BsFormGroup
-
Creates a new form group with a label.
- BsFormLabel - Class in com.oorian.bootstrap.forms
-
Bootstrap form label component.
- BsFormLabel() - Constructor for class com.oorian.bootstrap.forms.BsFormLabel
-
Creates a new form label.
- BsFormLabel(String) - Constructor for class com.oorian.bootstrap.forms.BsFormLabel
-
Creates a new form label with text.
- BsInput - Class in com.oorian.bootstrap.forms
-
Bootstrap input component.
- BsInput() - Constructor for class com.oorian.bootstrap.forms.BsInput
-
Creates a new input.
- BsListGroup - Class in com.oorian.bootstrap.display
-
Bootstrap list group component.
- BsListGroup() - Constructor for class com.oorian.bootstrap.display.BsListGroup
-
Creates a new list group.
- BsModal - Class in com.oorian.bootstrap.interactive
-
Bootstrap modal component.
- BsModal() - Constructor for class com.oorian.bootstrap.interactive.BsModal
-
Creates a new modal.
- BsNav - Class in com.oorian.bootstrap.navigation
-
Bootstrap nav component.
- BsNav() - Constructor for class com.oorian.bootstrap.navigation.BsNav
-
Creates a new nav.
- BsNavbar - Class in com.oorian.bootstrap.navigation
-
Bootstrap navbar component.
- BsNavbar() - Constructor for class com.oorian.bootstrap.navigation.BsNavbar
-
Creates a new navbar.
- BsNavItem - Class in com.oorian.bootstrap.navigation
-
Bootstrap nav item component.
- BsNavItem(String, String) - Constructor for class com.oorian.bootstrap.navigation.BsNavItem
-
Creates a new nav item.
- BsNavItem(String, String, boolean) - Constructor for class com.oorian.bootstrap.navigation.BsNavItem
-
Creates a new nav item with active state.
- BsOffcanvas - Class in com.oorian.bootstrap.interactive
-
Bootstrap offcanvas component.
- BsOffcanvas() - Constructor for class com.oorian.bootstrap.interactive.BsOffcanvas
-
Creates a new offcanvas.
- BsPagination - Class in com.oorian.bootstrap.navigation
-
Bootstrap pagination component.
- BsPagination() - Constructor for class com.oorian.bootstrap.navigation.BsPagination
-
Creates a new pagination.
- BsPlaceholder - Class in com.oorian.bootstrap.display
-
Bootstrap placeholder component for loading states.
- BsPlaceholder() - Constructor for class com.oorian.bootstrap.display.BsPlaceholder
-
Creates a new placeholder.
- BsPopover - Class in com.oorian.bootstrap.interactive
-
Bootstrap popover component.
- BsPopover(String) - Constructor for class com.oorian.bootstrap.interactive.BsPopover
-
Creates a new popover with content only.
- BsPopover(String, String) - Constructor for class com.oorian.bootstrap.interactive.BsPopover
-
Creates a new popover with title and content.
- BsProgress - Class in com.oorian.bootstrap.progress
-
Bootstrap progress bar component.
- BsProgress() - Constructor for class com.oorian.bootstrap.progress.BsProgress
-
Creates a new progress bar.
- BsProgress(int) - Constructor for class com.oorian.bootstrap.progress.BsProgress
-
Creates a new progress bar with initial value.
- BsRadio - Class in com.oorian.bootstrap.forms
-
Bootstrap radio button component.
- BsRadio() - Constructor for class com.oorian.bootstrap.forms.BsRadio
-
Creates a new radio button without label.
- BsRadio(String) - Constructor for class com.oorian.bootstrap.forms.BsRadio
-
Creates a new radio button with label.
- BsRow - Class in com.oorian.bootstrap.layout
-
Bootstrap row component for the grid system.
- BsRow() - Constructor for class com.oorian.bootstrap.layout.BsRow
-
Creates a new row.
- BsSelect - Class in com.oorian.bootstrap.forms
-
Bootstrap select component.
- BsSelect() - Constructor for class com.oorian.bootstrap.forms.BsSelect
-
Creates a new select.
- BsSpinner - Class in com.oorian.bootstrap.display
-
Bootstrap spinner component.
- BsSpinner() - Constructor for class com.oorian.bootstrap.display.BsSpinner
-
Creates a new spinner.
- BsSwitch - Class in com.oorian.bootstrap.forms
-
Bootstrap switch component (toggle checkbox).
- BsSwitch() - Constructor for class com.oorian.bootstrap.forms.BsSwitch
-
Creates a new switch without label.
- BsSwitch(String) - Constructor for class com.oorian.bootstrap.forms.BsSwitch
-
Creates a new switch with label.
- BsTable - Class in com.oorian.bootstrap.display
-
Bootstrap table component.
- BsTable() - Constructor for class com.oorian.bootstrap.display.BsTable
-
Creates a new table.
- BsTabs - Class in com.oorian.bootstrap.navigation
-
Bootstrap tabs component with content panels.
- BsTabs() - Constructor for class com.oorian.bootstrap.navigation.BsTabs
-
Creates a new tabs component.
- BsTextarea - Class in com.oorian.bootstrap.forms
-
Bootstrap textarea component.
- BsTextarea() - Constructor for class com.oorian.bootstrap.forms.BsTextarea
-
Creates a new textarea.
- BsToast - Class in com.oorian.bootstrap.interactive
-
Bootstrap toast notification component.
- BsToast() - Constructor for class com.oorian.bootstrap.interactive.BsToast
-
Creates a new toast.
- BsTooltip - Class in com.oorian.bootstrap.interactive
-
Bootstrap tooltip component.
- BsTooltip(String) - Constructor for class com.oorian.bootstrap.interactive.BsTooltip
-
Creates a new tooltip with title.
C
- callMethod(String, Object...) - Method in class com.oorian.bootstrap.BootstrapComponent
-
Calls a method on the client-side Bootstrap instance.
- COLOR - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- com.oorian.bootstrap - package com.oorian.bootstrap
- com.oorian.bootstrap.alerts - package com.oorian.bootstrap.alerts
- com.oorian.bootstrap.badges - package com.oorian.bootstrap.badges
- com.oorian.bootstrap.buttons - package com.oorian.bootstrap.buttons
- com.oorian.bootstrap.cards - package com.oorian.bootstrap.cards
- com.oorian.bootstrap.display - package com.oorian.bootstrap.display
- com.oorian.bootstrap.enums - package com.oorian.bootstrap.enums
- com.oorian.bootstrap.forms - package com.oorian.bootstrap.forms
- com.oorian.bootstrap.interactive - package com.oorian.bootstrap.interactive
- com.oorian.bootstrap.layout - package com.oorian.bootstrap.layout
- com.oorian.bootstrap.navigation - package com.oorian.bootstrap.navigation
- com.oorian.bootstrap.progress - package com.oorian.bootstrap.progress
- Component Lifecycle: - Search tag in class com.oorian.bootstrap.BootstrapComponent
- Section
- createTriggerButton(String) - Method in class com.oorian.bootstrap.interactive.BsCollapse
-
Creates a button that triggers this collapse.
- createTriggerButton(String) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Creates a button that triggers this modal.
- createTriggerButton(String) - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Creates a button that triggers this offcanvas.
- createTriggerLink(String) - Method in class com.oorian.bootstrap.interactive.BsCollapse
-
Creates an anchor that triggers this collapse.
- Custom Paths: - Search tag in class com.oorian.bootstrap.Bootstrap
- Section
D
- DANGER - Enum constant in enum class com.oorian.bootstrap.enums.Variant
- DARK - Enum constant in enum class com.oorian.bootstrap.enums.Variant
- DATE - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- DATETIME_LOCAL - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- Direction - Enum Class in com.oorian.bootstrap.enums
-
Bootstrap direction options for button groups, navs, and other directional components.
E
- EMAIL - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- END - Enum constant in enum class com.oorian.bootstrap.enums.Position
- ensureId() - Method in class com.oorian.bootstrap.BootstrapComponent
-
Ensures this component has an ID.
F
G
- getBody() - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Gets the offcanvas body for adding content.
- getBootstrapCss() - Static method in class com.oorian.bootstrap.Bootstrap
-
Gets the path to the Bootstrap CSS file.
- getBootstrapJs() - Static method in class com.oorian.bootstrap.Bootstrap
-
Gets the path to the Bootstrap JavaScript bundle.
- getCarouselId() - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Gets the carousel ID.
- getCollapseDiv() - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Gets the collapse div to add navigation content.
- getCollapseId() - Method in class com.oorian.bootstrap.interactive.BsCollapse
-
Gets the collapse ID for trigger elements.
- getComponentType() - Method in class com.oorian.bootstrap.BootstrapComponent
-
Gets the component type identifier.
- getContainer() - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Gets the container element.
- getGroupId() - Method in class com.oorian.bootstrap.forms.BsFormGroup
-
Gets the group ID for associating labels with inputs.
- getInfix() - Method in enum class com.oorian.bootstrap.enums.Breakpoint
-
Gets the infix for responsive classes (e.g., "-md-" for medium breakpoint).
- getModalId() - Method in class com.oorian.bootstrap.interactive.BsModal
-
Gets the modal ID for trigger buttons.
- getOffcanvasId() - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Gets the offcanvas ID for trigger buttons.
- getOorianBootstrapJs() - Static method in class com.oorian.bootstrap.Bootstrap
-
Gets the path to the Oorian-Bootstrap bridge JavaScript.
- getToastId() - Method in class com.oorian.bootstrap.interactive.BsToast
-
Gets the toast ID.
- getValue() - Method in enum class com.oorian.bootstrap.enums.Breakpoint
- getValue() - Method in enum class com.oorian.bootstrap.enums.Direction
- getValue() - Method in enum class com.oorian.bootstrap.enums.InputType
- getValue() - Method in enum class com.oorian.bootstrap.enums.Position
- getValue() - Method in enum class com.oorian.bootstrap.enums.Size
- getValue() - Method in enum class com.oorian.bootstrap.enums.ValidationState
- getValue() - Method in enum class com.oorian.bootstrap.enums.Variant
H
- HIDDEN - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- HORIZONTAL - Enum constant in enum class com.oorian.bootstrap.enums.Direction
I
- ID - Static variable in class com.oorian.bootstrap.BootstrapInitScript
-
The ID used to identify this script in the DOM.
- INFO - Enum constant in enum class com.oorian.bootstrap.enums.Variant
- initialize() - Method in class com.oorian.bootstrap.alerts.BsAlert
- initialize() - Method in class com.oorian.bootstrap.BootstrapComponent
- initialize() - Method in class com.oorian.bootstrap.BootstrapInitScript
- initialize() - Method in class com.oorian.bootstrap.cards.BsCard
- initialize() - Method in class com.oorian.bootstrap.display.BsSpinner
- initialize() - Method in class com.oorian.bootstrap.display.BsTable
- initialize() - Method in class com.oorian.bootstrap.forms.BsCheckbox
- initialize() - Method in class com.oorian.bootstrap.forms.BsFormGroup
- initialize() - Method in class com.oorian.bootstrap.forms.BsInput
- initialize() - Method in class com.oorian.bootstrap.forms.BsRadio
- initialize() - Method in class com.oorian.bootstrap.forms.BsSwitch
- initialize() - Method in class com.oorian.bootstrap.interactive.BsAccordion
- initialize() - Method in class com.oorian.bootstrap.interactive.BsCarousel
- initialize() - Method in class com.oorian.bootstrap.interactive.BsCollapse
- initialize() - Method in class com.oorian.bootstrap.interactive.BsDropdown
- initialize() - Method in class com.oorian.bootstrap.interactive.BsModal
- initialize() - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
- initialize() - Method in class com.oorian.bootstrap.interactive.BsPopover
- initialize() - Method in class com.oorian.bootstrap.interactive.BsToast
- initialize() - Method in class com.oorian.bootstrap.interactive.BsTooltip
- initialize() - Method in class com.oorian.bootstrap.navigation.BsBreadcrumb
- initialize() - Method in class com.oorian.bootstrap.navigation.BsNavbar
- initialize() - Method in class com.oorian.bootstrap.navigation.BsNavItem
- initialize() - Method in class com.oorian.bootstrap.navigation.BsPagination
- initialize() - Method in class com.oorian.bootstrap.navigation.BsTabs
- initialize() - Method in class com.oorian.bootstrap.progress.BsProgress
- InputType - Enum Class in com.oorian.bootstrap.enums
-
HTML input types supported by Bootstrap form controls.
- INVALID - Enum constant in enum class com.oorian.bootstrap.enums.ValidationState
- isDefault() - Method in enum class com.oorian.bootstrap.enums.Size
-
Checks if this is the default (medium) size.
L
- LEFT - Enum constant in enum class com.oorian.bootstrap.enums.Position
- LG - Enum constant in enum class com.oorian.bootstrap.enums.Breakpoint
- LG - Enum constant in enum class com.oorian.bootstrap.enums.Size
- LIGHT - Enum constant in enum class com.oorian.bootstrap.enums.Variant
- LINK - Enum constant in enum class com.oorian.bootstrap.enums.Variant
M
- MD - Enum constant in enum class com.oorian.bootstrap.enums.Breakpoint
- MD - Enum constant in enum class com.oorian.bootstrap.enums.Size
- MONTH - Enum constant in enum class com.oorian.bootstrap.enums.InputType
N
- NONE - Enum constant in enum class com.oorian.bootstrap.enums.ValidationState
- NUMBER - Enum constant in enum class com.oorian.bootstrap.enums.InputType
O
- onDisabled() - Method in class com.oorian.bootstrap.buttons.BsButton
- onDisabled() - Method in class com.oorian.bootstrap.forms.BsCheckbox
- onDisabled() - Method in class com.oorian.bootstrap.forms.BsRadio
- onDisabled() - Method in class com.oorian.bootstrap.forms.BsSwitch
- onDisabled() - Method in class com.oorian.bootstrap.navigation.BsNavItem
- onEnabled() - Method in class com.oorian.bootstrap.buttons.BsButton
- onEnabled() - Method in class com.oorian.bootstrap.forms.BsCheckbox
- onEnabled() - Method in class com.oorian.bootstrap.forms.BsRadio
- onEnabled() - Method in class com.oorian.bootstrap.forms.BsSwitch
- onEnabled() - Method in class com.oorian.bootstrap.navigation.BsNavItem
P
- PASSWORD - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- Position - Enum Class in com.oorian.bootstrap.enums
-
Bootstrap position options used for tooltips, popovers, dropdowns, and other positioned elements.
- PRIMARY - Enum constant in enum class com.oorian.bootstrap.enums.Variant
R
- removeClassesWithPrefix(String) - Method in class com.oorian.bootstrap.BootstrapComponent
-
Removes all CSS classes that start with the given prefix.
- RIGHT - Enum constant in enum class com.oorian.bootstrap.enums.Position
S
- SEARCH - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- SECONDARY - Enum constant in enum class com.oorian.bootstrap.enums.Variant
- setActive(boolean) - Method in class com.oorian.bootstrap.buttons.BsButton
-
Sets whether the button appears active (pressed).
- setActive(boolean) - Method in class com.oorian.bootstrap.navigation.BsNavItem
-
Sets whether the nav item is active.
- setAlignItems(String) - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets vertical alignment of columns.
- setAlignSelf(String) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets vertical alignment for this column.
- setAlwaysOpen(boolean) - Method in class com.oorian.bootstrap.interactive.BsAccordion
-
Sets whether multiple items can be open at once.
- setAnimated(boolean) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets whether the progress bar is animated.
- setAnimation(boolean) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets whether the toast has animation.
- setAnimation(String) - Method in class com.oorian.bootstrap.display.BsPlaceholder
-
Sets the animation type.
- setAriaDescribedBy(String) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the aria-describedby attribute for accessibility.
- setAriaLabel(String) - Method in class com.oorian.bootstrap.buttons.BsButtonGroup
-
Sets the aria-label for accessibility.
- setAuto(Breakpoint) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets auto sizing for a specific breakpoint.
- setAutoClose(String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Sets the auto-close behavior.
- setAutohide(boolean) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets whether the toast auto-hides.
- setAutoplay(boolean) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Sets whether the carousel autoplays.
- setBackdrop(boolean) - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Sets whether the backdrop is shown.
- setBackground(String) - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Sets the background color class.
- setBaseUrl(String) - Method in class com.oorian.bootstrap.navigation.BsPagination
-
Sets the base URL for page links.
- setBgVariant(Variant) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the background variant.
- setBlock(boolean) - Method in class com.oorian.bootstrap.buttons.BsButton
-
Sets whether the button is displayed as a block element (full width).
- setBody(Element) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the card body element.
- setBody(Element) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets the modal body content.
- setBody(Element) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets the toast body content.
- setBody(String) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets the toast body text.
- setBodyText(String) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets the modal body text.
- setBootstrapRootPath(String) - Static method in class com.oorian.bootstrap.Bootstrap
-
Sets the root path where Bootstrap resources are located.
- setBordered(boolean) - Method in class com.oorian.bootstrap.display.BsTable
-
Sets whether the table has borders.
- setBorderless(boolean) - Method in class com.oorian.bootstrap.display.BsTable
-
Sets whether the table is borderless.
- setBorderVariant(Variant) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the border variant.
- setBrand(String, String) - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Sets the navbar brand text.
- setBrandImage(String, String, int) - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Sets the navbar brand image.
- setBreakpoint(Breakpoint) - Method in class com.oorian.bootstrap.layout.BsContainer
-
Sets the breakpoint at which the container becomes full width.
- setCentered(boolean) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets whether the modal is vertically centered.
- setChecked(boolean) - Method in class com.oorian.bootstrap.forms.BsCheckbox
-
Sets the checkbox as checked.
- setChecked(boolean) - Method in class com.oorian.bootstrap.forms.BsRadio
-
Sets the radio button as checked.
- setChecked(boolean) - Method in class com.oorian.bootstrap.forms.BsSwitch
-
Sets the switch as checked (on).
- setColLabel(int) - Method in class com.oorian.bootstrap.forms.BsFormLabel
-
Sets the label as a column label (for horizontal forms).
- setContainer(String) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets the container element for the popover.
- setContainer(String) - Method in class com.oorian.bootstrap.interactive.BsTooltip
-
Sets the container element for the tooltip.
- setContent(Element) - Method in class com.oorian.bootstrap.alerts.BsAlert
-
Sets the content element of the alert.
- setContent(Element) - Method in class com.oorian.bootstrap.interactive.BsCollapse
-
Sets the collapsible content.
- setContent(String) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets the popover content.
- setControls(boolean) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Sets whether to show previous/next controls.
- setCurrentPage(int) - Method in class com.oorian.bootstrap.navigation.BsPagination
-
Sets the current page.
- setCustomClass(String) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets a custom CSS class for the popover.
- setCustomClass(String) - Method in class com.oorian.bootstrap.interactive.BsTooltip
-
Sets a custom CSS class for the tooltip.
- setDark(boolean) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Sets dark mode for light backgrounds.
- setDark(boolean) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Sets the dropdown menu to dark mode.
- setDataBs(String, String) - Method in class com.oorian.bootstrap.BootstrapComponent
-
Sets a Bootstrap data attribute (data-bs-*).
- setDelay(int) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets the show/hide delay (in milliseconds).
- setDelay(int) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets the delay before auto-hide (in milliseconds).
- setDelay(int) - Method in class com.oorian.bootstrap.interactive.BsTooltip
-
Sets the show/hide delay (in milliseconds).
- setDirection(Direction) - Method in class com.oorian.bootstrap.buttons.BsButtonGroup
-
Sets the direction of the button group.
- setDirection(String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Sets the dropdown direction.
- setDismiss(String) - Method in class com.oorian.bootstrap.buttons.BsCloseButton
-
Sets the dismiss target for Bootstrap's data API.
- setDismissible(boolean) - Method in class com.oorian.bootstrap.alerts.BsAlert
-
Sets whether the alert is dismissible.
- setDismissible(boolean) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets whether the popover is dismissible by clicking anywhere.
- setDivider(String) - Method in class com.oorian.bootstrap.navigation.BsBreadcrumb
-
Sets a custom divider.
- setExpandBreakpoint(Breakpoint) - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Sets the breakpoint at which the navbar expands.
- setExpanded(boolean) - Method in class com.oorian.bootstrap.interactive.BsCollapse
-
Sets whether the collapse is initially expanded.
- setExtraSmall() - Method in class com.oorian.bootstrap.display.BsPlaceholder
-
Sets extra small size.
- setFade(boolean) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Sets whether to use fade transition instead of slide.
- setFade(boolean) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets whether the modal has fade animation.
- setFade(boolean) - Method in class com.oorian.bootstrap.navigation.BsTabs
-
Sets whether content panels fade in.
- setFill(boolean) - Method in class com.oorian.bootstrap.navigation.BsNav
-
Sets whether nav items fill available space.
- setFill(boolean) - Method in class com.oorian.bootstrap.navigation.BsTabs
-
Sets whether tabs fill available space.
- setFixed(String) - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Sets the navbar to fixed position.
- setFloating(boolean) - Method in class com.oorian.bootstrap.forms.BsFormGroup
-
Sets whether the form group uses floating labels.
- setFluid(boolean) - Method in class com.oorian.bootstrap.layout.BsContainer
-
Sets whether the container is fluid (full width).
- setFlush(boolean) - Method in class com.oorian.bootstrap.display.BsListGroup
-
Sets whether the list group is flush (no outer borders).
- setFlush(boolean) - Method in class com.oorian.bootstrap.interactive.BsAccordion
-
Sets whether the accordion has flush styling (no borders).
- setFooter(Element) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the card footer element.
- setFooter(Element) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets the modal footer content.
- setFooter(String) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the card footer text.
- setFor(String) - Method in class com.oorian.bootstrap.forms.BsFormLabel
-
Sets the for attribute to associate with an input.
- setFullscreen(boolean) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets the modal to fullscreen.
- setFullscreenBelow(String) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets the modal to fullscreen below a breakpoint.
- setGrow(boolean) - Method in class com.oorian.bootstrap.display.BsSpinner
-
Sets whether the spinner uses grow animation.
- setGutter(int) - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets the gutter spacing for all breakpoints.
- setGutterX(int) - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets the horizontal gutter spacing.
- setGutterY(int) - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets the vertical gutter spacing.
- setHeader(Element) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the card header element.
- setHeader(String) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the card header text.
- setHeaderIcon(String) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets an icon class for the header.
- setHorizontal(boolean) - Method in class com.oorian.bootstrap.display.BsListGroup
-
Sets whether the list group is horizontal.
- setHorizontal(boolean) - Method in class com.oorian.bootstrap.interactive.BsCollapse
-
Sets whether the collapse is horizontal.
- setHover(boolean) - Method in class com.oorian.bootstrap.display.BsTable
-
Sets whether the table has hover effect.
- setHtml(boolean) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets whether the popover content is HTML.
- setHtml(boolean) - Method in class com.oorian.bootstrap.interactive.BsTooltip
-
Sets whether the tooltip content is HTML.
- setImage(String) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the card image URL.
- setImageTop(boolean) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets whether the image is at the top or bottom.
- setIndicators(boolean) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Sets whether to show slide indicators.
- setInline(boolean) - Method in class com.oorian.bootstrap.forms.BsCheckbox
-
Sets whether the checkbox is displayed inline.
- setInline(boolean) - Method in class com.oorian.bootstrap.forms.BsRadio
-
Sets whether the radio button is displayed inline.
- setInterval(int) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Sets the slide interval (in milliseconds).
- setInvalidFeedback(String) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the invalid feedback message.
- setJustified(boolean) - Method in class com.oorian.bootstrap.navigation.BsNav
-
Sets whether nav items are justified (equal width).
- setJustified(boolean) - Method in class com.oorian.bootstrap.navigation.BsTabs
-
Sets whether tabs are justified (equal width).
- setJustifyContent(String) - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets horizontal justification of columns.
- setKeyboard(boolean) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets whether ESC key closes the modal.
- setKeyboard(boolean) - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Sets whether ESC key closes the offcanvas.
- setLabel(String) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets a custom label.
- setMarginBottom(int) - Method in class com.oorian.bootstrap.forms.BsFormGroup
-
Sets the margin bottom size.
- setMax(int) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets the maximum value.
- setMenuAlign(String) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Sets the menu alignment.
- setMin(int) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets the minimum value.
- setMultiple(boolean) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Sets whether the select allows multiple selections.
- setName(String) - Method in class com.oorian.bootstrap.forms.BsCheckbox
-
Sets the input name.
- setName(String) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the input name.
- setName(String) - Method in class com.oorian.bootstrap.forms.BsRadio
-
Sets the input name (for grouping radio buttons).
- setName(String) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Sets the select name.
- setName(String) - Method in class com.oorian.bootstrap.forms.BsSwitch
-
Sets the input name.
- setName(String) - Method in class com.oorian.bootstrap.forms.BsTextarea
-
Sets the textarea name.
- setNumbered(boolean) - Method in class com.oorian.bootstrap.display.BsListGroup
-
Sets whether the list group is numbered.
- setOffset(int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column offset for all breakpoints.
- setOffset(Breakpoint, int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column offset for a specific breakpoint.
- setOorianBootstrapJsPath(String) - Static method in class com.oorian.bootstrap.Bootstrap
-
Sets the path to the Oorian-Bootstrap bridge JavaScript file.
- setOrder(Breakpoint, String) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column order for a specific breakpoint.
- setOrder(String) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column order for all breakpoints.
- setOutline(boolean) - Method in class com.oorian.bootstrap.buttons.BsButton
-
Sets whether the button uses outline style.
- setPill(boolean) - Method in class com.oorian.bootstrap.badges.BsBadge
-
Sets whether the badge uses pill style (rounded).
- setPills(boolean) - Method in class com.oorian.bootstrap.navigation.BsNav
-
Sets whether the nav uses pill style.
- setPills(boolean) - Method in class com.oorian.bootstrap.navigation.BsTabs
-
Sets whether to use pill style instead of tabs.
- setPlaceholder(String) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the placeholder text.
- setPlaceholder(String) - Method in class com.oorian.bootstrap.forms.BsTextarea
-
Sets the placeholder text.
- setPlacement(String) - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Sets the offcanvas placement.
- setPlacement(String) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets the popover placement.
- setPlacement(String) - Method in class com.oorian.bootstrap.interactive.BsTooltip
-
Sets the tooltip placement.
- setPlainText(boolean) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets whether to display as plain text (read-only).
- setReadOnly(boolean) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets whether the input is read-only.
- setReadOnly(boolean) - Method in class com.oorian.bootstrap.forms.BsTextarea
-
Sets whether the textarea is read-only.
- setRequired(boolean) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets whether the input is required.
- setRequired(boolean) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Sets whether the select is required.
- setRequired(boolean) - Method in class com.oorian.bootstrap.forms.BsTextarea
-
Sets whether the textarea is required.
- setRowCols(int) - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets the number of row columns for all breakpoints.
- setRowCols(Breakpoint, int) - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets the number of row columns for a specific breakpoint.
- setRowColsAuto() - Method in class com.oorian.bootstrap.layout.BsRow
-
Sets auto row columns for all breakpoints.
- setRows(int) - Method in class com.oorian.bootstrap.forms.BsTextarea
-
Sets the number of rows.
- setScroll(boolean) - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Sets whether body scrolling is allowed when offcanvas is open.
- setScrollable(boolean) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets whether the modal body is scrollable.
- setShadow(boolean) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets whether the card has a shadow.
- setShadowSize(String) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the shadow size.
- setShowFirstLast(boolean) - Method in class com.oorian.bootstrap.navigation.BsPagination
-
Sets whether to show first/last buttons.
- setShowLabel(boolean) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets whether to show the label.
- setShowPrevNext(boolean) - Method in class com.oorian.bootstrap.navigation.BsPagination
-
Sets whether to show previous/next buttons.
- setSize(int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column size for all breakpoints.
- setSize(Breakpoint, int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column size for a specific breakpoint.
- setSize(Size) - Method in class com.oorian.bootstrap.buttons.BsButton
-
Sets the button size.
- setSize(Size) - Method in class com.oorian.bootstrap.buttons.BsButtonGroup
-
Sets the button group size.
- setSize(Size) - Method in class com.oorian.bootstrap.display.BsPlaceholder
-
Sets the placeholder size.
- setSize(Size) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the input size.
- setSize(Size) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Sets the select size.
- setSize(Size) - Method in class com.oorian.bootstrap.forms.BsTextarea
-
Sets the textarea size.
- setSize(Size) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets the modal size.
- setSize(Size) - Method in class com.oorian.bootstrap.navigation.BsPagination
-
Sets the pagination size.
- setSizeAuto() - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets auto sizing for this column.
- setSizeLg(int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column size for large breakpoint (col-lg-*).
- setSizeMd(int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column size for medium breakpoint (col-md-*).
- setSizeSm(int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column size for small breakpoint (col-sm-*).
- setSizeXl(int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column size for extra large breakpoint (col-xl-*).
- setSizeXxl(int) - Method in class com.oorian.bootstrap.layout.BsCol
-
Sets the column size for extra extra large breakpoint (col-xxl-*).
- setSmall(boolean) - Method in class com.oorian.bootstrap.display.BsSpinner
-
Sets whether the spinner is small.
- setSmall(boolean) - Method in class com.oorian.bootstrap.display.BsTable
-
Sets whether the table is small (compact).
- setSplit(boolean) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Sets whether this is a split button dropdown.
- setStaticBackdrop(boolean) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets whether clicking backdrop closes the modal.
- setSticky(String) - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Sets the navbar to sticky position.
- setStriped(boolean) - Method in class com.oorian.bootstrap.display.BsTable
-
Sets whether the table has striped rows.
- setStriped(boolean) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets whether the progress bar is striped.
- setStripedColumns(boolean) - Method in class com.oorian.bootstrap.display.BsTable
-
Sets whether the table has striped columns.
- setSubtitle(String) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets the toast subtitle (small text next to title).
- setTabs(boolean) - Method in class com.oorian.bootstrap.navigation.BsNav
-
Sets whether the nav uses tab style.
- setTextVariant(Variant) - Method in class com.oorian.bootstrap.cards.BsCard
-
Sets the text variant.
- setTitle(String) - Method in class com.oorian.bootstrap.interactive.BsModal
-
Sets the modal title.
- setTitle(String) - Method in class com.oorian.bootstrap.interactive.BsOffcanvas
-
Sets the offcanvas title.
- setTitle(String) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets the popover title.
- setTitle(String) - Method in class com.oorian.bootstrap.interactive.BsToast
-
Sets the toast title.
- setTitle(String) - Method in class com.oorian.bootstrap.interactive.BsTooltip
-
Sets the tooltip title text.
- setTotalPages(int) - Method in class com.oorian.bootstrap.navigation.BsPagination
-
Sets the total number of pages.
- setTouch(boolean) - Method in class com.oorian.bootstrap.interactive.BsCarousel
-
Sets whether touch swiping is enabled.
- setTrigger(String) - Method in class com.oorian.bootstrap.interactive.BsPopover
-
Sets the popover trigger.
- setTrigger(String) - Method in class com.oorian.bootstrap.interactive.BsTooltip
-
Sets the tooltip trigger.
- setType(InputType) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the input type.
- setType(String) - Method in class com.oorian.bootstrap.buttons.BsButton
-
Sets the button type attribute.
- setValidationState(ValidationState) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the validation state.
- setValidationState(ValidationState) - Method in class com.oorian.bootstrap.forms.BsSelect
-
Sets the validation state.
- setValidationState(ValidationState) - Method in class com.oorian.bootstrap.forms.BsTextarea
-
Sets the validation state.
- setValidFeedback(String) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the valid feedback message.
- setValue(int) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets the current value.
- setValue(String) - Method in class com.oorian.bootstrap.forms.BsCheckbox
-
Sets the input value.
- setValue(String) - Method in class com.oorian.bootstrap.forms.BsInput
-
Sets the input value.
- setValue(String) - Method in class com.oorian.bootstrap.forms.BsRadio
-
Sets the input value.
- setValue(String) - Method in class com.oorian.bootstrap.forms.BsSwitch
-
Sets the input value.
- setVariant(Variant) - Method in class com.oorian.bootstrap.alerts.BsAlert
-
Sets the alert variant (color scheme).
- setVariant(Variant) - Method in class com.oorian.bootstrap.badges.BsBadge
-
Sets the badge variant (color scheme).
- setVariant(Variant) - Method in class com.oorian.bootstrap.buttons.BsButton
-
Sets the button variant (color scheme).
- setVariant(Variant) - Method in class com.oorian.bootstrap.display.BsPlaceholder
-
Sets the placeholder variant (color).
- setVariant(Variant) - Method in class com.oorian.bootstrap.display.BsSpinner
-
Sets the spinner variant (color).
- setVariant(Variant) - Method in class com.oorian.bootstrap.display.BsTable
-
Sets the table variant (color).
- setVariant(Variant) - Method in class com.oorian.bootstrap.interactive.BsDropdown
-
Sets the button variant.
- setVariant(Variant) - Method in class com.oorian.bootstrap.navigation.BsNavbar
-
Sets the navbar color variant (for text color).
- setVariant(Variant) - Method in class com.oorian.bootstrap.progress.BsProgress
-
Sets the progress bar variant (color).
- setVertical(boolean) - Method in class com.oorian.bootstrap.buttons.BsButtonGroup
-
Sets whether the button group is vertical.
- setVertical(boolean) - Method in class com.oorian.bootstrap.navigation.BsNav
-
Sets whether the nav is vertical.
- setVertical(boolean) - Method in class com.oorian.bootstrap.navigation.BsTabs
-
Sets whether tabs are vertical.
- setWhite(boolean) - Method in class com.oorian.bootstrap.buttons.BsCloseButton
-
Sets whether the close button uses white color (for dark backgrounds).
- setWidth(int) - Method in class com.oorian.bootstrap.display.BsPlaceholder
-
Sets the placeholder width (1-12 columns).
- Size - Enum Class in com.oorian.bootstrap.enums
-
Bootstrap size options for components like buttons, inputs, and modals.
- SM - Enum constant in enum class com.oorian.bootstrap.enums.Breakpoint
- SM - Enum constant in enum class com.oorian.bootstrap.enums.Size
- START - Enum constant in enum class com.oorian.bootstrap.enums.Position
- SUCCESS - Enum constant in enum class com.oorian.bootstrap.enums.Variant
T
- TEL - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- TEXT - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- TIME - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- TOP - Enum constant in enum class com.oorian.bootstrap.enums.Position
U
- URL - Enum constant in enum class com.oorian.bootstrap.enums.InputType
- Usage: - Search tag in class com.oorian.bootstrap.BootstrapComponent
- Section
- Usage: - Search tag in class com.oorian.bootstrap.alerts.BsAlert
- Section
- Usage: - Search tag in class com.oorian.bootstrap.badges.BsBadge
- Section
- Usage: - Search tag in class com.oorian.bootstrap.buttons.BsButton
- Section
- Usage: - Search tag in class com.oorian.bootstrap.buttons.BsButtonGroup
- Section
- Usage: - Search tag in class com.oorian.bootstrap.buttons.BsCloseButton
- Section
- Usage: - Search tag in class com.oorian.bootstrap.cards.BsCard
- Section
- Usage: - Search tag in class com.oorian.bootstrap.display.BsListGroup
- Section
- Usage: - Search tag in class com.oorian.bootstrap.display.BsPlaceholder
- Section
- Usage: - Search tag in class com.oorian.bootstrap.display.BsSpinner
- Section
- Usage: - Search tag in class com.oorian.bootstrap.display.BsTable
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsCheckbox
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsFormGroup
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsFormLabel
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsInput
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsRadio
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsSelect
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsSwitch
- Section
- Usage: - Search tag in class com.oorian.bootstrap.forms.BsTextarea
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsAccordion
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsCarousel
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsCollapse
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsDropdown
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsModal
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsOffcanvas
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsPopover
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsToast
- Section
- Usage: - Search tag in class com.oorian.bootstrap.interactive.BsTooltip
- Section
- Usage: - Search tag in class com.oorian.bootstrap.layout.BsCol
- Section
- Usage: - Search tag in class com.oorian.bootstrap.layout.BsContainer
- Section
- Usage: - Search tag in class com.oorian.bootstrap.layout.BsRow
- Section
- Usage: - Search tag in class com.oorian.bootstrap.navigation.BsBreadcrumb
- Section
- Usage: - Search tag in class com.oorian.bootstrap.navigation.BsNav
- Section
- Usage: - Search tag in class com.oorian.bootstrap.navigation.BsNavItem
- Section
- Usage: - Search tag in class com.oorian.bootstrap.navigation.BsNavbar
- Section
- Usage: - Search tag in class com.oorian.bootstrap.navigation.BsPagination
- Section
- Usage: - Search tag in class com.oorian.bootstrap.navigation.BsTabs
- Section
- Usage: - Search tag in class com.oorian.bootstrap.progress.BsProgress
- Section
V
- VALID - Enum constant in enum class com.oorian.bootstrap.enums.ValidationState
- ValidationState - Enum Class in com.oorian.bootstrap.enums
-
Bootstrap form validation states.
- valueOf(String) - Static method in enum class com.oorian.bootstrap.enums.Breakpoint
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oorian.bootstrap.enums.Direction
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oorian.bootstrap.enums.InputType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oorian.bootstrap.enums.Position
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oorian.bootstrap.enums.Size
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oorian.bootstrap.enums.ValidationState
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.oorian.bootstrap.enums.Variant
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.oorian.bootstrap.enums.Breakpoint
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oorian.bootstrap.enums.Direction
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oorian.bootstrap.enums.InputType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oorian.bootstrap.enums.Position
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oorian.bootstrap.enums.Size
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oorian.bootstrap.enums.ValidationState
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.oorian.bootstrap.enums.Variant
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Variant - Enum Class in com.oorian.bootstrap.enums
-
Bootstrap color variants used for buttons, alerts, badges, and other components.
- VERTICAL - Enum constant in enum class com.oorian.bootstrap.enums.Direction
W
- WARNING - Enum constant in enum class com.oorian.bootstrap.enums.Variant
- WEEK - Enum constant in enum class com.oorian.bootstrap.enums.InputType
X
- XL - Enum constant in enum class com.oorian.bootstrap.enums.Breakpoint
- XL - Enum constant in enum class com.oorian.bootstrap.enums.Size
- XS - Enum constant in enum class com.oorian.bootstrap.enums.Breakpoint
- XXL - Enum constant in enum class com.oorian.bootstrap.enums.Breakpoint
All Classes and Interfaces|All Packages|Constant Field Values