Class RelationshipEditionDialog
- java.lang.Object
-
- org.kie.workbench.common.screens.datamodeller.client.widgets.jpadomain.properties.RelationshipEditionDialog
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,PropertyEditionPopup
@Dependent public class RelationshipEditionDialog extends Object implements PropertyEditionPopup
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRelationshipEditionDialog.View
-
Constructor Summary
Constructors Constructor Description RelationshipEditionDialog(RelationshipEditionDialog.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()StringgetStringValue()voidsetOkCommand(com.google.gwt.user.client.Command okCommand)voidsetProperty(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)voidsetStringValue(String value)voidshow()
-
-
-
Constructor Detail
-
RelationshipEditionDialog
@Inject public RelationshipEditionDialog(RelationshipEditionDialog.View view)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
show
public void show()
- Specified by:
showin interfacePropertyEditionPopup
-
setOkCommand
public void setOkCommand(com.google.gwt.user.client.Command okCommand)
- Specified by:
setOkCommandin interfacePropertyEditionPopup
-
setProperty
public void setProperty(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)
- Specified by:
setPropertyin interfacePropertyEditionPopup
-
getStringValue
public String getStringValue()
- Specified by:
getStringValuein interfacePropertyEditionPopup
-
setStringValue
public void setStringValue(String value)
- Specified by:
setStringValuein interfacePropertyEditionPopup
-
-