| Package | Description |
|---|---|
| org.melati.poem |
Persistent Object Engine for Melati.
|
| org.melati.poem.generated |
The POEM-generated support classes for org.melati.poem.
|
| Modifier and Type | Field and Description |
|---|---|
static DisplayLevel |
DisplayLevel.detail
Display level of
Columns included in a detailed display
of a single record. |
static DisplayLevel |
DisplayLevel.never
Display level of
Columns hidden from users. |
static DisplayLevel |
DisplayLevel.primary
Display level of a
Column used as the name of the
whole record. |
static DisplayLevel |
DisplayLevel.record
Display level of
Columns included in display focusing on a
single record, but without detail. |
static DisplayLevel |
DisplayLevel.summary
Display level of
Columns to be included in a summary of
records in a set. |
| Modifier and Type | Method and Description |
|---|---|
static DisplayLevel |
DisplayLevel.forIndex(int index)
Get by numeric id.
|
DisplayLevel |
Column.getDisplayLevel() |
static DisplayLevel |
DisplayLevel.named(String name)
Get by name.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Column<?>> |
Table.displayColumns(DisplayLevel level)
Return columns at a display level in display order.
|
Enumeration<Column<?>> |
JdbcTable.displayColumns(DisplayLevel level)
Return columns at a display level in display order.
|
int |
Table.displayColumnsCount(DisplayLevel level) |
int |
JdbcTable.displayColumnsCount(DisplayLevel level) |
void |
Column.setDisplayLevel(DisplayLevel level) |
| Modifier and Type | Method and Description |
|---|---|
DisplayLevel |
ColumnInfoBase.getDisplaylevel()
Retrieves the Displaylevel value
of this
Persistent. |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnInfoBase.setDisplaylevel(DisplayLevel cooked)
Sets the
Displaylevel value, with checking, for the Persistent argument. |
Copyright © 2000–2021 PanEris. All rights reserved.