public static interface RightPanelView.Presenter
| Modifier and Type | Method and Description |
|---|---|
void |
addDataObjectListGroupItemView(String factName,
FactModelTree factModelTree) |
void |
addInstanceListGroupItemView(String factName,
FactModelTree factModelTree) |
void |
clearDataObjectList() |
void |
clearInstanceList() |
FactModelTree |
getFactModelTreeFromFactTypeMap(String factName) |
FactModelTree |
getFactModelTreeFromInstanceMap(String factName) |
void |
onClearNameField() |
void |
onClearSearch() |
void |
onClearStatus() |
void |
onDisableEditorTab()
By default the Editor Tab must be disabled (no user interaction allowed).
|
void |
onEnableEditorTab()
By default the Editor Tab is disabled (no user interaction allowed).
|
void |
onEnableEditorTab(String factName,
String propertyName,
boolean notEqualsSearch)
By default the Editor Tab is disabled (no user interaction allowed).
|
void |
onModifyColumn()
Method to fire a
SetPropertyHeaderCommand or SetPropertyHeaderCommand,
depending on the element currently selected |
void |
onPerfectMatchSearchedEvent(String search,
boolean notEqualsSearch)
Filter the data in the right panel if they are exactly the same as the given search string, case-sensitive.
|
void |
onSearchedEvent(String search)
Filter the data in the right panel if they contains the given search string, case-unsensitive.
|
void |
onShowClearButton() |
void |
setDataObjectFieldsMap(SortedMap<String,FactModelTree> dataObjectFieldsMap) |
void |
setEventBus(com.google.gwt.event.shared.EventBus eventBus) |
void |
setInstanceFieldsMap(SortedMap<String,FactModelTree> factTypeFieldsMap) |
void |
setSelectedElement(FieldItemView selected)
Method to set the "selected" information - use this to set the property level header
|
void |
setSelectedElement(ListGroupItemView selected)
Method to set the "selected" information - use this to set the instance level header
|
void onClearSearch()
void onClearNameField()
void onClearStatus()
void onShowClearButton()
void onSearchedEvent(String search)
search - void onPerfectMatchSearchedEvent(String search, boolean notEqualsSearch)
search - notEqualsSearch - set to true to perform a not filter, i.e. to show only results different than filterTermvoid clearDataObjectList()
void clearInstanceList()
void addDataObjectListGroupItemView(String factName, FactModelTree factModelTree)
void addInstanceListGroupItemView(String factName, FactModelTree factModelTree)
void setDataObjectFieldsMap(SortedMap<String,FactModelTree> dataObjectFieldsMap)
void setInstanceFieldsMap(SortedMap<String,FactModelTree> factTypeFieldsMap)
void setEventBus(com.google.gwt.event.shared.EventBus eventBus)
FactModelTree getFactModelTreeFromFactTypeMap(String factName)
FactModelTree getFactModelTreeFromInstanceMap(String factName)
void onEnableEditorTab()
void onEnableEditorTab(String factName, String propertyName, boolean notEqualsSearch)
factName - propertyName - the string to eventually use to select the property in the right panelnotEqualsSearch - set to true to perform a not filter, i.e. to show only results different than filterTermvoid onDisableEditorTab()
void onModifyColumn()
SetPropertyHeaderCommand or SetPropertyHeaderCommand,
depending on the element currently selectedvoid setSelectedElement(ListGroupItemView selected)
selected - void setSelectedElement(FieldItemView selected)
selected - Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.