Interface TextParameterEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<TextParameterEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<TextParameterEditor>
- All Known Implementing Classes:
TextParameterEditorView
- Enclosing class:
- TextParameterEditor
public static interface TextParameterEditor.View extends org.uberfire.client.mvp.UberView<TextParameterEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror()StringgetValue()voidsetFocus(boolean focus)voidsetValue(String value)
-