Uses of Class
com.jbstrap.ui.bootstrap.ColumnOrder

Packages that use ColumnOrder
  • Uses of ColumnOrder in com.jbstrap.ui.bootstrap

    Methods in com.jbstrap.ui.bootstrap that return ColumnOrder
    Modifier and Type
    Method
    Description
    ColumnOrder.EIGHT()
    The column is displayed as the eighth item for all screen sizes.
    ColumnOrder.EIGHT(ScreenSize screenSize)
    The column appears as the eighth column for the specified or bigger screen sizes.
    ColumnOrder.ELEVEN()
    The column is displayed as the eleventh item for all screen sizes.
    ColumnOrder.ELEVEN(ScreenSize screenSize)
    The column appears as the eleventh column for the specified or bigger screen sizes.
    ColumnOrder.FIRST()
    The column is displayed as the first item for all screen sizes.
    ColumnOrder.FIRST(ScreenSize screenSize)
    The column appears as the first column for the specified or bigger screen sizes.
    ColumnOrder.FIVE()
    The column is displayed as the fifth item for all screen sizes.
    ColumnOrder.FIVE(ScreenSize screenSize)
    The column appears as the fifth column for the specified or bigger screen sizes.
    ColumnOrder.FOUR()
    The column is displayed as the fourth item for all screen sizes.
    ColumnOrder.FOUR(ScreenSize screenSize)
    The column appears as the fourth column for the specified or bigger screen sizes.
    ColumnOrder.LAST()
    The column is displayed as the last item for all screen sizes.
    ColumnOrder.LAST(ScreenSize screenSize)
    The column appears as the last column for the specified or bigger screen sizes.
    ColumnOrder.NINE()
    The column is displayed as the ninth item for all screen sizes.
    ColumnOrder.NINE(ScreenSize screenSize)
    The column appears as the ninth column for the specified or bigger screen sizes.
    ColumnOrder.ONE()
    The column is displayed as the first item for all screen sizes.
    ColumnOrder.ONE(ScreenSize screenSize)
    The column appears as the first column for the specified or bigger screen sizes.
    ColumnOrder.SEVEN()
    The column is displayed as the seventh item for all screen sizes.
    ColumnOrder.SEVEN(ScreenSize screenSize)
    The column appears as the seventh column for the specified or bigger screen sizes.
    ColumnOrder.SIX()
    The column is displayed as the sixth item for all screen sizes.
    ColumnOrder.SIX(ScreenSize screenSize)
    The column appears as the sixth column for the specified or bigger screen sizes.
    ColumnOrder.TEN()
    The column is displayed as the tenth item for all screen sizes.
    ColumnOrder.TEN(ScreenSize screenSize)
    The column appears as the tenth column for the specified or bigger screen sizes.
    ColumnOrder.THREE()
    The column is displayed as the third item for all screen sizes.
    ColumnOrder.THREE(ScreenSize screenSize)
    The column appears as the third column for the specified or bigger screen sizes.
    ColumnOrder.TWELVE()
    The column is displayed as the twelfth item for all screen sizes.
    ColumnOrder.TWELVE(ScreenSize screenSize)
    The column appears as the twelfth column for the specified or bigger screen sizes.
    ColumnOrder.TWO()
    The column is displayed as the second item for all screen sizes.
    ColumnOrder.TWO(ScreenSize screenSize)
    The column appears as the second column for the specified or bigger screen sizes.
  • Uses of ColumnOrder in com.jbstrap.ui.components.layout

    Methods in com.jbstrap.ui.components.layout with parameters of type ColumnOrder
    Modifier and Type
    Method
    Description
    Column.setOrder(ColumnOrder... orders)
    Sets the order the columns are displayed in.