Interface DateParameterEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<DateParameterEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<DateParameterEditor>
- All Known Implementing Classes:
DateParameterEditorView
- Enclosing class:
- DateParameterEditor
public static interface DateParameterEditor.View extends org.uberfire.client.mvp.UberView<DateParameterEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DategetValue()voidsetValue(Date value)voidsetWidth(int width)
-