Interface PropertyEditionPopup
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
IdGeneratorEditionDialog,RelationshipEditionDialog,SequenceGeneratorEditionDialog
public interface PropertyEditionPopup extends com.google.gwt.user.client.ui.IsWidget
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetStringValue()voidsetOkCommand(com.google.gwt.user.client.Command command)voidsetProperty(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)voidsetStringValue(String value)voidshow()
-
-
-
Method Detail
-
show
void show()
-
setOkCommand
void setOkCommand(com.google.gwt.user.client.Command command)
-
getStringValue
String getStringValue()
-
setStringValue
void setStringValue(String value)
-
setProperty
void setProperty(org.uberfire.ext.properties.editor.model.PropertyEditorFieldInfo property)
-
-