| Package | Description |
|---|---|
| to.etc.domui.component.buttons |
This package contains all kinds of action buttons.
|
| to.etc.domui.component.headers | |
| to.etc.domui.component.layout | |
| to.etc.domui.component.menu |
| Modifier and Type | Method and Description |
|---|---|
IUIAction<?> |
LinkButton.getAction() |
IUIAction<?> |
DefaultButton.getAction()
EXPERIMENTAL - UNSTABLE INTERFACE - Get the action associated with this button, or
null if the button is not action based.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LinkButton.setAction(IUIAction<Void> action) |
| Constructor and Description |
|---|
DefaultButton(IUIAction<?> action)
Create a
IUIAction based button. |
DefaultButton(T instance,
IUIAction<T> action)
Create a
IUIAction based button. |
LinkButton(IUIAction<Void> action) |
LinkButton(IUIAction<Void> action,
Object actionInstance) |
| Modifier and Type | Method and Description |
|---|---|
List<IUIAction<?>> |
ExpandHeader.getActionList() |
INotify<IUIAction<?>> |
HamburgerMenu.getOnSelection()
Sets a notification to be called when a menu selection is made.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExpandHeader.addAction(IUIAction<?> action) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExpandHeader.setActionList(List<IUIAction<?>> actionList) |
void |
HamburgerMenu.setOnSelection(INotify<IUIAction<?>> onSelection) |
| Constructor and Description |
|---|
HamburgerMenu(List<IUIAction<?>> actionList) |
| Modifier and Type | Method and Description |
|---|---|
<T> DefaultButton |
IButtonBar.addAction(T instance,
IUIAction<T> action) |
<T> DefaultButton |
ButtonBar.addAction(T instance,
IUIAction<T> action) |
<T> DefaultButton |
ButtonFactory.addAction(T instance,
IUIAction<T> action) |
<T> DefaultButton |
IButtonBar.addAction(T instance,
IUIAction<T> action,
int order) |
<T> DefaultButton |
ButtonBar.addAction(T instance,
IUIAction<T> action,
int order) |
<T> DefaultButton |
ButtonFactory.addAction(T instance,
IUIAction<T> action,
int order) |
DefaultButton |
IButtonBar.addButton(IUIAction<Void> action) |
DefaultButton |
ButtonBar.addButton(IUIAction<Void> action) |
DefaultButton |
ButtonFactory.addButton(IUIAction<Void> action) |
DefaultButton |
IButtonBar.addButton(IUIAction<Void> action,
int order) |
DefaultButton |
ButtonBar.addButton(IUIAction<Void> action,
int order) |
DefaultButton |
ButtonFactory.addButton(IUIAction<Void> action,
int order) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IUITestableAction<T>
Extension of
IUIAction that support automatic tests. |
| Modifier and Type | Class and Description |
|---|---|
class |
UIAction<T> |
| Modifier and Type | Method and Description |
|---|---|
IUIAction<?> |
PopupMenu.Item.getAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
PopupMenu.addAction(IUIAction<?> action) |
void |
PopupMenu.Submenu.addAction(IUIAction<?> action) |
void |
SimplePopupMenu.addAction(IUIAction<?> action) |
protected <T> void |
SimplePopupMenu.renderAction(NodeContainer into,
IUIAction<T> action,
T val) |
| Constructor and Description |
|---|
Item(IUIAction<?> action) |
Copyright © 2017 etc.to. All rights reserved.