Class DateParameterEditor
- java.lang.Object
-
- org.dashbuilder.displayer.client.widgets.filter.DateParameterEditor
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget,FunctionParameterEditor
@Dependent public class DateParameterEditor extends Object implements FunctionParameterEditor
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDateParameterEditor.View
-
Constructor Summary
Constructors Constructor Description DateParameterEditor(DateParameterEditor.View view)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()DategetValue()voidsetFocus(boolean focus)voidsetOnBlurCommand(org.uberfire.mvp.Command onBlurCommand)voidsetOnChangeCommand(org.uberfire.mvp.Command onChangeCommand)voidsetOnFocusCommand(org.uberfire.mvp.Command onFocusCommand)voidsetValue(Date value)voidsetWidth(int width)
-
-
-
Constructor Detail
-
DateParameterEditor
@Inject public DateParameterEditor(DateParameterEditor.View view)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
setOnChangeCommand
public void setOnChangeCommand(org.uberfire.mvp.Command onChangeCommand)
-
setOnFocusCommand
public void setOnFocusCommand(org.uberfire.mvp.Command onFocusCommand)
-
setOnBlurCommand
public void setOnBlurCommand(org.uberfire.mvp.Command onBlurCommand)
-
getValue
public Date getValue()
-
setValue
public void setValue(Date value)
-
setWidth
public void setWidth(int width)
-
setFocus
public void setFocus(boolean focus)
- Specified by:
setFocusin interfaceFunctionParameterEditor
-
-