Interface TimeAmountEditor.View
-
- All Superinterfaces:
org.uberfire.client.mvp.HasPresenter<TimeAmountEditor>,com.google.gwt.user.client.ui.IsWidget,org.uberfire.client.mvp.UberView<TimeAmountEditor>
- All Known Implementing Classes:
TimeAmountEditorView
- Enclosing class:
- TimeAmountEditor
public static interface TimeAmountEditor.View extends org.uberfire.client.mvp.UberView<TimeAmountEditor>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddIntervalTypeItem(org.dashbuilder.dataset.group.DateIntervalType type)voidclearIntervalTypeSelector()longgetQuantity()intgetSelectedTypeIndex()voidsetQuantity(long quantity)voidsetSelectedTypeIndex(int typeIdx)
-
-
-
Method Detail
-
setQuantity
void setQuantity(long quantity)
-
getQuantity
long getQuantity()
-
clearIntervalTypeSelector
void clearIntervalTypeSelector()
-
addIntervalTypeItem
void addIntervalTypeItem(org.dashbuilder.dataset.group.DateIntervalType type)
-
setSelectedTypeIndex
void setSelectedTypeIndex(int typeIdx)
-
getSelectedTypeIndex
int getSelectedTypeIndex()
-
-