| Package | Description |
|---|---|
| to.etc.webapp.query |
| Modifier and Type | Method and Description |
|---|---|
QSelectionFunction |
QSelectionItem.getFunction()
Get the function applied to this selection item.
|
static QSelectionFunction |
QSelectionFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QSelectionFunction[] |
QSelectionFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
QCriteriaQueryBase.addPropertySelection(QSelectionFunction f,
String prop,
String alias)
Add a simple property selector to the list.
|
void |
QSelection.addPropertySelection(QSelectionFunction f,
String prop,
String alias)
Add a simple property selector to the list.
|
| Constructor and Description |
|---|
QMultiSelection(QSelectionFunction function,
Collection<QSelectionItem> list) |
QMultiSelection(QSelectionFunction function,
QSelectionItem[] itemList) |
QPropertySelection(QSelectionFunction function,
String property)
Create a selection using the specified function applied to the specified property.
|
QSelectionItem(QSelectionFunction function) |
Copyright © 2017 etc.to. All rights reserved.