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

Packages that use Flex
Package
Description
 
 
  • Uses of Flex in com.jbstrap.ui

    Methods in com.jbstrap.ui with parameters of type Flex
    Modifier and Type
    Method
    Description
    Component.setFlex(Flex... flex)
    Flexible component display setting for all screen sizes.
  • Uses of Flex in com.jbstrap.ui.bootstrap

    Methods in com.jbstrap.ui.bootstrap that return Flex
    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 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
    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
    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 bottom 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 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 flex container than would fit in a row, you can use this setting to arrange the individual items vertically within a 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 all screen sizes in the flex container.
    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
    Vertical alignment of items to the center of a row container and to the front part of a column container for all 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
    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 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
    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 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 all screen sizes 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
    Vertical alignment of an item to the baseline of the column.
    static Flex
    Vertical alignment of an item to the center of the column.
    static Flex
    Flex.ALIGN_SELF_CENTER(ScreenSize screenSize)
    Vertical alignment of an item to the center of the column.
    static Flex
    Vertical alignment of an item to the bottom of the column.
    static Flex
    Flex.ALIGN_SELF_END(ScreenSize screenSize)
    Vertical alignment of an item to the bottom of the column.
    static Flex
    Vertical alignment of an item to the top of the column.
    static Flex
    Flex.ALIGN_SELF_START(ScreenSize screenSize)
    Vertical alignment of an item to the top of the column.
    static Flex
    Extends the vertical size of an item according to the column size.
    static Flex
    Flex.ALIGN_SELF_STRETCH(ScreenSize screenSize)
    Extends the vertical size of an item according to the column size.
    static Flex
    Flex.FILL()
    Sets an item to fill the available space in the flexible container for all 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.
    static Flex
    In the flex container, items are arranged into a column below one another for all screen sizes, in the order the items were created.
    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 all screen sizes, in the reverse 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()
    In a flex container, the items are arranged in a row for all screen sizes, in the same 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
    In the flex container, the items are arranged in a row for all screen sizes, in the reverse 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.
    static Flex
    Flex.GROW()
    Dynamically resizes an item to fill all available space while leaving all other items required for each screen size.
    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.
    static Flex
    In the flex container, the items for all screen sizes are at an equal distance from each other, but the space before and after the first and the last item is half the distance as between the items.
    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 all 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 all 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 all 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 all screen sizes.
    static Flex
    In the flex container, the items are aligned to the front for the specified and bigger screen sizes.
    static Flex
    Flex.NOWRAP()
    Items in the flex container will not be wrapped at the end of the line if they do not fit in the container, but will overlap for all 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.
    static Flex
    Flex.SHRINK()
    Enable forcing an item to shrink to leave more space for other elements in the flexible container.
    static Flex
    Flex.SHRINK(ScreenSize screenSize)
    Enable forcing an item to shrink to leave more space for other elements in the flexible container.
    static Flex
    Flex.WRAP()
    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(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
    The flex container is populated starting from the bottom.
    static Flex
    Flex.WRAP_REVERSE(ScreenSize screenSize)
    The flex container is populated starting from the bottom.