Class TimeInstantEditor
- java.lang.Object
-
- org.dashbuilder.displayer.client.widgets.filter.TimeInstantEditor
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class TimeInstantEditor extends Object implements com.google.gwt.user.client.ui.IsWidget
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTimeInstantEditor.View
-
Constructor Summary
Constructors Constructor Description TimeInstantEditor(TimeInstantEditor.View view, TimeAmountEditor timeAmountEditor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()TimeAmountEditorgetTimeAmountEditor()org.dashbuilder.dataset.date.TimeInstantgetTimeInstant()voidinit(org.dashbuilder.dataset.date.TimeInstant ti, org.uberfire.mvp.Command onChangeCommand)protected voidinitIntervalTypeSelector()protected voidinitTimeModeSelector()
-
-
-
Constructor Detail
-
TimeInstantEditor
@Inject public TimeInstantEditor(TimeInstantEditor.View view, TimeAmountEditor timeAmountEditor)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
getTimeInstant
public org.dashbuilder.dataset.date.TimeInstant getTimeInstant()
-
init
public void init(org.dashbuilder.dataset.date.TimeInstant ti, org.uberfire.mvp.Command onChangeCommand)
-
getTimeAmountEditor
public TimeAmountEditor getTimeAmountEditor()
-
initTimeModeSelector
protected void initTimeModeSelector()
-
initIntervalTypeSelector
protected void initIntervalTypeSelector()
-
-