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