| Package | Description |
|---|---|
| org.uqbar.arena.bindings | |
| org.uqbar.arena.widgets | |
| org.uqbar.arena.widgets.tables | |
| org.uqbar.arena.widgets.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ObservableValue<V extends Control,C extends ControlBuilder>
Observa el valor de un
Control |
| Modifier and Type | Class and Description |
|---|---|
class |
Button
No hay mucho para decir, es un
Control de tipo "boton"
Tiene un texto Button.caption. |
class |
CheckBox
El valor de un
CheckBox puede ser verdadero (si está seleccionado) o falso (en caso contrario). |
class |
FileSelector |
class |
KeyWordTextArea |
class |
Label
Representa una porción texto que se muestra dentro de un
Panel y que no puede ser modificado por el
usuario. |
class |
Link |
class |
List<T> |
class |
RadioSelector<T>
A single-selection list of options represented
as a list of radiobuttons.
|
class |
Selector<T>
A control that allows to choose a single value from a list of objects.
|
class |
SkinnableControl |
class |
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.
|
class |
TextBox
Control que permite editar texto simple.
|
| Modifier and Type | Method and Description |
|---|---|
Control |
Control.setHeight(int preferredSize) |
Control |
Control.setWidth(int preferredSize) |
| Modifier and Type | Method and Description |
|---|---|
<C extends ControlBuilder> |
Control.background() |
<C extends ControlBuilder,T,U> |
Control.bindBackground(String propertyName) |
<M,C extends ControlBuilder> |
Control.bindEnabled(Observable<M> modelObservable) |
<C extends ControlBuilder> |
Control.bindEnabledToProperty(String propertyName)
Binds the "enabled" property of this control to a property of the model of the container.
|
<C extends ControlBuilder,T,U> |
Control.bindForeground(String propertyName) |
<M,C extends ControlBuilder> |
Control.bindValue(Observable<M> modelObservable)
Binds the value hold by this control with an
ObservableProperty |
<M,C extends ControlBuilder> |
Control.bindValueToProperty(String modelProperty)
Binds the value hold by this control with a property of the model of the container.
|
<M,C extends ControlBuilder> |
Spinner.bindValueToProperty(String modelProperty) |
<C extends ControlBuilder> |
Control.bindVisible(Observable modelObservable) |
<C extends ControlBuilder> |
Control.bindVisibleToProperty(String propertyName) |
<C extends ControlBuilder> |
Control.enabled() |
<C extends ControlBuilder> |
Control.foreground() |
<C extends ControlBuilder> |
Control.tooltip() |
<C extends ControlBuilder> |
Control.value() |
<C extends ControlBuilder> |
Control.visible() |
| Modifier and Type | Class and Description |
|---|---|
class |
Table<R> |
| Modifier and Type | Method and Description |
|---|---|
<C extends ControlBuilder> |
Table.bindSelectionToProperty(String selected)
Vincula la fila seleccionada de esta tabla con una propiedad del modelo asociado al contenedor.
|
ObservableValue<Control,ControlBuilder> |
Table.selection() |
| Modifier and Type | Class and Description |
|---|---|
class |
Tree<T> |
Copyright © 2015 Uqbar Project. All rights reserved.