| Package | Description |
|---|---|
| org.uqbar.arena.widgets | |
| org.uqbar.arena.windows |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupPanel
A special panel that has a border and a title.
|
| Modifier and Type | Method and Description |
|---|---|
Panel |
Panel.bindContentsToProperty(String propertyName)
Vincula el contenido de este panel con una propiedad del panel padre.
|
Panel |
Panel.setLayout(Layout layout) |
Panel |
Panel.setWidth(int panelWidth) |
| Constructor and Description |
|---|
CheckBox(Panel container) |
KeyWordTextArea(Panel container) |
Label(Panel container) |
TextBox(Panel container) |
| Modifier and Type | Method and Description |
|---|---|
protected Panel |
Window.createMainPanel()
Creación del panel principal de la ventana, todos los demás componentes dependerán de este.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
Dialog.addActions(Panel actionsPanel) |
protected abstract void |
SimpleWindow.addActions(Panel actionsPanel) |
protected void |
SimpleWindow.configureLayout(Panel mainPanel) |
protected void |
SimpleWindow.createActionsPanel(Panel mainPanel) |
abstract void |
Window.createContents(Panel mainPanel)
Este es el lugar en el que las subclases pueden crear los componentes hijos de esta ventana.
|
void |
SimpleWindow.createContents(Panel mainPanel) |
protected ErrorsPanel |
SimpleWindow.createErrorsPanel(Panel mainPanel) |
protected abstract void |
SimpleWindow.createFormPanel(Panel mainPanel) |
protected void |
SimpleWindow.createMainTemplate(Panel mainPanel) |
| Constructor and Description |
|---|
ErrorsPanel(Panel container,
String okMessage) |
Copyright © 2015 Uqbar Project. All rights reserved.