Interface ListGroupItemView
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<ListGroupItemView.Presenter>,com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
ListGroupItemViewImpl
public interface ListGroupItemView extends com.google.gwt.user.client.ui.IsWidget, org.uberfire.client.mvp.HasPresenter<ListGroupItemView.Presenter>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceListGroupItemView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddExpandableFactField(com.google.gwt.dom.client.DivElement fieldElement)This add and a complex (i.e. expandable) property, i.e. a class containing other propertiesvoidaddFactField(com.google.gwt.dom.client.LIElement fieldElement)voidcloseRow()voidexpandRow()StringgetActualClassName()StringgetFactName()StringgetFactType()com.google.gwt.dom.client.DivElementgetListGroupExpansion()com.google.gwt.dom.client.DivElementgetListGroupItem()List<String>getParentPath()booleanisCheckShown()booleanisInstanceAssigned()booleanisShown()booleanisToExpand()voidsetFactName(String factName)voidsetFactNameAndType(String factName, String factType)voidsetInstanceAssigned(boolean assigned)voidsetParentPath(List<String> parentPath)voidsetToExpand(boolean toExpand)voidshowCheck(boolean show)voidunselect()
-
-
-
Method Detail
-
setToExpand
void setToExpand(boolean toExpand)
-
isToExpand
boolean isToExpand()
-
showCheck
void showCheck(boolean show)
-
isCheckShown
boolean isCheckShown()
-
setFactName
void setFactName(String factName)
-
setParentPath
void setParentPath(List<String> parentPath)
- Parameters:
parentPath- the parent' path
-
setFactNameAndType
void setFactNameAndType(String factName, String factType)
- Parameters:
factName- the property' namefactType- the property' type
-
getFactName
String getFactName()
-
getFactType
String getFactType()
-
addFactField
void addFactField(com.google.gwt.dom.client.LIElement fieldElement)
-
addExpandableFactField
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- Parameters:
fieldElement-
-
getListGroupExpansion
com.google.gwt.dom.client.DivElement getListGroupExpansion()
-
getListGroupItem
com.google.gwt.dom.client.DivElement getListGroupItem()
-
closeRow
void closeRow()
-
expandRow
void expandRow()
-
getActualClassName
String getActualClassName()
-
unselect
void unselect()
-
isShown
boolean isShown()
-
setInstanceAssigned
void setInstanceAssigned(boolean assigned)
-
isInstanceAssigned
boolean isInstanceAssigned()
-
-