Package com.jbstrap.ui.bootstrap
Class ColumnOrder
java.lang.Object
com.jbstrap.ui.bootstrap.ColumnOrder
Supported column order settings.
- Since:
- 4.0
- Author:
- JBStrap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
static ColumnOrder
EIGHT()
The column is displayed as the eighth item for all screen sizes.static ColumnOrder
EIGHT
(ScreenSize screenSize) The column appears as the eighth column for the specified or bigger screen sizes.static ColumnOrder
ELEVEN()
The column is displayed as the eleventh item for all screen sizes.static ColumnOrder
ELEVEN
(ScreenSize screenSize) The column appears as the eleventh column for the specified or bigger screen sizes.static ColumnOrder
FIRST()
The column is displayed as the first item for all screen sizes.static ColumnOrder
FIRST
(ScreenSize screenSize) The column appears as the first column for the specified or bigger screen sizes.static ColumnOrder
FIVE()
The column is displayed as the fifth item for all screen sizes.static ColumnOrder
FIVE
(ScreenSize screenSize) The column appears as the fifth column for the specified or bigger screen sizes.static ColumnOrder
FOUR()
The column is displayed as the fourth item for all screen sizes.static ColumnOrder
FOUR
(ScreenSize screenSize) The column appears as the fourth column for the specified or bigger screen sizes.static ColumnOrder
LAST()
The column is displayed as the last item for all screen sizes.static ColumnOrder
LAST
(ScreenSize screenSize) The column appears as the last column for the specified or bigger screen sizes.static ColumnOrder
NINE()
The column is displayed as the ninth item for all screen sizes.static ColumnOrder
NINE
(ScreenSize screenSize) The column appears as the ninth column for the specified or bigger screen sizes.static ColumnOrder
ONE()
The column is displayed as the first item for all screen sizes.static ColumnOrder
ONE
(ScreenSize screenSize) The column appears as the first column for the specified or bigger screen sizes.void
static void
removeAllColumnOrderSettings
(Component<?> component) Removes all column order settings from the specified column.static ColumnOrder
SEVEN()
The column is displayed as the seventh item for all screen sizes.static ColumnOrder
SEVEN
(ScreenSize screenSize) The column appears as the seventh column for the specified or bigger screen sizes.static ColumnOrder
SIX()
The column is displayed as the sixth item for all screen sizes.static ColumnOrder
SIX
(ScreenSize screenSize) The column appears as the sixth column for the specified or bigger screen sizes.static ColumnOrder
TEN()
The column is displayed as the tenth item for all screen sizes.static ColumnOrder
TEN
(ScreenSize screenSize) The column appears as the tenth column for the specified or bigger screen sizes.static ColumnOrder
THREE()
The column is displayed as the third item for all screen sizes.static ColumnOrder
THREE
(ScreenSize screenSize) The column appears as the third column for the specified or bigger screen sizes.static ColumnOrder
TWELVE()
The column is displayed as the twelfth item for all screen sizes.static ColumnOrder
TWELVE
(ScreenSize screenSize) The column appears as the twelfth column for the specified or bigger screen sizes.static ColumnOrder
TWO()
The column is displayed as the second item for all screen sizes.static ColumnOrder
TWO
(ScreenSize screenSize) The column appears as the second column for the specified or bigger screen sizes.
-
Method Details
-
FIRST
The column is displayed as the first item for all screen sizes.- Returns:
- Column order
-
FIRST
The column appears as the first column for the specified or bigger screen sizes.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
ONE
The column is displayed as the first item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
ONE
The column appears as the first column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
TWO
The column is displayed as the second item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
TWO
The column appears as the second column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
THREE
The column is displayed as the third item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
THREE
The column appears as the third column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
FOUR
The column is displayed as the fourth item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
FOUR
The column appears as the fourth column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
FIVE
The column is displayed as the fifth item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
FIVE
The column appears as the fifth column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
SIX
The column is displayed as the sixth item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
SIX
The column appears as the sixth column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
SEVEN
The column is displayed as the seventh item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
SEVEN
The column appears as the seventh column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
EIGHT
The column is displayed as the eighth item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
EIGHT
The column appears as the eighth column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
NINE
The column is displayed as the ninth item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
NINE
The column appears as the ninth column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
TEN
The column is displayed as the tenth item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
TEN
The column appears as the tenth column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
ELEVEN
The column is displayed as the eleventh item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
ELEVEN
The column appears as the eleventh column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
TWELVE
The column is displayed as the twelfth item for all screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Returns:
- Column order
-
TWELVE
The column appears as the twelfth column for the specified or bigger screen sizes. If more than one column has the same column order, all column set as first are displayed in the order they were added to the parent component.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
LAST
The column is displayed as the last item for all screen sizes.- Returns:
- Column order
-
LAST
The column appears as the last column for the specified or bigger screen sizes.- Parameters:
screenSize
- Screen size Available screen sizes are listed in theScreenSize
enum.- Returns:
- Column order
-
apply
- Parameters:
component
- The component
-
Remove
- Parameters:
component
- The component
-
removeAllColumnOrderSettings
Removes all column order settings from the specified column.- Parameters:
component
- Column instance
-