-
- All Implemented Interfaces:
-
java.lang.annotation.Annotation
@Retention(value = RetentionPolicy.SOURCE) public @interface FlexWrap
This attribute controls whether the flex container is single-line or multi-line, and the direction of the cross axis.
-
-
Field Summary
Fields Modifier and Type Field Description public final static int
NOWRAP
public final static int
WRAP
public final static int
WRAP_REVERSE
-