Class EditableLargeNumberMenuItem

java.lang.Object
com.thecoderscorner.menu.domain.MenuItem<BigDecimal>
com.thecoderscorner.menu.domain.EditableLargeNumberMenuItem

public class EditableLargeNumberMenuItem extends MenuItem<BigDecimal>
A menu item that corresponds to the large number type on the device. These numeric values are generally large enough that they should be stored as big decimals. They have a maximum number of digits and a fixed number of decimal places. They can be positive or negative, although you can prevent negative values by setting negativeAllowed to false.
  • Constructor Details

    • EditableLargeNumberMenuItem

      public EditableLargeNumberMenuItem()
    • EditableLargeNumberMenuItem

      public EditableLargeNumberMenuItem(String name, String varName, int id, int eepromAddress, String functionName, int digitsAllowed, int decimalPlaces, boolean negativeAllowed, boolean readOnly, boolean localOnly, boolean visible)
  • Method Details