Class PersistenceUnitPropertyGrid
- java.lang.Object
-
- org.kie.workbench.common.screens.datamodeller.client.pdescriptor.PersistenceUnitPropertyGrid
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,PersistenceUnitPropertyGridView.Presenter
@Dependent public class PersistenceUnitPropertyGrid extends Object implements com.google.gwt.user.client.ui.IsWidget, PersistenceUnitPropertyGridView.Presenter
-
-
Constructor Summary
Constructors Constructor Description PersistenceUnitPropertyGrid()PersistenceUnitPropertyGrid(PersistenceUnitPropertyGridView view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()List<PropertyRow>getProperties()voidonAddProperty()voidonRemoveProperty(PropertyRow propertyRow)voidredraw()voidsetProperties(List<PropertyRow> properties)voidsetReadOnly(boolean readOnly)
-
-
-
Constructor Detail
-
PersistenceUnitPropertyGrid
public PersistenceUnitPropertyGrid()
-
PersistenceUnitPropertyGrid
@Inject public PersistenceUnitPropertyGrid(PersistenceUnitPropertyGridView view)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
setProperties
public void setProperties(List<PropertyRow> properties)
-
getProperties
public List<PropertyRow> getProperties()
-
onAddProperty
public void onAddProperty()
- Specified by:
onAddPropertyin interfacePersistenceUnitPropertyGridView.Presenter
-
onRemoveProperty
public void onRemoveProperty(PropertyRow propertyRow)
- Specified by:
onRemovePropertyin interfacePersistenceUnitPropertyGridView.Presenter
-
setReadOnly
public void setReadOnly(boolean readOnly)
-
redraw
public void redraw()
-
-