| Interface | Description |
|---|---|
| Container |
Interfaz que implementan todos los elementos visuales que pueden contener
Widgets. |
| Node<T> | |
| TextFilter |
An object that receives
TextInputEvent events
from the user and can decide whether to accept the input or not. |
| Class | Description |
|---|---|
| Button |
No hay mucho para decir, es un
Control de tipo "boton"
Tiene un texto Button.caption. |
| CheckBox |
El valor de un
CheckBox puede ser verdadero (si está seleccionado) o falso (en caso contrario). |
| Control |
A
Widget that allows to edit a single value. |
| FileSelector | |
| GroupPanel |
A special panel that has a border and a title.
|
| KeyWordTextArea | |
| Label |
Representa una porción texto que se muestra dentro de un
Panel y que no puede ser modificado por el
usuario. |
| Link | |
| List<T> | |
| Panel |
A generic container widget.
|
| RadioSelector<T> |
A single-selection list of options represented
as a list of radiobuttons.
|
| Selector<T> |
A control that allows to choose a single value from a list of objects.
|
| SkinnableControl | |
| Spinner |
Arena's control that allows you to edit a numeric value through a textbox which has two buttons
with it in order to increment / decrement the current value.
|
| TextBox |
Control que permite editar texto simple.
|
| TextInputEvent |
An event object that represents the action performed by the user on a
TextBox control
to input text. |
| Widget |
Clase abstracta de la que heredan todos los demás componentes visuales.
|
Copyright © 2015 Uqbar Project. All rights reserved.