public interface ListGroupItemView extends com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.HasPresenter<ListGroupItemView.Presenter>
Modifier and Type | Interface and Description |
---|---|
static interface |
ListGroupItemView.Presenter |
Modifier and Type | Method and Description |
---|---|
void |
addExpandableFactField(com.google.gwt.dom.client.DivElement fieldElement)
This add and a complex (i.e. expandable) property, i.e. a class containing other properties
|
void |
addFactField(com.google.gwt.dom.client.LIElement fieldElement) |
void |
closeRow() |
void |
expandRow() |
String |
getActualClassName() |
String |
getFactName() |
String |
getFactType() |
com.google.gwt.dom.client.DivElement |
getListGroupExpansion() |
com.google.gwt.dom.client.DivElement |
getListGroupItem() |
String |
getParentPath() |
boolean |
isCheckShown() |
boolean |
isInstanceAssigned() |
boolean |
isShown() |
boolean |
isToExpand() |
void |
setFactName(String factName) |
void |
setFactNameAndType(String factName,
String factType) |
void |
setInstanceAssigned(boolean assigned) |
void |
setParentPath(String parentPath) |
void |
setToExpand(boolean toExpand) |
void |
showCheck(boolean show) |
void |
unselect() |
void setToExpand(boolean toExpand)
boolean isToExpand()
void showCheck(boolean show)
boolean isCheckShown()
void setFactName(String factName)
void setParentPath(String parentPath)
parentPath
- the parent' pathvoid setFactNameAndType(String factName, String factType)
factName
- the property' namefactType
- the property' typeString getParentPath()
String getFactName()
String getFactType()
void addFactField(com.google.gwt.dom.client.LIElement fieldElement)
void addExpandableFactField(com.google.gwt.dom.client.DivElement fieldElement)
fieldElement
- com.google.gwt.dom.client.DivElement getListGroupExpansion()
com.google.gwt.dom.client.DivElement getListGroupItem()
void closeRow()
void expandRow()
String getActualClassName()
void unselect()
boolean isShown()
void setInstanceAssigned(boolean assigned)
boolean isInstanceAssigned()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.