| Package | Description |
|---|---|
| org.tentackle.fx.rdc |
FX rich desktop client API.
|
| org.tentackle.fx.rdc.crud |
PDO editing.
|
| org.tentackle.fx.rdc.security |
Security rules editing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PdoViewer<T extends PersistentDomainObject<T>,C extends FxController & PdoHolder<T>>
A wrapper for some view controller that can be used as a pdo editor.
Useful to view PDOs that cannot be edited. |
| Modifier and Type | Method and Description |
|---|---|
PdoEditor<T> |
DefaultGuiProvider.createEditor() |
PdoEditor<T> |
GuiProvider.createEditor()
Creates a controller to edit or view this object.
|
| Modifier and Type | Method and Description |
|---|---|
PdoEditor<T> |
PdoCrud.getEditor()
Gets the pdo editor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdoCrud.setEditor(PdoEditor<T> editor)
Sets the pdo editor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecurityEditor
Editor for Security.
|
Tentackle - distributed, domain- and model-driven