Interface EnumEditorView
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,com.google.gwt.user.client.ui.IsWidget,org.kie.workbench.common.widgets.metadata.client.KieEditorView
- All Known Implementing Classes:
EnumEditorViewImpl
public interface EnumEditorView extends org.kie.workbench.common.widgets.metadata.client.KieEditorView, com.google.gwt.user.client.ui.IsWidgetEnum Editor View definition
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<EnumRow>getContent()voidsetContent(List<EnumRow> content)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
-