Interface DataSourceDefEditorView
-
- All Superinterfaces:
org.uberfire.ext.editor.commons.client.BaseEditorView,org.uberfire.ext.widgets.common.client.common.HasBusyIndicator,org.uberfire.client.mvp.HasPresenter<DataSourceDefEditorView.Presenter>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<DataSourceDefEditorView.Presenter>
- All Known Implementing Classes:
DataSourceDefEditorViewImpl
public interface DataSourceDefEditorView extends org.uberfire.client.mvp.UberView<DataSourceDefEditorView.Presenter>, org.uberfire.ext.editor.commons.client.BaseEditorView
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDataSourceDefEditorView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearContent()voidsetContent(org.jboss.errai.common.client.api.IsElement content)voidsetContentWidth(String width)voidsetDataSourceName(String dataSourceName)voidshowActionsPanel(boolean show)voidshowHeaderPanel(boolean show)-
Methods inherited from interface org.uberfire.ext.editor.commons.client.BaseEditorView
alertReadOnly, confirmClose, getTitleWidget, refreshTitle, showLoading, showSaving
-
-
-
-
Field Detail
-
COL_MD_8
static final String COL_MD_8
- See Also:
- Constant Field Values
-
COL_MD_12
static final String COL_MD_12
- See Also:
- Constant Field Values
-
-
Method Detail
-
setDataSourceName
void setDataSourceName(String dataSourceName)
-
clearContent
void clearContent()
-
setContent
void setContent(org.jboss.errai.common.client.api.IsElement content)
-
setContentWidth
void setContentWidth(String width)
-
showHeaderPanel
void showHeaderPanel(boolean show)
-
showActionsPanel
void showActionsPanel(boolean show)
-
-