Uses of Class
com.jbstrap.ui.bootstrap.DisplayType
-
Uses of DisplayType in com.jbstrap.ui
Modifier and TypeMethodDescriptionComponent.setDisplayType
(DisplayType... displayType) Set how the component is displayed -
Uses of DisplayType in com.jbstrap.ui.bootstrap
Modifier and TypeMethodDescriptionstatic DisplayType
DisplayType.BLOCK()
Displays the component as a block component for all screen sizes.static DisplayType
DisplayType.BLOCK
(ScreenSize screenSize) Displays the component as a block component for the specified and bigger screen sizes.static DisplayType
DisplayType.FLEX()
Flexible component display setting for all screen sizes.static DisplayType
DisplayType.FLEX
(ScreenSize screenSize) Flexible display of the component for the specified and bigger screen sizes.static DisplayType
DisplayType.INLINE()
In-line display setting of the component for all screen sizes.static DisplayType
DisplayType.INLINE
(ScreenSize screenSize) In-line display setting for the specified and bigger screen sizes.static DisplayType
DisplayType.INLINE_BLOCK()
Displays the component in a row in case of a block component for all screen sizes.static DisplayType
DisplayType.INLINE_BLOCK
(ScreenSize screenSize) In-line display of the component as a block component for the specified and bigger screen sizes.static DisplayType
DisplayType.INLINE_FLEX()
Flexible in-line display setting of the component for all screen sizes.static DisplayType
DisplayType.INLINE_FLEX
(ScreenSize screenSize) Flexible in-line display of the component for the specified and bigger screen sizes.static DisplayType
DisplayType.NONE()
Hides the component for all screen sizes.static DisplayType
DisplayType.NONE
(ScreenSize screenSize) Hides the component in case of the specified and bigger screen sizes.static DisplayType
DisplayType.PRINT_BLOCK()
Displays the component as a block for printing.static DisplayType
DisplayType.PRINT_FLEX()
Flexible display of the component for printing.static DisplayType
DisplayType.PRINT_INLINE()
In-line display of the component for printing.static DisplayType
DisplayType.PRINT_INLINE_BLOCK()
In-line display of the component as a block for printing.static DisplayType
DisplayType.PRINT_INLINE_FLEX()
Flexible in-line display of the component for printing.static DisplayType
DisplayType.PRINT_NONE()
Hides the component for printing.static DisplayType
DisplayType.PRINT_TABLE()
Displays the component as a table for printing.static DisplayType
DisplayType.PRINT_TABLE_CELL()
Displays the component as a table cell for printing.static DisplayType
DisplayType.PRINT_TABLE_ROW()
Displays the component as a table row for printing.static DisplayType
DisplayType.TABLE()
Display the component as a table for all screen sizes.static DisplayType
DisplayType.TABLE
(ScreenSize screenSize) Displays the component as a table for the specified and bigger screen sizes.static DisplayType
DisplayType.TABLE_CELL()
Display the component as a table cell for all screen sizes.static DisplayType
DisplayType.TABLE_CELL
(ScreenSize screenSize) Displays the component as a table cell for the specified and bigger screen sizes.static DisplayType
DisplayType.TABLE_ROW()
Displays the component as a table row for all screen sizes.static DisplayType
DisplayType.TABLE_ROW
(ScreenSize screenSize) Displays the component as a table row for the specified and bigger screen sizes.