| Modifier and Type | Method and Description |
|---|---|
InlineMenuButton |
InlineMenuRow.buttonAt(int index) |
InlineMenuButton |
InlineMenuRow.removeButton(int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineMenuRowBuilder.internalAddButton(InlineMenuButton button) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractInlineMenuButton |
| Modifier and Type | Method and Description |
|---|---|
protected InlineMenuButton |
AbstractButtonBuilder.processButton(InlineMenuButton button) |
InlineMenuButton |
AbstractInlineMenuButton.setCallback(ButtonCallback callback) |
InlineMenuButton |
InlineMenuButton.setCallback(ButtonCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
protected InlineMenuButton |
AbstractButtonBuilder.processButton(InlineMenuButton button) |
| Modifier and Type | Method and Description |
|---|---|
UserInputInlineMenuButtonBuilder<T> |
UserInputInlineMenuButtonBuilder.textCallback(BiConsumer<InlineMenuButton,String> textCallback) |
| Modifier and Type | Method and Description |
|---|---|
String |
ButtonCallback.callback(InlineMenuButton button) |
String |
ToggleCallback.handleToggle(InlineMenuButton button,
boolean newValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
BackButton |
class |
SubInlineMenuButton |
class |
ToggleInlineMenuButton |
class |
UserInputInlineMenuButton |
| Constructor and Description |
|---|
UserInputInlineMenuButton(InlineMenu owner,
int row,
int num,
BiConsumer<InlineMenuButton,String> textCallback) |
UserInputInlineMenuButton(InlineMenu owner,
int row,
int num,
String text,
BiConsumer<InlineMenuButton,String> textCallback) |
Copyright © 2016. All rights reserved.