Uses of Class
org.teamapps.dto.UiTextAlignment
-
-
Uses of UiTextAlignment in org.teamapps.dto
Fields in org.teamapps.dto declared as UiTextAlignment Modifier and Type Field Description protected UiTextAlignmentUiTextElement. textAlignmentMethods in org.teamapps.dto that return UiTextAlignment Modifier and Type Method Description UiTextAlignmentUiTextElement. getTextAlignment()static UiTextAlignmentUiTextAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static UiTextAlignment[]UiTextAlignment. 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 UiTextAlignment Modifier and Type Method Description UiBadgeElementUiBadgeElement. setTextAlignment(UiTextAlignment textAlignment)UiTextElementUiTextElement. setTextAlignment(UiTextAlignment textAlignment)
-