Class TimeAmountEditor

  • All Implemented Interfaces:
    com.google.gwt.user.client.ui.IsWidget

    @Dependent
    public class TimeAmountEditor
    extends Object
    implements com.google.gwt.user.client.ui.IsWidget
    • Field Detail

      • INTERVAL_TYPES

        public static List<org.dashbuilder.dataset.group.DateIntervalType> INTERVAL_TYPES
    • Method Detail

      • asWidget

        public com.google.gwt.user.client.ui.Widget asWidget()
        Specified by:
        asWidget in interface com.google.gwt.user.client.ui.IsWidget
      • getTimeAmount

        public org.dashbuilder.dataset.date.TimeAmount getTimeAmount()
      • init

        public void init​(org.dashbuilder.dataset.date.TimeAmount ta,
                         org.uberfire.mvp.Command onChangeCommand)
      • getQuantity

        public long getQuantity()
      • decreaseQuantity

        public void decreaseQuantity()
      • increaseQuantity

        public void increaseQuantity()
      • changeQuantity

        public void changeQuantity​(String value)
      • changeIntervalType

        public void changeIntervalType()
      • changeQuantity

        protected void changeQuantity​(long q)