Package | Description |
---|---|
org.dashbuilder.displayer.client.widgets | |
org.dashbuilder.displayer.client.widgets.sourcecode |
Constructor and Description |
---|
SourceCodeItem(String name,
SourceCodeType type,
DisplayerAttributeDef attributeDef) |
Modifier and Type | Method and Description |
---|---|
static SourceCodeType |
SourceCodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SourceCodeType[] |
SourceCodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SourceCodeEditorView.edit(SourceCodeType type,
String code) |
void |
SourceCodeEditor.View.edit(SourceCodeType type,
String code) |
void |
SourceCodeEditor.init(SourceCodeType type,
String code,
Map<String,String> varMap,
Command onSourceCodeChanged) |
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.