Uses of Class
org.teamapps.ux.component.format.TextAlignment
| Package | Description |
|---|---|
| org.teamapps.ux.component.format | |
| org.teamapps.ux.component.template.gridtemplate |
-
Uses of TextAlignment in org.teamapps.ux.component.format
Methods in org.teamapps.ux.component.format that return TextAlignment Modifier and Type Method Description static TextAlignmentTextAlignment. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextAlignment[]TextAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TextAlignment in org.teamapps.ux.component.template.gridtemplate
Fields in org.teamapps.ux.component.template.gridtemplate declared as TextAlignment Modifier and Type Field Description protected TextAlignmentTextElement. textAlignmentMethods in org.teamapps.ux.component.template.gridtemplate that return TextAlignment Modifier and Type Method Description TextAlignmentTextElement. getTextAlignment()Methods in org.teamapps.ux.component.template.gridtemplate with parameters of type TextAlignment Modifier and Type Method Description TextElementTextElement. setTextAlignment(TextAlignment textAlignment)