@Dependent public class RelationshipEditionDialog extends Object implements PropertyEditionPopup
| Modifier and Type | Class and Description |
|---|---|
static interface |
RelationshipEditionDialog.View |
| Constructor and Description |
|---|
RelationshipEditionDialog(RelationshipEditionDialog.View view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
String |
getStringValue() |
void |
setOkCommand(com.google.gwt.user.client.Command okCommand) |
void |
setProperty(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property) |
void |
setStringValue(String value) |
void |
show() |
@Inject public RelationshipEditionDialog(RelationshipEditionDialog.View view)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void show()
show in interface PropertyEditionPopuppublic void setOkCommand(com.google.gwt.user.client.Command okCommand)
setOkCommand in interface PropertyEditionPopuppublic void setProperty(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)
setProperty in interface PropertyEditionPopuppublic String getStringValue()
getStringValue in interface PropertyEditionPopuppublic void setStringValue(String value)
setStringValue in interface PropertyEditionPopupCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.