Package org.dashbuilder.client.editor
Class DisplayerEditorEntryPoint
- java.lang.Object
-
- org.dashbuilder.client.editor.DisplayerEditorEntryPoint
-
public class DisplayerEditorEntryPoint extends Object
-
-
Constructor Summary
Constructors Constructor Description DisplayerEditorEntryPoint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()https://issues.jboss.org/browse/DASHBUILDE-105 => Sometimes, due to unknown reasons, the Displayer editor does not show all the attributes in the "Display" tab The fix is to force the DisplayerAttributeDef static fields to initialize on startup.
-
-
-
Method Detail
-
init
@PostConstruct public void init()
https://issues.jboss.org/browse/DASHBUILDE-105 => Sometimes, due to unknown reasons, the Displayer editor does not show all the attributes in the "Display" tab The fix is to force the DisplayerAttributeDef static fields to initialize on startup.
-
-