public interface RightPanelView extends com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.HasPresenter<RightPanelView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RightPanelView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
void |
clearInputSearch() |
void |
clearNameField() |
void |
disableEditorTab()
By default the Editor Tab must be disabled (no user interaction allowed).
|
void |
enableAddButton()
By default the Add button is disabled (no user interaction allowed).
|
void |
enableEditorTab()
By default the Editor Tab is disabled (no user interaction allowed).
|
com.google.gwt.dom.client.DivElement |
getDataObjectListContainer() |
com.google.gwt.dom.client.DivElement |
getInstanceListContainer() |
RightPanelView.Presenter |
getPresenter() |
void |
hideClearButton() |
void |
showClearButton() |
void clearInputSearch()
void clearNameField()
void hideClearButton()
void showClearButton()
com.google.gwt.dom.client.DivElement getDataObjectListContainer()
com.google.gwt.dom.client.DivElement getInstanceListContainer()
RightPanelView.Presenter getPresenter()
void enableEditorTab()
void disableEditorTab()
void enableAddButton()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.