Uses of Enum Class
com.jbstrap.ui.bootstrap.ScreenSize

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

    Methods in com.jbstrap.ui.bootstrap that return ScreenSize
    Modifier and Type
    Method
    Description
    static ScreenSize
    ScreenSize.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static ScreenSize[]
    ScreenSize.values()
    Returns an array containing the constants of this enum class, in the order they are declared.
    Methods in com.jbstrap.ui.bootstrap with parameters of type ScreenSize
    Modifier and Type
    Method
    Description
    static Flex
    If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that there is a space between each row and before and after the first and last rows.
    static Flex
    If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the center of each row.
    static Flex
    Flex.ALIGN_CONTENT_END(ScreenSize screenSize)
    If you display more items in a flex container than would fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the bottom of each row.
    static Flex
    If you display more items in a flexible container than will fit in a row, you can use this setting to arrange the individual items within the rows vertically so that they align with the top of each row.
    static Flex
    If you display more items in a flexible container than would fit in a row, you can use this setting to arrange the individual items vertically within a row.
    static Flex
    Vertical alignment of items to the baseline of a row container and to the front in a column container for the specified and bigger screen sizes in the flex container.
    static Flex
    Flex.ALIGN_ITEMS_CENTER(ScreenSize screenSize)
    Vertical alignment of items to the center of a row container and to the front part of a column container for all screen sizes for the specified and bigger screen sizes in the flex container.
    static Flex
    Flex.ALIGN_ITEMS_END(ScreenSize screenSize)
    Vertical alignment of items to the lower part of a row container and to the front part of a column container for all screen sizes bigger than the specified one in the flex container.
    static Flex
    Flex.ALIGN_ITEMS_START(ScreenSize screenSize)
    Vertical alignment of items to the upper part of a row container and to the front part of a column container for all screen sizes bigger than the specified one in the flex container.
    static Flex
    Extends the vertical size of the item to full size for the specified and bigger screen sizes in the flex container.
    static Flex
    Vertical alignment of an item to the baseline of the column.
    static Flex
    Flex.ALIGN_SELF_CENTER(ScreenSize screenSize)
    Vertical alignment of an item to the center of the column.
    static Flex
    Flex.ALIGN_SELF_END(ScreenSize screenSize)
    Vertical alignment of an item to the bottom of the column.
    static Flex
    Flex.ALIGN_SELF_START(ScreenSize screenSize)
    Vertical alignment of an item to the top of the column.
    static Flex
    Flex.ALIGN_SELF_STRETCH(ScreenSize screenSize)
    Extends the vertical size of an item according to the column size.
    void
    DropDownAlignament.apply(Component<?> component, ScreenSize screenSize)
     
    static ColumnSize
    ColumnSize.AUTO(ScreenSize screenSize)
    Column width is automatically calculated for the specified and all screen sizes so that all columns in a row would be of uniform size.
    DisplayType.BLOCK(ScreenSize screenSize)
    Displays the component as a block component for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.CONTENT_WIDTH(ScreenSize screenSize)
    Column width fits the column’s content for the specified and bigger screen sizes.
    ColumnOrder.EIGHT(ScreenSize screenSize)
    The column appears as the eighth column for the specified or bigger screen sizes.
    ColumnOffset.EIGHT_TWELFTH(ScreenSize screenSize)
    Column offset is 8/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.EIGHT_TWELFTH(ScreenSize screenSize)
    Column width is 8/12 for the specified and bigger screen sizes.
    ColumnOrder.ELEVEN(ScreenSize screenSize)
    The column appears as the eleventh column for the specified or bigger screen sizes.
    ColumnOffset.ELEVEN_TWELFTH(ScreenSize screenSize)
    Column offset is 11/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.ELEVEN_TWELFTH(ScreenSize screenSize)
    Column width is 11/12 for the specified and bigger screen sizes.
    static Flex
    Flex.FILL(ScreenSize screenSize)
    Sets an item to fill the available space in the flexible container for the specified and bigger screen sizes.
    ColumnOrder.FIRST(ScreenSize screenSize)
    The column appears as the first column for the specified or bigger screen sizes.
    ColumnOrder.FIVE(ScreenSize screenSize)
    The column appears as the fifth column for the specified or bigger screen sizes.
    ColumnOffset.FIVE_TWELFTH(ScreenSize screenSize)
    Column offset is 5/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.FIVE_TWELFTH(ScreenSize screenSize)
    Column width is 5/12 for the specified and bigger screen sizes.
    DisplayType.FLEX(ScreenSize screenSize)
    Flexible display of the component for the specified and bigger screen sizes.
    static Flex
    Flex.FLEX_COLUMN(ScreenSize screenSize)
    In the flex container, the items are arranged in a column for the specified and bigger screen sizes, in the same order the items were created.
    static Flex
    In the flex container, the items are arranged in a column for the specified and bigger screen sizes, in the reverse order the items were created.
    static Flex
    Flex.FLEX_ROW(ScreenSize screenSize)
    In the flex container, the items are arranged in a row for the specified and bigger screen sizes, in the same order the items were created.
    static Flex
    Flex.FLEX_ROW_REVERSE(ScreenSize screenSize)
    In the flex container, the items are arranged in a row for the specified and bigger screen sizes, in the reverse order the items were created.
    FloatingType.FLOAT_LEFT(ScreenSize screenSize)
    Aligns the component to the left for the specified or bigger screen sizes.
    FloatingType.FLOAT_NONE(ScreenSize screenSize)
    Disables component floating for the specified and bigger screen sizes.
    FloatingType.FLOAT_RIGHT(ScreenSize screenSize)
    Aligns the component to the right for the specified or bigger screen sizes.
    ColumnOrder.FOUR(ScreenSize screenSize)
    The column appears as the fourth column for the specified or bigger screen sizes.
    ColumnOffset.FOUR_TWELFTH(ScreenSize screenSize)
    Column offset is 4/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.FOUR_TWELFTH(ScreenSize screenSize)
    Column width is 4/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.FULL_WIDTH(ScreenSize screenSize)
    Column width is full width for the specified and bigger screen sizes.
    DropDownAlignament.getStyleClassName(ScreenSize screenSize)
     
    static Flex
    Flex.GROW(ScreenSize screenSize)
    Dynamically resizes an item to fill all available space while leaving all other items required for the specified and bigger screen sizes.
    DisplayType.INLINE(ScreenSize screenSize)
    In-line display setting for the specified and bigger screen sizes.
    DisplayType.INLINE_BLOCK(ScreenSize screenSize)
    In-line display of the component as a block component for the specified and bigger screen sizes.
    DisplayType.INLINE_FLEX(ScreenSize screenSize)
    Flexible in-line display of the component for the specified and bigger screen sizes.
    static Flex
    In the flex container, the items are at an equal distance from each other for the specified and bigger screen sizes.
    static Flex
    In the flex container, the items are at an equal distance from each other for the specified and bigger screen sizes.
    static Flex
    In the flex container, the items are aligned to the center for the specified or bigger screen sizes.
    static Flex
    In the flex container, the items are aligned to the back for the specified and bigger screen sizes.
    static Flex
    In the flex container, the items are aligned to the front for the specified and bigger screen sizes.
    ColumnOrder.LAST(ScreenSize screenSize)
    The column appears as the last column for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_0(ScreenSize screenSize)
    No margin is set on one side of the component in case of the specified screen size or a bigger screen size.
    static Margin
    Margin.MARGIN_1(ScreenSize screenSize)
    On all sides of the component, a 1 unit thick margin is set in case of the specified or bigger screen size.
    static Margin
    Margin.MARGIN_2(ScreenSize screenSize)
    On all sides of the component, a 2 units thick margin is set in case of the specified or bigger screen size.
    static Margin
    Margin.MARGIN_3(ScreenSize screenSize)
    On all sides of the component, a 3 units thick margin is set in case of the specified or bigger screen size.
    static Margin
    Margin.MARGIN_4(ScreenSize screenSize)
    On all sides of the component, a 4 units thick margin is set in case of the specified or bigger screen size.
    static Margin
    Margin.MARGIN_5(ScreenSize screenSize)
    On all sides of the component, a 5 units thick margin is set in case of the specified or bigger screen size.
    static Margin
    Margin.MARGIN_BOTTOM_0(ScreenSize screenSize)
    On the lower side of the component, no margin is set for the specified screen size.
    static Margin
    Margin.MARGIN_BOTTOM_1(ScreenSize screenSize)
    On the lower side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_BOTTOM_2(ScreenSize screenSize)
    On the lower side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_BOTTOM_3(ScreenSize screenSize)
    On the lower side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_BOTTOM_4(ScreenSize screenSize)
    On the lower side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_BOTTOM_5(ScreenSize screenSize)
    On the lower side of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_BOTTOM_AUTO(ScreenSize screenSize)
    For all screen sizes, automatic margin is set on the bottom of the component.
    static Margin
    Margin.MARGIN_HORIZONTAL_0(ScreenSize screenSize)
    On the right and left sides of the component, no margin is set for the specified screen size.
    static Margin
    Margin.MARGIN_HORIZONTAL_1(ScreenSize screenSize)
    On the right and left sides of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_HORIZONTAL_2(ScreenSize screenSize)
    On the right and left sides of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_HORIZONTAL_3(ScreenSize screenSize)
    On the right and left sides of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_HORIZONTAL_4(ScreenSize screenSize)
    On the right and left sides of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_HORIZONTAL_5(ScreenSize screenSize)
    On the right and left sides of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    For all screen sizes, automatic margin is set on the right side of the component.
    static Margin
    Margin.MARGIN_LEFT_0(ScreenSize screenSize)
    On the left side of the component, no margin is set for the specified screen size.
    static Margin
    Margin.MARGIN_LEFT_1(ScreenSize screenSize)
    On the left side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_LEFT_2(ScreenSize screenSize)
    On the left side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_LEFT_3(ScreenSize screenSize)
    On the left side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_LEFT_4(ScreenSize screenSize)
    On the left side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_LEFT_5(ScreenSize screenSize)
    On the left side of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_LEFT_AUTO(ScreenSize screenSize)
    For all screen sizes, automatic margin is set on the left side of the component.
    static Margin
    Margin.MARGIN_RIGHT_0(ScreenSize screenSize)
    On the right side of the component, no margin is set for the specified screen size.
    static Margin
    Margin.MARGIN_RIGHT_1(ScreenSize screenSize)
    On the right side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_RIGHT_2(ScreenSize screenSize)
    On the right side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_RIGHT_3(ScreenSize screenSize)
    On the right side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_RIGHT_4(ScreenSize screenSize)
    On the right side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_RIGHT_5(ScreenSize screenSize)
    On the right side of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_RIGHT_AUTO(ScreenSize screenSize)
    For all screen sizes, automatic margin is set on the right side of the component.
    static Margin
    Margin.MARGIN_TOP_0(ScreenSize screenSize)
    For the specified screen size, there is no margin set for the upper side of the component.
    static Margin
    Margin.MARGIN_TOP_1(ScreenSize screenSize)
    On the upper side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_TOP_2(ScreenSize screenSize)
    On the upper side of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_TOP_3(ScreenSize screenSize)
    On the upper side of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_TOP_4(ScreenSize screenSize)
    On the upper side of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_TOP_5(ScreenSize screenSize)
    On the upper side of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_TOP_AUTO(ScreenSize screenSize)
    For all screen sizes, automatic margin is set on the top of the component.
    static Margin
    Margin.MARGIN_VERTICAL_0(ScreenSize screenSize)
    On the lower and upper sidess of the component, no margin is set for the specified screen size.
    static Margin
    Margin.MARGIN_VERTICAL_1(ScreenSize screenSize)
    On the lower and upper sides of the component, a 1 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_VERTICAL_2(ScreenSize screenSize)
    On the lower and upper sides of the component, a 2 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_VERTICAL_3(ScreenSize screenSize)
    On the lower and upper sides of the component, a 3 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_VERTICAL_4(ScreenSize screenSize)
    On the lower and upper sides of the component, a 4 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_VERTICAL_5(ScreenSize screenSize)
    On the lower and upper sides of the component, a 5 unit thick margin is set for the specified or bigger screen sizes.
    static Margin
    Margin.MARGIN_VERTICAL_AUTO(ScreenSize screenSize)
    For all screen sizes, automatic margin is set on the top and bottom sides of the component.
    ColumnOrder.NINE(ScreenSize screenSize)
    The column appears as the ninth column for the specified or bigger screen sizes.
    ColumnOffset.NINE_TWELFTH(ScreenSize screenSize)
    Column offset is 9/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.NINE_TWELFTH(ScreenSize screenSize)
    Column width is 9/12 for the specified and bigger screen sizes.
    ColumnOffset.NONE(ScreenSize screenSize)
    The column has no offset on any screen.
    DisplayType.NONE(ScreenSize screenSize)
    Hides the component in case of the specified and bigger screen sizes.
    static Flex
    Flex.NOWRAP(ScreenSize screenSize)
    The items in the flexible container are not be wrapped at the end of the line if they do not fit in the container, but will overlap in case of the specified and bigger screen sizes.
    ColumnOrder.ONE(ScreenSize screenSize)
    The column appears as the first column for the specified or bigger screen sizes.
    ColumnOffset.ONE_TWELFTH(ScreenSize screenSize)
    Column offset is 1/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.ONE_TWELFTH(ScreenSize screenSize)
    Column width is 1/12 for the specified and bigger screen sizes.
    static Padding
    Padding.PADDING_0(ScreenSize screenSize)
    No padding is set on one side of the component in case of the specified screen size or a bigger screen size.
    static Padding
    Padding.PADDING_1(ScreenSize screenSize)
    On all sides of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_2(ScreenSize screenSize)
    On all sides of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_3(ScreenSize screenSize)
    On all sides of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_4(ScreenSize screenSize)
    On all sides of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_5(ScreenSize screenSize)
    On all sides of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_BOTTOM_0(ScreenSize screenSize)
    For the specified screen size, there is no padding set for the lower side of the component.
    static Padding
    Padding.PADDING_BOTTOM_1(ScreenSize screenSize)
    On the lower side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_BOTTOM_2(ScreenSize screenSize)
    On the lower side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_BOTTOM_3(ScreenSize screenSize)
    On the lower side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_BOTTOM_4(ScreenSize screenSize)
    On the lower side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_BOTTOM_5(ScreenSize screenSize)
    On the lower side of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_HORIZONTAL_0(ScreenSize screenSize)
    On the right and left sides of the component, no padding is set for the specified screen size.
    static Padding
    Padding.PADDING_HORIZONTAL_1(ScreenSize screenSize)
    On the right and left sides of the component, a 1 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_HORIZONTAL_2(ScreenSize screenSize)
    On the right and left sides of the component, a 2 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_HORIZONTAL_3(ScreenSize screenSize)
    On the right and left sides of the component, a 3 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_HORIZONTAL_4(ScreenSize screenSize)
    On the right and left sides of the component, a 4 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_HORIZONTAL_5(ScreenSize screenSize)
    On the right and left sides of the component, a 5 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_LEFT_0(ScreenSize screenSize)
    For the specified screen size, there is no padding set for the left side of the component.
    static Padding
    Padding.PADDING_LEFT_1(ScreenSize screenSize)
    On the left side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_LEFT_2(ScreenSize screenSize)
    On the left side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_LEFT_3(ScreenSize screenSize)
    On the left side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_LEFT_4(ScreenSize screenSize)
    On the left side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_LEFT_5(ScreenSize screenSize)
    On the left side of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_RIGHT_0(ScreenSize screenSize)
    For the specified screen size, there is no padding set for the right side of the component.
    static Padding
    Padding.PADDING_RIGHT_1(ScreenSize screenSize)
    On the right side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_RIGHT_2(ScreenSize screenSize)
    On the right side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_RIGHT_3(ScreenSize screenSize)
    On the right side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_RIGHT_4(ScreenSize screenSize)
    On the right side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_RIGHT_5(ScreenSize screenSize)
    On the right side of the component, a 5 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_TOP_0(ScreenSize screenSize)
    For the specified screen size, there is no padding set for the upper side of the component.
    static Padding
    Padding.PADDING_TOP_1(ScreenSize screenSize)
    On the upper side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_TOP_2(ScreenSize screenSize)
    On the upper side of the component, a 2 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_TOP_3(ScreenSize screenSize)
    On the upper side of the component, a 3 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_TOP_4(ScreenSize screenSize)
    On the upper side of the component, a 4 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_TOP_5(ScreenSize screenSize)
    On the upper side of the component, a 1 unit thick padding is set in case of the specified or bigger screen size.
    static Padding
    Padding.PADDING_VERTICAL_0(ScreenSize screenSize)
    On the lower and upper sides of the component, no padding is set for the specified screen size.
    static Padding
    Padding.PADDING_VERTICAL_1(ScreenSize screenSize)
    On the lower and upper sides of the component, a 1 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_VERTICAL_2(ScreenSize screenSize)
    On the lower and upper sides of the component, a 2 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_VERTICAL_3(ScreenSize screenSize)
    On the lower and upper sides of the component, a 3 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_VERTICAL_4(ScreenSize screenSize)
    On the lower and upper sides of the component, a 4 unit thick padding is set for the specified or bigger screen sizes.
    static Padding
    Padding.PADDING_VERTICAL_5(ScreenSize screenSize)
    On the lower and upper sides of the component, a 5 unit thick padding is set for the specified or bigger screen sizes.
    void
    DropDownAlignament.remove(Component<?> component, ScreenSize screenSize)
     
    ColumnOrder.SEVEN(ScreenSize screenSize)
    The column appears as the seventh column for the specified or bigger screen sizes.
    ColumnOffset.SEVEN_TWELFTH(ScreenSize screenSize)
    Column offset is 7/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.SEVEN_TWELFTH(ScreenSize screenSize)
    Column width is 7/12 for the specified and bigger screen sizes.
    static Flex
    Flex.SHRINK(ScreenSize screenSize)
    Enable forcing an item to shrink to leave more space for other elements in the flexible container.
    ColumnOrder.SIX(ScreenSize screenSize)
    The column appears as the sixth column for the specified or bigger screen sizes.
    ColumnOffset.SIX_TWELFTH(ScreenSize screenSize)
    Column offset is 6/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.SIX_TWELFTH(ScreenSize screenSize)
    Column width is 6/12 for the specified and bigger screen sizes.
    DisplayType.TABLE(ScreenSize screenSize)
    Displays the component as a table for the specified and bigger screen sizes.
    DisplayType.TABLE_CELL(ScreenSize screenSize)
    Displays the component as a table cell for the specified and bigger screen sizes.
    DisplayType.TABLE_ROW(ScreenSize screenSize)
    Displays the component as a table row for the specified and bigger screen sizes.
    ColumnOrder.TEN(ScreenSize screenSize)
    The column appears as the tenth column for the specified or bigger screen sizes.
    ColumnOffset.TEN_TWELFTH(ScreenSize screenSize)
    Column offset is 10/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.TEN_TWELFTH(ScreenSize screenSize)
    Column width is 10/12 for the specified and bigger screen sizes.
    ColumnOrder.THREE(ScreenSize screenSize)
    The column appears as the third column for the specified or bigger screen sizes.
    ColumnOffset.THREE_TWELFTH(ScreenSize screenSize)
    Column offset is 3/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.THREE_TWELFTH(ScreenSize screenSize)
    Column width is 3/12 for the specified and bigger screen sizes.
    ColumnOrder.TWELVE(ScreenSize screenSize)
    The column appears as the twelfth column for the specified or bigger screen sizes.
    ColumnOrder.TWO(ScreenSize screenSize)
    The column appears as the second column for the specified or bigger screen sizes.
    ColumnOffset.TWO_TWELFTH(ScreenSize screenSize)
    Column offset is 2/12 for the specified and bigger screen sizes.
    static ColumnSize
    ColumnSize.TWO_TWELFTH(ScreenSize screenSize)
    Column width is 2/12 for the specified and bigger screen sizes.
    static Flex
    Flex.WRAP(ScreenSize screenSize)
    The items in the flexible container are placed in a new row if they do not fit next to each other.
    static Flex
    Flex.WRAP_REVERSE(ScreenSize screenSize)
    The flex container is populated starting from the bottom.
  • Uses of ScreenSize in com.jbstrap.ui.components.form

    Fields in com.jbstrap.ui.components.form with type parameters of type ScreenSize
    Modifier and Type
    Field
    Description
    FormItem.labelSizes
     
    Methods in com.jbstrap.ui.components.form with parameters of type ScreenSize
    Modifier and Type
    Method
    Description
    FormItem.getLabelSize(ScreenSize screenSize)
     
    FormItem.setLabelSize(ScreenSize screenSize, int labelSize)