public static enum FormLayout.ResponsiveStep.LabelsPosition extends Enum<FormLayout.ResponsiveStep.LabelsPosition>
FormLayout.FormItem
.Enum Constant and Description |
---|
ASIDE
Labels are displayed on the left hand side of the wrapped
component.
|
TOP
Labels are displayed atop the wrapped component.
|
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static FormLayout.ResponsiveStep.LabelsPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FormLayout.ResponsiveStep.LabelsPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FormLayout.ResponsiveStep.LabelsPosition ASIDE
public static final FormLayout.ResponsiveStep.LabelsPosition TOP
public static FormLayout.ResponsiveStep.LabelsPosition[] values()
for (FormLayout.ResponsiveStep.LabelsPosition c : FormLayout.ResponsiveStep.LabelsPosition.values()) System.out.println(c);
public static FormLayout.ResponsiveStep.LabelsPosition valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<FormLayout.ResponsiveStep.LabelsPosition>
Copyright © 2022. All rights reserved.