@Dependent @Templated public class ListGroupItemViewImpl extends Object implements ListGroupItemView
ListGroupItemView.Presenter| Modifier and Type | Field and Description |
|---|---|
static String |
FA_ANGLE_DOWN |
static String |
HIDDEN |
static String |
LIST_VIEW_PF_EXPAND_ACTIVE |
| 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 |
expandRow() |
com.google.gwt.dom.client.DivElement |
getDivElement() |
String |
getFactName() |
String |
getFactType() |
String |
getParentPath() |
void |
init(ListGroupItemView.Presenter presenter) |
boolean |
isToExpand() |
void |
onListGroupItemHeaderClick(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) |
public static final String FA_ANGLE_DOWN
public static final String LIST_VIEW_PF_EXPAND_ACTIVE
public static final String HIDDEN
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidget@EventHandler(value="listGroupItemHeader") public void onListGroupItemHeaderClick(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 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 getDivElement()
getDivElement in interface ListGroupItemViewpublic void closeRow()
closeRow in interface ListGroupItemViewpublic void expandRow()
expandRow in interface ListGroupItemViewCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.