public interface EditingBox<T extends EditingBox.Presenter>
extends org.uberfire.client.mvp.HasPresenter<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
EditingBox.Presenter |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.dom.client.LIElement |
getEditingBox() |
com.google.gwt.dom.client.HeadingElement |
getEditingBoxTitle() |
com.google.gwt.dom.client.UListElement |
getPropertiesContainer() |
void |
removeButtonToolbar() |
void |
setKey(String key) |
void setKey(String key)
key
- The key representing the property, i.e Classname#propertyname (e.g Author#books)com.google.gwt.dom.client.LIElement getEditingBox()
com.google.gwt.dom.client.HeadingElement getEditingBoxTitle()
com.google.gwt.dom.client.UListElement getPropertiesContainer()
void removeButtonToolbar()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.