public static interface RightPanelView.Presenter
| Modifier and Type | Method and Description |
|---|---|
void |
addListGroupItemView(String factName,
FactModelTree factModelTree) |
void |
clearList() |
FactModelTree |
getFactModelTree(String factName) |
void |
onClearNameField() |
void |
onClearSearch() |
void |
onClearStatus() |
void |
onDisableEditorTab()
By default the Editor Tab must be disabled (no user interaction allowed).
|
void |
onEnableEditorTab(int columnIndex)
By default the Editor Tab is disabled (no user interaction allowed).
|
void |
onModifyColumn(String factName,
String fieldName,
String className)
Method to fire a
SetColumnValueCommand |
void |
onSearchedEvent(String search) |
void |
onShowClearButton() |
void |
setEventBus(com.google.gwt.event.shared.EventBus eventBus) |
void |
setFactTypeFieldsMap(SortedMap<String,FactModelTree> factTypeFieldsMap) |
void onClearSearch()
void onClearNameField()
void onClearStatus()
void onShowClearButton()
void onSearchedEvent(String search)
void clearList()
void addListGroupItemView(String factName, FactModelTree factModelTree)
void setFactTypeFieldsMap(SortedMap<String,FactModelTree> factTypeFieldsMap)
void setEventBus(com.google.gwt.event.shared.EventBus eventBus)
FactModelTree getFactModelTree(String factName)
void onEnableEditorTab(int columnIndex)
columnIndex - the column being editedvoid onDisableEditorTab()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.