java.lang.Object
com.thecoderscorner.menu.domain.MenuItem<Boolean>
com.thecoderscorner.menu.domain.ActionMenuItem

public class ActionMenuItem extends MenuItem<Boolean>
ActionMenuItem represents a menu item that is a one shot action, in that when triggered it just runs the callback on the embedded side.
  • Constructor Details

    • ActionMenuItem

      public ActionMenuItem()
    • ActionMenuItem

      public ActionMenuItem(String name, String variableName, int id, String functionName, int eepromAddr, boolean readOnly, boolean localOnly, boolean visible)
  • Method Details