java.lang.Object
com.thecoderscorner.menu.domain.MenuItem
com.thecoderscorner.menu.domain.BooleanMenuItem

public class BooleanMenuItem extends MenuItem
A menu item that can only hold boolean values (true or false). The naming can be changed such that the boolean can be represented with different text. Rather than using the constructor use the BooleanMenuItemBuilder to build one.
  • Constructor Details

    • BooleanMenuItem

      public BooleanMenuItem()
    • BooleanMenuItem

      public BooleanMenuItem(String name, String varName, int id, int eepromAddress, String functionName, BooleanMenuItem.BooleanNaming naming, boolean readOnly, boolean localOnly, boolean visible)
  • Method Details