Interface StudioPropertyGroups.FlexLayoutComponent

All Superinterfaces:
StudioPropertyGroups.AlignItems, StudioPropertyGroups.AlignSelf, StudioPropertyGroups.AutoWidthLayoutDefaultProperties, StudioPropertyGroups.BaseComponent, StudioPropertyGroups.BaseComponentWithClassNames, StudioPropertyGroups.ClassNames, StudioPropertyGroups.ClickableAutoWidthLayoutDefaultProperties, StudioPropertyGroups.ClickShortcut, StudioPropertyGroups.Colspan, StudioPropertyGroups.Css, StudioPropertyGroups.Enabled, StudioPropertyGroups.Expand, StudioPropertyGroups.FlexLayoutDefaultProperties, StudioPropertyGroups.Height, StudioPropertyGroups.Id, StudioPropertyGroups.IdAndVisible, StudioPropertyGroups.JustifyContent, StudioPropertyGroups.JustifySelf, StudioPropertyGroups.MaxHeight, StudioPropertyGroups.MaxWidth, StudioPropertyGroups.MinHeight, StudioPropertyGroups.MinWidth, StudioPropertyGroups.Visible, StudioPropertyGroups.WidthWithDefaultValueAuto
Enclosing class:
StudioPropertyGroups

@StudioProperty(xmlAttribute="contentAlignment",type=ENUMERATION,classFqn="com.vaadin.flow.component.orderedlayout.FlexLayout$ContentAlignment",defaultValue="START",options={"START","END","CENTER","STRETCH","SPACE_BETWEEN","SPACE_AROUND"},setMethod="setAlignContent",setParameterFqn="com.vaadin.flow.component.orderedlayout.FlexLayout$ContentAlignment") @StudioProperty(xmlAttribute="flexDirection",type=ENUMERATION,classFqn="com.vaadin.flow.component.orderedlayout.FlexLayout$FlexDirection",defaultValue="ROW",options={"ROW","ROW_REVERSE","COLUMN","COLUMN_REVERSE"}) @StudioProperty(xmlAttribute="flexWrap",type=ENUMERATION,classFqn="com.vaadin.flow.component.orderedlayout.FlexLayout$FlexWrap",defaultValue="NOWRAP",options={"NOWRAP","WRAP","WRAP_REVERSE"}) public static interface StudioPropertyGroups.FlexLayoutComponent extends StudioPropertyGroups.FlexLayoutDefaultProperties