Uses of Class
org.linkki.core.ui.aspects.types.TextAlignment
-
Packages that use TextAlignment Package Description org.linkki.core.ui.aspects.types org.linkki.core.ui.element.annotation Annotations for the creation and binding of UI elements.org.linkki.core.ui.table.aspects Table aspects.org.linkki.core.ui.table.column.annotation Annotation to mark table columns. -
-
Uses of TextAlignment in org.linkki.core.ui.aspects.types
Methods in org.linkki.core.ui.aspects.types that return TextAlignment Modifier and Type Method Description static TextAlignmentTextAlignment. valueOf(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.linkki.core.ui.element.annotation
Methods in org.linkki.core.ui.element.annotation that return TextAlignment Modifier and Type Method Description TextAlignmenttextAlign()The alignment of the text. -
Uses of TextAlignment in org.linkki.core.ui.table.aspects
Constructors in org.linkki.core.ui.table.aspects with parameters of type TextAlignment Constructor Description ColumnTextAlignAspectDefinition(TextAlignment textAlignment) -
Uses of TextAlignment in org.linkki.core.ui.table.column.annotation
Methods in org.linkki.core.ui.table.column.annotation that return TextAlignment Modifier and Type Method Description TextAlignmenttextAlign()Configures the alignment of text inside the table column, as well as the header and footer.
-