| Package | Description |
|---|---|
| de.terrestris.shoguncore.dao | |
| de.terrestris.shoguncore.model.layout | |
| de.terrestris.shoguncore.model.module | |
| de.terrestris.shoguncore.rest | |
| de.terrestris.shoguncore.service |
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutDao<E extends Layout> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbsoluteLayout
This class is the representation of an absolute layout, where components are
anchored in absolute positions, which are stored in the
AbsoluteLayout.coords
property. |
class |
BorderLayout
This class is the representation of an border layout, where components are
anchored in (predefined) regions, which are stored in the
BorderLayout.regions
property. |
| Modifier and Type | Method and Description |
|---|---|
Layout |
CompositeModule.getLayout() |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeModule.setLayout(Layout layout) |
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutRestController<E extends Layout,D extends LayoutDao<E>,S extends LayoutService<E,D>> |
| Modifier and Type | Class and Description |
|---|---|
class |
LayoutService<E extends Layout,D extends LayoutDao<E>>
Service class for the
Layout model. |
Copyright © 2020 terrestris GmbH & Co. KG. All rights reserved.