public class Display extends EnumParameterValue
Image
can be displayed.Modifier and Type | Field and Description |
---|---|
static Display |
BADGE
The image should be displayed in-line with the component title.
|
static Display |
FULLSIZE
The image enhances or accompanies the information in the component.
|
static Display |
GRAPHIC
The image can be used as a replacement for the information in the
component.
|
static Display |
THUMBNAIL
A smaller version of the
FULLSIZE image. |
value
Modifier and Type | Method and Description |
---|---|
static Collection<Display> |
all()
Gets all of the parameter values that are defined as static constants in
this class.
|
static Display |
find(String value)
Searches for a parameter value that is defined as a static constant in
this class.
|
static Display |
get(String value)
Searches for a parameter value and creates one if it cannot be found.
|
getValue, toString
public static final Display BADGE
public static final Display GRAPHIC
public static final Display FULLSIZE
public static Display find(String value)
value
- the parameter valuepublic static Display get(String value)
==
equality.value
- the parameter valuepublic static Collection<Display> all()
Copyright © 2013–2024 Michael Angstadt. All rights reserved.