Class KeyValueWidget
- java.lang.Object
-
- org.drools.workbench.screens.guided.dtable.client.wizard.column.pages.component.KeyValueWidget
-
public class KeyValueWidget extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceKeyValueWidget.View
-
Constructor Summary
Constructors Constructor Description KeyValueWidget(KeyValueWidget.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.uberfire.client.mvp.UberElemental<KeyValueWidget>getView()voidput(String key, com.google.gwt.user.client.ui.IsWidget value)
-
-
-
Constructor Detail
-
KeyValueWidget
@Inject public KeyValueWidget(KeyValueWidget.View view)
-
-
Method Detail
-
put
public void put(String key, com.google.gwt.user.client.ui.IsWidget value)
-
getView
public org.uberfire.client.mvp.UberElemental<KeyValueWidget> getView()
-
-