@PublicApi public enum InsightFieldInputSize extends Enum<InsightFieldInputSize>
InsightFieldConfiguration.input.
The uiKey associated to each enum defined, MUST have a "meaning" for the client code that will
interpretate / render the Insight Field Configurations.| Enum Constant and Description |
|---|
LONG |
MEDIUM |
MEDIUM_LONG |
SMALL |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuiCssClass() |
static InsightFieldInputSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InsightFieldInputSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InsightFieldInputSize SMALL
public static final InsightFieldInputSize MEDIUM
public static final InsightFieldInputSize MEDIUM_LONG
public static final InsightFieldInputSize LONG
public static InsightFieldInputSize[] values()
for (InsightFieldInputSize c : InsightFieldInputSize.values()) System.out.println(c);
public static InsightFieldInputSize 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 getAuiCssClass()
Copyright © 2024 Atlassian. All rights reserved.