Interface GridHelperService
- All Known Implementing Classes:
GridHelperServiceImpl
public interface GridHelperService
-
Nested Class Summary
Nested Classes -
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)
-
Method Details
-
createComboBoxColumnConfig
<D,V extends Enum<?>> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, boolean nullable, SortDir sortDir, int width) -
createComboBoxColumnConfig
<D,V> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, Comparator<Object> comparator, boolean nullable, SortDir sortDir, int width) -
createComboBoxColumnConfig
<D,V> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, <any> labelProvider, Comparator<Object> comparator, boolean nullable, SortDir sortDir, int width) -
createBooleanComboBoxColumnConfig
<D> GridHelperService.CCContainer<D,Boolean> createBooleanComboBoxColumnConfig(<any> vp, boolean nullable, boolean trueFirst, int width, String tString, String fString)
-