public interface TestToolsView extends SubDockView<TestToolsView.Presenter>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
TestToolsView.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.LabelElement |
getDataObjectListContainerSeparator() |
com.google.gwt.dom.client.DivElement |
getInstanceListContainer() |
com.google.gwt.dom.client.LabelElement |
getInstanceListContainerSeparator() |
TestToolsView.Presenter |
getPresenter() |
com.google.gwt.dom.client.DivElement |
getSimpleJavaInstanceListContainer() |
com.google.gwt.dom.client.LabelElement |
getSimpleJavaInstanceListContainerSeparator() |
com.google.gwt.dom.client.DivElement |
getSimpleJavaTypeListContainer() |
com.google.gwt.dom.client.LabelElement |
getSimpleJavaTypeListContainerSeparator() |
void |
hideClearButton() |
void |
showClearButton() |
resetvoid clearInputSearch()
void clearNameField()
void hideClearButton()
void showClearButton()
com.google.gwt.dom.client.LabelElement getDataObjectListContainerSeparator()
com.google.gwt.dom.client.DivElement getDataObjectListContainer()
com.google.gwt.dom.client.LabelElement getSimpleJavaTypeListContainerSeparator()
com.google.gwt.dom.client.DivElement getSimpleJavaTypeListContainer()
com.google.gwt.dom.client.LabelElement getInstanceListContainerSeparator()
com.google.gwt.dom.client.DivElement getInstanceListContainer()
com.google.gwt.dom.client.LabelElement getSimpleJavaInstanceListContainerSeparator()
com.google.gwt.dom.client.DivElement getSimpleJavaInstanceListContainer()
TestToolsView.Presenter getPresenter()
getPresenter in interface SubDockView<TestToolsView.Presenter>void enableEditorTab()
void disableEditorTab()
void enableAddButton()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.