org.araneaframework.uilib.list.structure |
|
Java Source File Name | Type | Comment |
BaseListStructure.java | Class | |
FieldAware.java | Interface | General interface for objects that are aware of one field. |
ListField.java | Class | Base implementation of the
ListField . |
ListFilter.java | Interface | Static list filtering information that can be used along with
FilterInfo to build FilterExpression (an
Expression that evualuates into Boolean.TRUE
when the filter matches with the current record that a
VariableResolver provides and Boolean.FALSE
otherwise). |
ListOrder.java | Interface | Static list ordering information that can be used along with
OrderInfo to build OrderExpression (an
ComparatorExpression that compares the values that two
VariableResolvers provides). |
ListStructure.java | Class | |