| Package | Description |
|---|---|
| de.richtercloud.reflection.form.builder.panels |
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanListPanelCellEditor |
class |
IntegerListPanelCellEditor |
class |
SimpleEntityListPanelCellEditor
Displays the same component as
EntityListPanelCellRenderer. |
class |
StringListPanelCellEditor |
| Modifier and Type | Method and Description |
|---|---|
ListPanelTableCellEditor |
AbstractListPanel.getMainListCellEditor() |
| Constructor and Description |
|---|
AbstractListPanel(R reflectionFormBuilder,
ListPanelTableCellEditor mainListCellEditor,
ListPanelTableCellRenderer mainListCellRenderer,
M mainListModel,
List<T> initialValues,
de.richtercloud.message.handler.MessageHandler messageHandler,
JTableHeader tableHeader)
Subclasses are strongly recommended to call
AbstractListPanel.reset() to
initialize the values. |
AbstractSingleColumnListPanel(R reflectionFormBuilder,
ListPanelTableCellEditor mainListCellEditor,
ListPanelTableCellRenderer mainListCellRenderer,
M mainListModel,
List<T> initialValues,
de.richtercloud.message.handler.MessageHandler messageHandler) |
Copyright © 2018. All rights reserved.