Uses of Class
org.dashbuilder.displayer.client.widgets.sourcecode.SourceCodeType
-
Packages that use SourceCodeType Package Description org.dashbuilder.displayer.client.widgets org.dashbuilder.displayer.client.widgets.sourcecode -
-
Uses of SourceCodeType in org.dashbuilder.displayer.client.widgets
Constructors in org.dashbuilder.displayer.client.widgets with parameters of type SourceCodeType Constructor Description SourceCodeItem(String name, SourceCodeType type, org.dashbuilder.displayer.DisplayerAttributeDef attributeDef) -
Uses of SourceCodeType in org.dashbuilder.displayer.client.widgets.sourcecode
Methods in org.dashbuilder.displayer.client.widgets.sourcecode that return SourceCodeType Modifier and Type Method Description static SourceCodeTypeSourceCodeType. 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.Methods in org.dashbuilder.displayer.client.widgets.sourcecode with parameters of type SourceCodeType Modifier and Type Method Description voidSourceCodeEditor.View. edit(SourceCodeType type, String code)voidSourceCodeEditorView. edit(SourceCodeType type, String code)voidSourceCodeEditor. init(SourceCodeType type, String code, Map<String,String> varMap, org.uberfire.mvp.Command onSourceCodeChanged)
-