| Package | Description |
|---|---|
| com.thecoderscorner.menu.domain | |
| com.thecoderscorner.menu.domain.state | |
| com.thecoderscorner.menu.domain.util | |
| com.thecoderscorner.menu.remote.commands |
| Modifier and Type | Method | Description |
|---|---|---|
SubMenuItem |
SubMenuItemBuilder.menuItem() |
| Modifier and Type | Method | Description |
|---|---|---|
SubMenuItemBuilder |
SubMenuItemBuilder.withExisting(SubMenuItem item) |
| Modifier and Type | Field | Description |
|---|---|---|
static SubMenuItem |
MenuTree.ROOT |
| Modifier and Type | Method | Description |
|---|---|---|
SubMenuItem |
MenuTree.findParent(MenuItem toFind) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
MenuTree.addMenuItem(SubMenuItem parent,
MenuItem item) |
|
Optional<MenuItem> |
MenuTree.getMenuById(SubMenuItem root,
int id) |
|
void |
MenuTree.moveItem(SubMenuItem parent,
MenuItem newItem,
MenuTree.MoveType moveType) |
|
void |
MenuTree.removeMenuItem(SubMenuItem parent,
MenuItem item) |
|
void |
MenuTree.replaceMenuById(SubMenuItem subMenu,
MenuItem toReplace) |
| Modifier and Type | Method | Description |
|---|---|---|
static SubMenuItem |
MenuItemHelper.asSubMenu(MenuItem item) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractMenuItemVisitor.visit(SubMenuItem item) |
|
void |
MenuItemVisitor.visit(SubMenuItem item) |
| Modifier and Type | Method | Description |
|---|---|---|
static MenuSubBootCommand |
CommandFactory.newMenuSubBootCommand(int parentId,
SubMenuItem item) |
| Constructor | Description |
|---|---|
MenuSubBootCommand(int subMenuId,
SubMenuItem menuItem,
boolean currentVal) |
Copyright © 2018. All rights reserved.