Package | Description |
---|---|
com.panemu.tiwulfx.common | |
com.panemu.tiwulfx.control | |
com.panemu.tiwulfx.table |
Modifier and Type | Method and Description |
---|---|
TableCriteria.Operator |
TableCriteria.getOperator() |
static TableCriteria.Operator |
TableCriteria.Operator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TableCriteria.Operator[] |
TableCriteria.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TableCriteria.setOperator(TableCriteria.Operator operator) |
Constructor and Description |
---|
TableCriteria(java.lang.String attributeName,
TableCriteria.Operator operator,
T value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<T> |
LookupFieldController.loadDataForPopup(java.lang.String propertyName,
java.lang.String key,
TableCriteria.Operator operator)
This method is published to serve data displayed on Lookup's suggestion list.
|
Modifier and Type | Method and Description |
---|---|
TableCriteria.Operator |
SearchMenuItemBase.getSelectedOperator() |
Modifier and Type | Method and Description |
---|---|
protected abstract java.util.List<TableCriteria.Operator> |
SearchMenuItemBase.getOperators() |
Modifier and Type | Method and Description |
---|---|
void |
SearchMenuItemBase.setSelectedOperator(TableCriteria.Operator op) |