Class DataSetGroupDateEditor
- java.lang.Object
-
- org.dashbuilder.displayer.client.widgets.group.DataSetGroupDateEditor
-
- All Implemented Interfaces:
com.google.gwt.user.client.ui.IsWidget
@Dependent public class DataSetGroupDateEditor extends Object implements com.google.gwt.user.client.ui.IsWidget
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataSetGroupDateEditor.View
-
Constructor Summary
Constructors Constructor Description DataSetGroupDateEditor(DataSetGroupDateEditor.View view, javax.enterprise.event.Event<DataSetGroupDateChanged> changeEvent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.user.client.ui.WidgetasWidget()org.dashbuilder.dataset.group.ColumnGroupgetColumnGroup()List<org.dashbuilder.dataset.group.DateIntervalType>getListOfIntervalTypes()voidgotoDynamicMode()voidgotoFixedMode()voidinit(org.dashbuilder.dataset.group.ColumnGroup columnGroup)protected voidinitEmptyIntervalsFlag()protected voidinitFirstDayListBox()protected voidinitFirstMonthListBox()protected voidinitIntervalTypeSelector()protected voidinitMaxIntervalsTextBox()booleanisFixedStrategy()voidonFixedStrategyChanged()protected voidresetCommon()
-
-
-
Constructor Detail
-
DataSetGroupDateEditor
@Inject public DataSetGroupDateEditor(DataSetGroupDateEditor.View view, javax.enterprise.event.Event<DataSetGroupDateChanged> changeEvent)
-
-
Method Detail
-
asWidget
public com.google.gwt.user.client.ui.Widget asWidget()
- Specified by:
asWidgetin interfacecom.google.gwt.user.client.ui.IsWidget
-
getColumnGroup
public org.dashbuilder.dataset.group.ColumnGroup getColumnGroup()
-
init
public void init(org.dashbuilder.dataset.group.ColumnGroup columnGroup)
-
isFixedStrategy
public boolean isFixedStrategy()
-
initIntervalTypeSelector
protected void initIntervalTypeSelector()
-
getListOfIntervalTypes
public List<org.dashbuilder.dataset.group.DateIntervalType> getListOfIntervalTypes()
-
initFirstDayListBox
protected void initFirstDayListBox()
-
initFirstMonthListBox
protected void initFirstMonthListBox()
-
initMaxIntervalsTextBox
protected void initMaxIntervalsTextBox()
-
initEmptyIntervalsFlag
protected void initEmptyIntervalsFlag()
-
resetCommon
protected void resetCommon()
-
gotoDynamicMode
public void gotoDynamicMode()
-
gotoFixedMode
public void gotoFixedMode()
-
onFixedStrategyChanged
public void onFixedStrategyChanged()
-
-