icingaweb2/library/Icinga/Data
Thomas Gelf 644dd5e33e Widget\FilterEditor: improve the filter editor
This adds quite a bunch of changes. Part of the filter-modifying
complexity has been moved to the filter, the editor widget itself
now makes use of new filter capabilities such as changing operator
or expression type.
2014-06-20 12:03:22 +02:00
..
DataArray Data\DataArray: use SimpleQuery and new interfaces 2014-06-06 06:21:35 +00:00
Db Data/queries: adjust to fit new filters 2014-06-17 12:34:02 +00:00
Filter Widget\FilterEditor: improve the filter editor 2014-06-20 12:03:22 +02:00
Browsable.php Implement interface "Browsable" for classes providing page turning 2014-04-15 15:36:13 +02:00
ConnectionInterface.php Data/interfaces: add Filterable, extend Connection 2014-06-06 06:07:33 +00:00
Fetchable.php Add "Fetchable" interface for classes providing data retrieval 2014-04-15 15:40:07 +02:00
Filterable.php Data\DataArray: use SimpleQuery and new interfaces 2014-06-06 06:21:35 +00:00
Limitable.php Implement "Limitable" interface for retrieving just a portion of a result set 2014-04-15 15:48:51 +02:00
PivotTable.php Data\PivotTable: should work with new queries 2014-06-06 06:47:49 +00:00
QueryInterface.php Add interface "QueryInterface" implementing Browsable, Fetchable, Filterable, Limitable, Sortable, Countable (WIP) 2014-04-17 14:21:01 +02:00
Queryable.php Add interface "Queryable" (WIP) 2014-04-15 16:23:17 +02:00
ResourceFactory.php Data\Db: rename Query and Connection to Db... 2014-06-06 06:43:13 +00:00
Selectable.php Replace DatasourceInterface with Selectable 2014-04-15 17:43:45 +02:00
SimpleQuery.php Data/queries: adjust to fit new filters 2014-06-17 12:34:02 +00:00
Sortable.php Sortable: Fix PHPDoc for parameter `$direction' 2014-05-07 10:00:41 +02:00