public class GridHelperServiceImpl extends java.lang.Object implements GridHelperService
GridHelperService.CCContainer<D,V>
Constructor and Description |
---|
GridHelperServiceImpl() |
Modifier and Type | Method and Description |
---|---|
<D> GridHelperService.CCContainer<D,java.lang.Boolean> |
createBooleanComboBoxColumnConfig(<any> vp,
boolean nullable,
boolean trueFirst,
int width,
java.lang.String tString,
java.lang.String fString) |
<D,V> GridHelperService.CCContainer<D,V> |
createComboBoxColumnConfig(V[] values,
<any> vp,
<any> converter,
<any> labelProvider,
java.util.Comparator<java.lang.Object> comparator,
boolean nullable,
SortDir sortDir,
int width) |
<D,V> GridHelperService.CCContainer<D,V> |
createComboBoxColumnConfig(V[] values,
<any> vp,
<any> converter,
java.util.Comparator<java.lang.Object> comparator,
boolean nullable,
SortDir sortDir,
int width) |
<D,V extends java.lang.Enum<?>> |
createComboBoxColumnConfig(V[] values,
<any> vp,
boolean nullable,
SortDir sortDir,
int width) |
public <D,V extends java.lang.Enum<?>> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, boolean nullable, SortDir sortDir, int width)
createComboBoxColumnConfig
in interface GridHelperService
public <D,V> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, java.util.Comparator<java.lang.Object> comparator, boolean nullable, SortDir sortDir, int width)
createComboBoxColumnConfig
in interface GridHelperService
public <D> GridHelperService.CCContainer<D,java.lang.Boolean> createBooleanComboBoxColumnConfig(<any> vp, boolean nullable, boolean trueFirst, int width, java.lang.String tString, java.lang.String fString)
createBooleanComboBoxColumnConfig
in interface GridHelperService
public <D,V> GridHelperService.CCContainer<D,V> createComboBoxColumnConfig(V[] values, <any> vp, <any> converter, <any> labelProvider, java.util.Comparator<java.lang.Object> comparator, boolean nullable, SortDir sortDir, int width)
createComboBoxColumnConfig
in interface GridHelperService