Uses of Class
de.knightsoftnet.validators.client.editor.ValueBoxBase.TextAlignment
-
Packages that use ValueBoxBase.TextAlignment Package Description de.knightsoftnet.validators.client.editor this package contains client side editor components. -
-
Uses of ValueBoxBase.TextAlignment in de.knightsoftnet.validators.client.editor
Methods in de.knightsoftnet.validators.client.editor that return ValueBoxBase.TextAlignment Modifier and Type Method Description static ValueBoxBase.TextAlignmentValueBoxBase.TextAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueBoxBase.TextAlignment[]ValueBoxBase.TextAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.knightsoftnet.validators.client.editor with parameters of type ValueBoxBase.TextAlignment Modifier and Type Method Description voidValueBoxBase. setAlignment(ValueBoxBase.TextAlignment align)
-