Uses of Class
org.teamapps.dto.UiCssJustifyContent
-
-
Uses of UiCssJustifyContent in org.teamapps.dto
Fields in org.teamapps.dto declared as UiCssJustifyContent Modifier and Type Field Description protected UiCssJustifyContentUiFlexContainer. justifyContentprotected UiCssJustifyContentUiFloatingElement. justifyContentMethods in org.teamapps.dto that return UiCssJustifyContent Modifier and Type Method Description UiCssJustifyContentUiFlexContainer. getJustifyContent()UiCssJustifyContentUiFloatingElement. getJustifyContent()static UiCssJustifyContentUiCssJustifyContent. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiCssJustifyContent[]UiCssJustifyContent. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiCssJustifyContent Modifier and Type Method Description UiFlexContainerUiFlexContainer. setJustifyContent(UiCssJustifyContent justifyContent)UiFloatingElementUiFloatingElement. setJustifyContent(UiCssJustifyContent justifyContent)
-