Class BigDecimalMenuState


  • public class BigDecimalMenuState
    extends MenuState<java.math.BigDecimal>
    • Constructor Summary

      Constructors 
      Constructor Description
      BigDecimalMenuState​(MenuItem<java.math.BigDecimal> item, boolean changed, boolean active, java.math.BigDecimal value)
      Creates a state that can store a big decimal
    • Constructor Detail

      • BigDecimalMenuState

        public BigDecimalMenuState​(MenuItem<java.math.BigDecimal> item,
                                   boolean changed,
                                   boolean active,
                                   java.math.BigDecimal value)
        Creates a state that can store a big decimal
        Parameters:
        item - the menu item it belongs to
        changed - if the item has changed
        active - if the item is active.
        value - the current value as a big decimal