Interface TimeFrameEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<TimeFrameEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<TimeFrameEditor>
- All Known Implementing Classes:
TimeFrameEditorView
- Enclosing class:
- TimeFrameEditor
public static interface TimeFrameEditor.View extends org.uberfire.client.mvp.UberView<TimeFrameEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddFirstMonthItem(org.dashbuilder.dataset.date.Month month)voidclearFirstMonthSelector()intgetSelectedFirstMonthIndex()voidhideFirstMonthSelector()voidsetSelectedFirstMonthIndex(int index)voidshowFirstMonthSelector()
-
-
-
Method Detail
-
hideFirstMonthSelector
void hideFirstMonthSelector()
-
showFirstMonthSelector
void showFirstMonthSelector()
-
clearFirstMonthSelector
void clearFirstMonthSelector()
-
addFirstMonthItem
void addFirstMonthItem(org.dashbuilder.dataset.date.Month month)
-
setSelectedFirstMonthIndex
void setSelectedFirstMonthIndex(int index)
-
getSelectedFirstMonthIndex
int getSelectedFirstMonthIndex()
-
-