@@ -4,20 +4,14 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace Psi\Component\Grid\Filter; |
| 6 | 6 | |
| 7 | -use Psi\Component\ObjectAgent\Capabilities; |
|
| 8 | 7 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
| 9 | -use Symfony\Component\Form\Extension\Core\Type\TextType; |
|
| 10 | -use Symfony\Component\Form\Extension\Core\Type\FormType; |
|
| 11 | 8 | use Symfony\Component\Form\FormBuilderInterface; |
| 12 | -use Psi\Component\Grid\Metadata\GridMetadata; |
|
| 13 | 9 | use Psi\Component\ObjectAgent\Query\Comparison; |
| 14 | 10 | use Psi\Component\ObjectAgent\Query\Query; |
| 15 | 11 | use Psi\Component\Grid\FilterInterface; |
| 16 | 12 | use Psi\Component\ObjectAgent\Query\Expression; |
| 17 | 13 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 18 | 14 | use Symfony\Component\Form\FormInterface; |
| 19 | -use Symfony\Component\Form\AbstractType; |
|
| 20 | -use Symfony\Component\Validator\Constraints\NotNull; |
|
| 21 | 15 | use Psi\Component\Grid\FilterDataInterface; |
| 22 | 16 | use Symfony\Component\Form\Extension\Core\Type\NumberType; |
| 23 | 17 | |
@@ -4,20 +4,15 @@ |
||
| 4 | 4 | |
| 5 | 5 | namespace Psi\Component\Grid\Filter; |
| 6 | 6 | |
| 7 | -use Psi\Component\ObjectAgent\Capabilities; |
|
| 8 | 7 | use Symfony\Component\Form\Extension\Core\Type\ChoiceType; |
| 9 | 8 | use Symfony\Component\Form\Extension\Core\Type\TextType; |
| 10 | -use Symfony\Component\Form\Extension\Core\Type\FormType; |
|
| 11 | 9 | use Symfony\Component\Form\FormBuilderInterface; |
| 12 | -use Psi\Component\Grid\Metadata\GridMetadata; |
|
| 13 | 10 | use Psi\Component\ObjectAgent\Query\Comparison; |
| 14 | 11 | use Psi\Component\ObjectAgent\Query\Query; |
| 15 | 12 | use Psi\Component\Grid\FilterInterface; |
| 16 | 13 | use Psi\Component\ObjectAgent\Query\Expression; |
| 17 | 14 | use Symfony\Component\OptionsResolver\OptionsResolver; |
| 18 | 15 | use Symfony\Component\Form\FormInterface; |
| 19 | -use Symfony\Component\Form\AbstractType; |
|
| 20 | -use Symfony\Component\Validator\Constraints\NotNull; |
|
| 21 | 16 | use Psi\Component\Grid\FilterDataInterface; |
| 22 | 17 | |
| 23 | 18 | class StringFilter implements FilterInterface |
@@ -6,7 +6,6 @@ |
||
| 6 | 6 | use Psi\Component\ObjectAgent\AgentFinder; |
| 7 | 7 | use Psi\Component\ObjectAgent\Query\Query; |
| 8 | 8 | use Psi\Component\View\ViewFactory; |
| 9 | -use Psi\Component\Grid\Form\FilterType; |
|
| 10 | 9 | use Psi\Component\Grid\FilterFormFactory; |
| 11 | 10 | |
| 12 | 11 | class GridFactory |
@@ -4,7 +4,6 @@ |
||
| 4 | 4 | |
| 5 | 5 | use Doctrine\Common\Annotations\Reader; |
| 6 | 6 | use Metadata\Driver\DriverInterface; |
| 7 | -use Psi\Component\Grid\Metadata\Annotations; |
|
| 8 | 7 | use Psi\Component\Grid\Metadata\ClassMetadata; |
| 9 | 8 | use Psi\Component\Grid\Metadata\ColumnMetadata; |
| 10 | 9 | use Psi\Component\Grid\Metadata\GridMetadata; |