| 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 Searchability |
Searchability.no
The column is not searchable so the user will not
be given the opportunity to enter search criteria
for it.
|
static Searchability |
Searchability.primary
The column is the only one in the table for which a
special widget is provided to enter a search value.
|
static Searchability |
Searchability.yes
The column is searchable so that the user is able
to enter search criteria for it included along
with others when searching for rows.
|
| Modifier and Type | Method and Description |
|---|---|
static Searchability |
Searchability.forIndex(int index) |
Searchability |
Column.getSearchability() |
static Searchability |
Searchability.named(String name)
Throws NameUnrecognisedException if not found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Column.setSearchability(Searchability searchability) |
| Modifier and Type | Method and Description |
|---|---|
Searchability |
ColumnInfoBase.getSearchability()
Retrieves the Searchability value
of this
Persistent. |
| Modifier and Type | Method and Description |
|---|---|
void |
ColumnInfoBase.setSearchability(Searchability cooked)
Sets the
Searchability value, with checking, for the Persistent argument. |
Copyright © 2000–2021 PanEris. All rights reserved.