Uses of Class
com.thecoderscorner.menu.domain.BooleanMenuItem
-
Packages that use BooleanMenuItem Package Description com.thecoderscorner.menu.domain com.thecoderscorner.menu.domain.util com.thecoderscorner.menu.remote.commands -
-
Uses of BooleanMenuItem in com.thecoderscorner.menu.domain
Methods in com.thecoderscorner.menu.domain that return BooleanMenuItem Modifier and Type Method Description BooleanMenuItemBooleanMenuItemBuilder. menuItem()Methods in com.thecoderscorner.menu.domain with parameters of type BooleanMenuItem Modifier and Type Method Description BooleanMenuItemBuilderBooleanMenuItemBuilder. withExisting(BooleanMenuItem item) -
Uses of BooleanMenuItem in com.thecoderscorner.menu.domain.util
Methods in com.thecoderscorner.menu.domain.util with parameters of type BooleanMenuItem Modifier and Type Method Description voidAbstractMenuItemVisitor. visit(BooleanMenuItem item)voidMenuItemVisitor. visit(BooleanMenuItem item)This will be called during visit for a boolean item -
Uses of BooleanMenuItem in com.thecoderscorner.menu.remote.commands
Methods in com.thecoderscorner.menu.remote.commands with parameters of type BooleanMenuItem Modifier and Type Method Description static MenuBooleanBootCommandCommandFactory. newMenuBooleanBootCommand(int parentId, BooleanMenuItem item, boolean currentVal)create a new boolean bootstrap command.Constructors in com.thecoderscorner.menu.remote.commands with parameters of type BooleanMenuItem Constructor Description MenuBooleanBootCommand(int subMenuId, BooleanMenuItem menuItem, boolean currentVal)
-