public static interface ListGroupItemView.Presenter
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
void |
enable()
Use this when click on grid' instance header.
|
void |
enable(String factName)
Use this when click on grid' instance header.
|
com.google.gwt.dom.client.DivElement |
getDivElement(List<String> parentPath,
String factName,
String factModelTreeClass)
This method returns a nested
DivElement representing a complex (i.e. expandable) property, i.e. a class containing other properties |
com.google.gwt.dom.client.DivElement |
getDivElement(String factName,
FactModelTree factModelTree)
This method returns a top-level
DivElement representing a complex (i.e. expandable) property, i.e. a class containing other properties |
String |
getFilterTerm() |
void |
hideProperty(String factName,
List<String> propertyParts)
Hide the node of the given property
|
void |
init(TestToolsView.Presenter testToolsPresenter) |
boolean |
isInstanceAssigned(String factName) |
void |
onSelectedElement(FieldItemView selected)
Method to set the "selected" information - use this to set the property level header
|
void |
onSelectedElement(ListGroupItemView selected)
Method to set the "selected" information - use this to set the instance level header
|
void |
onToggleRowExpansion(ListGroupItemView listGroupItemView,
boolean currentlyShown) |
void |
reset() |
void |
selectProperty(String factName,
List<String> propertyParts)
Expand the node and select the given property
|
void |
setInstanceAssigned(String factName,
boolean assigned) |
void |
showAll() |
void |
unselectAll() |
void enable()
void enable(String factName)
factName - void disable()
com.google.gwt.dom.client.DivElement getDivElement(String factName, FactModelTree factModelTree)
DivElement representing a complex (i.e. expandable) property, i.e. a class containing other propertiesfactName - factModelTree - com.google.gwt.dom.client.DivElement getDivElement(List<String> parentPath, String factName, String factModelTreeClass)
DivElement representing a complex (i.e. expandable) property, i.e. a class containing other propertiesparentPath - the parent pathfactName - the property' namefactModelTreeClass - the property' typevoid onToggleRowExpansion(ListGroupItemView listGroupItemView, boolean currentlyShown)
void init(TestToolsView.Presenter testToolsPresenter)
void onSelectedElement(ListGroupItemView selected)
selected - void onSelectedElement(FieldItemView selected)
selected - void unselectAll()
void showAll()
void selectProperty(String factName, List<String> propertyParts)
factName - propertyParts - void hideProperty(String factName, List<String> propertyParts)
factName - propertyParts - boolean isInstanceAssigned(String factName)
void setInstanceAssigned(String factName, boolean assigned)
void reset()
String getFilterTerm()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.