public interface CellEntryService
| Modifier and Type | Field and Description |
|---|---|
static String |
DATARESOLVERCLASS |
static String |
DATARESOLVERPARAMS |
static String |
DOSORT |
static String |
SORTASCENDING |
static String |
SORTBYRAWVALUE |
static String |
SORTCASESENSITIVE |
static String |
SORTCOMPARATORCLASS |
static String |
SORTPRIORITY |
static String |
SORTVERTICALLY |
static final String DOSORT
static final String SORTCOMPARATORCLASS
static final String SORTBYRAWVALUE
static final String SORTASCENDING
static final String SORTCASESENSITIVE
static final String SORTVERTICALLY
static final String SORTPRIORITY
static final String DATARESOLVERCLASS
static final String DATARESOLVERPARAMS
Boolean getDoSort(CellEntryModel cellModel)
void setDoSort(CellEntryModel cellModel, Boolean doSort)
Class getSortComparatorClass(CellEntryModel cellModel)
void setSortComparatorClass(CellEntryModel cellModel, Class comparatorClass)
Boolean getSortByRawValue(CellEntryModel cellModel)
void setSortByRawValue(CellEntryModel cellModel, Boolean sortByRawValue)
Boolean getSortVertically(CellEntryModel cellModel)
void setSortVertically(CellEntryModel cellModel, Boolean sortVertically)
Boolean getSortAscending(CellEntryModel cellModel)
void setSortAscending(CellEntryModel cellModel, Boolean sortAscending)
Boolean getSortCaseSensitive(CellEntryModel cellModel)
void setSortCaseSensitive(CellEntryModel cellModel, Boolean sortCaseSensitive)
int getSortPriority(CellEntryModel cellModel)
void setSortPriority(CellEntryModel cellModel, int sortPriority)
Object getAttribute(TableBlockModel table, CellEntryModel cellModel, String qualifier)
void setAttribute(TableBlockModel table, CellEntryModel cellModel, String qualifier, Object value)
Class<? extends CellDataResolver> getDataResolverClass(TableBlockModel table, CellEntryModel cellModel)
void setDataResolverClass(TableBlockModel table, CellEntryModel cellModel, Class<? extends CellDataResolver> resolverClass)
Map<String,Object> getDataResolverParams(TableBlockModel table, CellEntryModel cellModel)
void setDataResolverParams(TableBlockModel table, CellEntryModel cellModel, Map<String,Object> params)
Copyright © 2017 SAP SE. All Rights Reserved.