|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Searchability | |
---|---|
org.melati.poem | Persistent Object Engine for Melati. |
org.melati.poem.generated | The POEM-generated support classes for org.melati.poem. |
Uses of Searchability in org.melati.poem |
---|
Fields in org.melati.poem declared as Searchability | |
---|---|
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. |
Methods in org.melati.poem that return Searchability | |
---|---|
protected Searchability |
Column.defaultSearchability()
|
static Searchability |
Searchability.forIndex(int index)
|
Searchability |
Column.getSearchability()
|
static Searchability |
Searchability.named(String name)
Throws NameUnrecognisedException if not found. |
Methods in org.melati.poem with parameters of type Searchability | |
---|---|
void |
Column.setSearchability(Searchability searchability)
|
Uses of Searchability in org.melati.poem.generated |
---|
Methods in org.melati.poem.generated that return Searchability | |
---|---|
Searchability |
ColumnInfoBase.getSearchability()
Retrieves the Searchability value of this Persistent . |
Methods in org.melati.poem.generated with parameters of type Searchability | |
---|---|
void |
ColumnInfoBase.setSearchability(Searchability cooked)
Sets the Searchability value, with checking, for the Persistent argument. |
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |