Class GridHelperServiceImpl
java.lang.Object
net.datenwerke.gxtdto.client.utilityservices.grid.GridHelperServiceImpl
- All Implemented Interfaces:
GridHelperService
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.datenwerke.gxtdto.client.utilityservices.grid.GridHelperService
GridHelperService.CCContainer<D,V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateBooleanComboBoxColumnConfig(<any> vp, boolean nullable, boolean trueFirst, int width, String tString, String fString) <D,V extends Enum<?>>
GridHelperService.CCContainer<D, V> createComboBoxColumnConfig(V[] values, <any> vp, boolean nullable, SortDir sortDir, int width) <D,V> GridHelperService.CCContainer <D, V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, <any> labelProvider, Comparator<Object> comparator, boolean nullable, SortDir sortDir, int width) <D,V> GridHelperService.CCContainer <D, V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, Comparator<Object> comparator, boolean nullable, SortDir sortDir, int width)
-
Constructor Details
-
GridHelperServiceImpl
public GridHelperServiceImpl()
-
-
Method Details
-
createComboBoxColumnConfig
public <D,V extends Enum<?>> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, boolean nullable, SortDir sortDir, int width) - Specified by:
createComboBoxColumnConfigin interfaceGridHelperService
-
createComboBoxColumnConfig
public <D,V> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, Comparator<Object> comparator, boolean nullable, SortDir sortDir, int width) - Specified by:
createComboBoxColumnConfigin interfaceGridHelperService
-
createBooleanComboBoxColumnConfig
public <D> GridHelperService.CCContainer<D,Boolean> createBooleanComboBoxColumnConfig(<any> vp, boolean nullable, boolean trueFirst, int width, String tString, String fString) - Specified by:
createBooleanComboBoxColumnConfigin interfaceGridHelperService
-
createComboBoxColumnConfig
public <D,V> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, <any> labelProvider, Comparator<Object> comparator, boolean nullable, SortDir sortDir, int width) - Specified by:
createComboBoxColumnConfigin interfaceGridHelperService
-