public interface TestToolsView extends SubDockView<TestToolsView.Presenter>
Modifier and Type | Interface and Description |
---|---|
static interface |
TestToolsView.Presenter |
Modifier and Type | Method and Description |
---|---|
void |
addDataObjectListGroupItem(com.google.gwt.dom.client.DivElement item) |
void |
addInstanceListGroupItem(com.google.gwt.dom.client.DivElement item) |
void |
addSimpleJavaInstanceListGroupItem(com.google.gwt.dom.client.DivElement item) |
void |
addSimpleJavaTypeListGroupItem(com.google.gwt.dom.client.DivElement item) |
void |
clearDataObjectList() |
void |
clearInputSearch() |
void |
clearInstanceList() |
void |
clearSimpleJavaInstanceFieldList() |
void |
clearSimpleJavaTypeList() |
void |
disableAddButton() |
void |
disableEditorTab()
By default the Editor Tab must be disabled (no user interaction allowed).
|
void |
disableSearch()
It disables all widgets related to the search box
|
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).
|
void |
enableSearch()
It enables all widgets related to the search box
|
TestToolsView.Presenter |
getPresenter() |
void |
hideClearButton() |
void |
showClearButton() |
void |
showInstanceListContainerSeparator(boolean show) |
void |
updateInstanceListSeparator(boolean show) |
reset
void clearInputSearch()
void hideClearButton()
void showClearButton()
void clearDataObjectList()
void clearSimpleJavaTypeList()
void clearInstanceList()
void clearSimpleJavaInstanceFieldList()
void addDataObjectListGroupItem(com.google.gwt.dom.client.DivElement item)
void addSimpleJavaTypeListGroupItem(com.google.gwt.dom.client.DivElement item)
void addInstanceListGroupItem(com.google.gwt.dom.client.DivElement item)
void addSimpleJavaInstanceListGroupItem(com.google.gwt.dom.client.DivElement item)
TestToolsView.Presenter getPresenter()
getPresenter
in interface SubDockView<TestToolsView.Presenter>
void updateInstanceListSeparator(boolean show)
void showInstanceListContainerSeparator(boolean show)
void enableEditorTab()
void disableEditorTab()
void enableSearch()
void disableSearch()
void enableAddButton()
void disableAddButton()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.