@Dependent @Templated public class ListGroupItemViewImpl extends Object implements ListGroupItemView
ListGroupItemView.Presenter| Modifier and Type | Field and Description |
|---|---|
static String |
FA_ANGLE_DOWN |
protected com.google.gwt.dom.client.SpanElement |
faAngleRight |
protected String |
factName |
protected com.google.gwt.dom.client.UListElement |
factProperties |
protected String |
factType |
protected com.google.gwt.dom.client.DivElement |
fullClassName |
static String |
HIDDEN |
static String |
LIST_VIEW_PF_EXPAND_ACTIVE |
protected com.google.gwt.dom.client.DivElement |
listGroupExpansion |
protected com.google.gwt.dom.client.DivElement |
listGroupItem |
protected com.google.gwt.dom.client.DivElement |
listGroupItemContainer |
protected com.google.gwt.dom.client.DivElement |
listGroupItemHeader |
protected String |
parentPath |
protected ListGroupItemView.Presenter |
presenter |
protected boolean |
toExpand |
| Constructor and Description |
|---|
ListGroupItemViewImpl() |
| 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) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
closeRow() |
void |
disable()
Use this when click on grid' instance header.
|
void |
enable()
Use this when click on grid' property header.
|
boolean |
equals(Object o) |
void |
expandRow() |
String |
getActualClassName() |
String |
getFactName() |
String |
getFactType() |
com.google.gwt.dom.client.DivElement |
getListGroupExpansion() |
com.google.gwt.dom.client.DivElement |
getListGroupItem() |
String |
getParentPath() |
int |
hashCode() |
void |
init(ListGroupItemView.Presenter presenter) |
boolean |
isShown() |
boolean |
isToExpand() |
void |
onFaAngleRightClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
onFullClassNameClick(com.google.gwt.event.dom.client.ClickEvent event) |
void |
setFactName(String factName) |
void |
setFactNameAndType(String factName,
String factType) |
void |
setParentPath(String parentPath) |
void |
setToExpand(boolean toExpand) |
String |
toString() |
void |
unselect() |
public static final String FA_ANGLE_DOWN
public static final String LIST_VIEW_PF_EXPAND_ACTIVE
public static final String HIDDEN
@DataField(value="listGroupExpansion") protected com.google.gwt.dom.client.DivElement listGroupExpansion
@DataField(value="listGroupItem") protected com.google.gwt.dom.client.DivElement listGroupItem
@DataField(value="listGroupItemHeader") protected com.google.gwt.dom.client.DivElement listGroupItemHeader
@DataField(value="listGroupItemContainer") protected com.google.gwt.dom.client.DivElement listGroupItemContainer
@DataField(value="faAngleRight") protected com.google.gwt.dom.client.SpanElement faAngleRight
@DataField(value="fullClassName") protected com.google.gwt.dom.client.DivElement fullClassName
@DataField(value="factProperties") protected com.google.gwt.dom.client.UListElement factProperties
protected ListGroupItemView.Presenter presenter
protected String parentPath
protected String factName
protected String factType
protected boolean toExpand
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic String getActualClassName()
getActualClassName in interface ListGroupItemView@EventHandler(value="fullClassName") public void onFullClassNameClick(com.google.gwt.event.dom.client.ClickEvent event)
@EventHandler(value="faAngleRight") public void onFaAngleRightClick(com.google.gwt.event.dom.client.ClickEvent event)
public void init(ListGroupItemView.Presenter presenter)
init in interface org.uberfire.client.mvp.HasPresenter<ListGroupItemView.Presenter>public void setToExpand(boolean toExpand)
setToExpand in interface ListGroupItemViewpublic boolean isToExpand()
isToExpand in interface ListGroupItemViewpublic void unselect()
unselect in interface ListGroupItemViewpublic void enable()
ListGroupItemViewenable in interface ListGroupItemViewpublic void disable()
ListGroupItemViewdisable in interface ListGroupItemViewpublic void setFactName(String factName)
setFactName in interface ListGroupItemViewpublic void setFactNameAndType(String factName, String factType)
setFactNameAndType in interface ListGroupItemViewfactName - the property' namefactType - the property' typepublic void setParentPath(String parentPath)
setParentPath in interface ListGroupItemViewparentPath - the parent' pathpublic String getParentPath()
getParentPath in interface ListGroupItemViewpublic String getFactName()
getFactName in interface ListGroupItemViewpublic String getFactType()
getFactType in interface ListGroupItemViewpublic void addFactField(com.google.gwt.dom.client.LIElement fieldElement)
addFactField in interface ListGroupItemViewpublic void addExpandableFactField(com.google.gwt.dom.client.DivElement fieldElement)
ListGroupItemViewaddExpandableFactField in interface ListGroupItemViewpublic com.google.gwt.dom.client.DivElement getListGroupExpansion()
getListGroupExpansion in interface ListGroupItemViewpublic com.google.gwt.dom.client.DivElement getListGroupItem()
getListGroupItem in interface ListGroupItemViewpublic void closeRow()
closeRow in interface ListGroupItemViewpublic void expandRow()
expandRow in interface ListGroupItemViewpublic boolean isShown()
isShown in interface ListGroupItemViewCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.