|
|
@ -156,7 +156,7 @@ public abstract class WidgetOption implements Serializable { |
|
|
|
|
|
|
|
|
|
|
|
public static final WidgetOption TREE = WidgetOptionFactory.createByWidgetClass( |
|
|
|
public static final WidgetOption TREE = WidgetOptionFactory.createByWidgetClass( |
|
|
|
i18nText("Fine-Design_Report_View_Tree"), |
|
|
|
i18nText("Fine-Design_Report_View_Tree"), |
|
|
|
"tree", |
|
|
|
"widget_tree", |
|
|
|
TreeEditor.class); |
|
|
|
TreeEditor.class); |
|
|
|
|
|
|
|
|
|
|
|
public static final WidgetOption TREECOMBOBOX = WidgetOptionFactory.createByWidgetClass( |
|
|
|
public static final WidgetOption TREECOMBOBOX = WidgetOptionFactory.createByWidgetClass( |
|
|
|