public interface ElementView<T extends ElementView.Presenter>
extends org.uberfire.client.mvp.HasPresenter<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
ElementView.Presenter<E extends ElementView> |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.ButtonElement |
getDeleteItemButton() |
com.google.gwt.dom.client.ButtonElement |
getEditItemButton() |
com.google.gwt.dom.client.SpanElement |
getFaAngleRight() |
com.google.gwt.dom.client.UListElement |
getInnerItemContainer() |
com.google.gwt.dom.client.LIElement |
getItemContainer() |
String |
getItemId() |
com.google.gwt.dom.client.LIElement |
getItemSeparator() |
com.google.gwt.dom.client.LIElement |
getSaveChange() |
boolean |
isShown() |
void |
onCancelChangeButton(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onDeleteItemButtonClick(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onEditItemButtonClick(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onFaAngleRightClick(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
onSaveChangeButtonClick(com.google.gwt.event.dom.client.ClickEvent clickEvent) |
void |
setItemId(String itemId)
Set the id of the item shown by the current
|
void |
toggleRowExpansion(boolean toExpand) |
com.google.gwt.dom.client.ButtonElement getEditItemButton()
com.google.gwt.dom.client.ButtonElement getDeleteItemButton()
boolean isShown()
void onFaAngleRightClick(com.google.gwt.event.dom.client.ClickEvent clickEvent)
void onEditItemButtonClick(com.google.gwt.event.dom.client.ClickEvent clickEvent)
void onDeleteItemButtonClick(com.google.gwt.event.dom.client.ClickEvent clickEvent)
void onSaveChangeButtonClick(com.google.gwt.event.dom.client.ClickEvent clickEvent)
void onCancelChangeButton(com.google.gwt.event.dom.client.ClickEvent clickEvent)
void toggleRowExpansion(boolean toExpand)
void setItemId(String itemId)
itemId
- String getItemId()
com.google.gwt.dom.client.LIElement getItemContainer()
LIElement
containing all the item propertiescom.google.gwt.dom.client.UListElement getInnerItemContainer()
UListElement
containing all the item propertiescom.google.gwt.dom.client.LIElement getItemSeparator()
LIElement
separating each itemcom.google.gwt.dom.client.LIElement getSaveChange()
LIElement
with the item' save/cancel buttonscom.google.gwt.dom.client.SpanElement getFaAngleRight()
SpanElement
with the angle arrowCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.