Uses of Class
com.jbstrap.ui.bootstrap.FloatingType
-
Uses of FloatingType in com.jbstrap.ui
Modifier and TypeMethodDescriptionComponent.setFloating
(FloatingType... floating) Component float settings. -
Uses of FloatingType in com.jbstrap.ui.bootstrap
Modifier and TypeMethodDescriptionstatic FloatingType
FloatingType.FLOAT_LEFT()
Aligns the component to the left for all screen sizes.static FloatingType
FloatingType.FLOAT_LEFT
(ScreenSize screenSize) Aligns the component to the left for the specified or bigger screen sizes.static FloatingType
FloatingType.FLOAT_NONE()
Disables component flolating for all screen sizes.static FloatingType
FloatingType.FLOAT_NONE
(ScreenSize screenSize) Disables component floating for the specified and bigger screen sizes.static FloatingType
FloatingType.FLOAT_RIGHT()
Aligns the component to the right for all screen sizes.static FloatingType
FloatingType.FLOAT_RIGHT
(ScreenSize screenSize) Aligns the component to the right for the specified or bigger screen sizes.