Class KeyValueEditingBoxImpl
- java.lang.Object
-
- org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.EditingBoxImpl<KeyValueEditingBox.Presenter>
-
- org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.KeyValueEditingBoxImpl
-
- All Implemented Interfaces:
EditingBox<KeyValueEditingBox.Presenter>,KeyValueEditingBox,org.uberfire.client.mvp.HasPresenter<KeyValueEditingBox.Presenter>
@Templated public class KeyValueEditingBoxImpl extends EditingBoxImpl<KeyValueEditingBox.Presenter> implements KeyValueEditingBox
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.EditingBox
EditingBox.Presenter
-
Nested classes/interfaces inherited from interface org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.KeyValueEditingBox
KeyValueEditingBox.Presenter
-
-
Field Summary
Fields Modifier and Type Field Description protected com.google.gwt.dom.client.UListElementkeyContainerprotected com.google.gwt.dom.client.LIElementkeyValueContainerprotected com.google.gwt.dom.client.UListElementvalueContainer-
Fields inherited from class org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.EditingBoxImpl
buttonsToolbar, discardItem, editingBox, editingBoxTitle, key, presenter, propertiesContainer, saveItem
-
-
Constructor Summary
Constructors Constructor Description KeyValueEditingBoxImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.dom.client.UListElementgetKeyContainer()com.google.gwt.dom.client.LIElementgetKeyValueContainer()com.google.gwt.dom.client.UListElementgetValueContainer()-
Methods inherited from class org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.EditingBoxImpl
close, getEditingBox, getEditingBoxTitle, getPropertiesContainer, init, onDiscardItemClickEvent, onSaveItemClickEvent, removeButtonToolbar, setKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.workbench.screens.scenariosimulation.client.collectioneditor.editingbox.EditingBox
getEditingBox, getEditingBoxTitle, getPropertiesContainer, removeButtonToolbar, setKey
-
-
-
-
Field Detail
-
keyValueContainer
@DataField("keyValueContainer") protected com.google.gwt.dom.client.LIElement keyValueContainer
-
keyContainer
@DataField("keyContainer") protected com.google.gwt.dom.client.UListElement keyContainer
-
valueContainer
@DataField("valueContainer") protected com.google.gwt.dom.client.UListElement valueContainer
-
-
Method Detail
-
getKeyValueContainer
public com.google.gwt.dom.client.LIElement getKeyValueContainer()
- Specified by:
getKeyValueContainerin interfaceKeyValueEditingBox
-
getKeyContainer
public com.google.gwt.dom.client.UListElement getKeyContainer()
- Specified by:
getKeyContainerin interfaceKeyValueEditingBox
-
getValueContainer
public com.google.gwt.dom.client.UListElement getValueContainer()
- Specified by:
getValueContainerin interfaceKeyValueEditingBox
-
-