Package | Description |
---|---|
org.dashbuilder.displayer | |
org.dashbuilder.displayer.impl |
Modifier and Type | Method and Description |
---|---|
static DisplayerSubType |
DisplayerSubType.getByName(String str) |
DisplayerSubType |
DisplayerSettings.getSubtype() |
static DisplayerSubType |
DisplayerSubType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DisplayerSubType[] |
DisplayerSubType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DisplayerSubType> |
DisplayerType.getSubTypes() |
Modifier and Type | Method and Description |
---|---|
void |
DisplayerSettings.setSubtype(DisplayerSubType subtype) |
T |
DisplayerSettingsBuilder.subtype(DisplayerSubType displayerSubType)
Set the DisplayerSettings' subtype.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractDisplayerSettingsBuilder.subtype(DisplayerSubType displayerSubType) |
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.