Interface EditingBox<T extends EditingBox.Presenter>
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<T>
- All Known Subinterfaces:
ItemEditingBox,KeyValueEditingBox
- All Known Implementing Classes:
EditingBoxImpl,ItemEditingBoxImpl,KeyValueEditingBoxImpl
public interface EditingBox<T extends EditingBox.Presenter> extends org.uberfire.client.mvp.HasPresenter<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEditingBox.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.gwt.dom.client.LIElementgetEditingBox()com.google.gwt.dom.client.HeadingElementgetEditingBoxTitle()com.google.gwt.dom.client.UListElementgetPropertiesContainer()voidremoveButtonToolbar()voidsetKey(String key)
-
-
-
Method Detail
-
setKey
void setKey(String key)
- Parameters:
key- The key representing the property, i.e Classname#propertyname (e.g Author#books)
-
getEditingBox
com.google.gwt.dom.client.LIElement getEditingBox()
-
getEditingBoxTitle
com.google.gwt.dom.client.HeadingElement getEditingBoxTitle()
-
getPropertiesContainer
com.google.gwt.dom.client.UListElement getPropertiesContainer()
-
removeButtonToolbar
void removeButtonToolbar()
-
-