Uses of Enum Class
org.teamapps.dto.UiTextAlignment
-
Uses of UiTextAlignment in org.teamapps.dto
Fields in org.teamapps.dto declared as UiTextAlignmentModifier and TypeFieldDescriptionprotected UiTextAlignmentUiTableColumn.headerAlignmentprotected UiTextAlignmentUiTextElement.textAlignmentMethods in org.teamapps.dto that return UiTextAlignmentModifier and TypeMethodDescriptionUiTableColumn.getHeaderAlignment()UiTextElement.getTextAlignment()static UiTextAlignmentReturns the enum constant of this class with the specified name.static UiTextAlignment[]UiTextAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.teamapps.dto with parameters of type UiTextAlignmentModifier and TypeMethodDescriptionUiTableColumn.setHeaderAlignment(UiTextAlignment headerAlignment) UiBadgeElement.setTextAlignment(UiTextAlignment textAlignment) UiTextElement.setTextAlignment(UiTextAlignment textAlignment)