public class DefaultCellEntryService extends AbstractServiceImpl implements CellEntryService
modelService, typeServiceDATARESOLVERCLASS, DATARESOLVERPARAMS, DOSORT, SORTASCENDING, SORTBYRAWVALUE, SORTCASESENSITIVE, SORTCOMPARATORCLASS, SORTPRIORITY, SORTVERTICALLY| Constructor and Description |
|---|
DefaultCellEntryService() |
getEnum, getEnums, getLocalizedLabel, getLocalizedLabel, getModelService, getTypeService, setCockpitTypeService, setLabelResolver, setModelServicepublic Object getAttribute(TableBlockModel table, CellEntryModel cellModel, String qualifier)
getAttribute in interface CellEntryServicepublic List<String> getAttributes()
getAttributes in interface CellEntryServicepublic Class getDataResolverClass(TableBlockModel table, CellEntryModel cellModel)
getDataResolverClass in interface CellEntryServicepublic Map<String,Object> getDataResolverParams(TableBlockModel table, CellEntryModel cellModel)
getDataResolverParams in interface CellEntryServicepublic Boolean getDoSort(CellEntryModel cellModel)
getDoSort in interface CellEntryServicepublic Boolean getSortAscending(CellEntryModel cellModel)
getSortAscending in interface CellEntryServicepublic Boolean getSortByRawValue(CellEntryModel cellModel)
getSortByRawValue in interface CellEntryServicepublic Boolean getSortCaseSensitive(CellEntryModel cellModel)
getSortCaseSensitive in interface CellEntryServicepublic Class getSortComparatorClass(CellEntryModel cellModel)
getSortComparatorClass in interface CellEntryServicepublic int getSortPriority(CellEntryModel cellModel)
getSortPriority in interface CellEntryServicepublic Boolean getSortVertically(CellEntryModel cellModel)
getSortVertically in interface CellEntryServicepublic TableService getTableService()
public void setAttribute(TableBlockModel table, CellEntryModel cellModel, String qualifier, Object value)
setAttribute in interface CellEntryServicepublic void setDataResolverClass(TableBlockModel table, CellEntryModel cellModel, Class resolverClass)
setDataResolverClass in interface CellEntryServicepublic void setDataResolverParams(TableBlockModel table, CellEntryModel cellModel, Map<String,Object> params)
setDataResolverParams in interface CellEntryServicepublic void setDoSort(CellEntryModel cellModel, Boolean doSort)
setDoSort in interface CellEntryServicepublic void setSortAscending(CellEntryModel cellModel, Boolean sortAscending)
setSortAscending in interface CellEntryServicepublic void setSortByRawValue(CellEntryModel cellModel, Boolean sortByRawValue)
setSortByRawValue in interface CellEntryServicepublic void setSortCaseSensitive(CellEntryModel cellModel, Boolean sortCaseSensitive)
setSortCaseSensitive in interface CellEntryServicepublic void setSortComparatorClass(CellEntryModel cellModel, Class comparatorClass)
setSortComparatorClass in interface CellEntryServicepublic void setSortPriority(CellEntryModel cellModel, int sortPriority)
setSortPriority in interface CellEntryServicepublic void setSortVertically(CellEntryModel cellModel, Boolean sortVertically)
setSortVertically in interface CellEntryServicepublic ModelHelper getModelHelper()
public void setModelHelper(ModelHelper modelHelper)
Copyright © 2017 SAP SE. All Rights Reserved.