public static interface ListGroupItemView.Presenter
| Modifier and Type | Method and Description |
|---|---|
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 |
com.google.gwt.dom.client.DivElement |
getDivElement(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 |
void |
init(RightPanelView.Presenter rightPanelPresenter) |
void |
onToggleRowExpansion(ListGroupItemView listGroupItemView,
boolean currentlyShown) |
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(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(RightPanelView.Presenter rightPanelPresenter)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.