| Package | Description |
|---|---|
| org.uqbar.arena.actions | |
| org.uqbar.arena.widgets | |
| org.uqbar.arena.widgets.tree | |
| org.uqbar.arena.windows | |
| org.uqbar.lacar.ui.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncActionDecorator
Decorates an
Action object to make it asynchronous. |
class |
MessageSend
Una acción implementada como un envío de mensaje a un objeto.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
MessageSend.asAsync()
Returns a new
Action object that is this same one
but that will execute in a different thread asynchronously. |
| Constructor and Description |
|---|
AsyncActionDecorator(Action decoratee) |
| Modifier and Type | Field and Description |
|---|---|
protected Action |
Link.onClick |
protected Action |
Selector.onSelection |
| Modifier and Type | Method and Description |
|---|---|
Button |
Button.onClick(Action onClick) |
Link |
Link.onClick(Action onClick) |
Selector<T> |
Selector.onSelection(Action onSelection) |
| Modifier and Type | Method and Description |
|---|---|
Action |
Tree.getOnClickItem() |
Action |
Tree.getOnExpand() |
| Modifier and Type | Method and Description |
|---|---|
Tree<T> |
Tree.onClickItem(Action onClickItem) |
Tree<T> |
Tree.onExpand(Action onExpand) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskWindow.onAccept(Action action)
Permite configurar una acción que será ejecutada luego de finalizar la ejecución (exitosa) de la tarea
subyacente.
|
void |
Dialog.onAccept(Action action) |
void |
TaskWindow.onCancel(Action action)
Permite configurar una acción que será ejecutada en caso de cancelar la ejecucińo de la tarea
subyacente.
|
void |
Dialog.onCancel(Action action) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoopAction
Implementacion de
Action que no hace nada. |
| Modifier and Type | Method and Description |
|---|---|
ButtonBuilder |
PanelBuilder.addButton(String caption,
Action action) |
LinkBuilder |
PanelBuilder.addLink(String caption,
Action action) |
AbstractWidgetBuilder |
AbstractWidgetBuilder.onPack(Action action) |
WidgetBuilder |
WidgetBuilder.onPack(Action action)
Allows to configure an action that will be executed just before the default "pack" action.
|
WidgetBuilder |
NoopWidgetBuilder.onPack(Action action) |
ListBuilder<T> |
ListBuilder.onSelection(Action action) |
Copyright © 2015 Uqbar Project. All rights reserved.