Class PlanningOverviewCellStyle
java.lang.Object
ch.tocco.nice2.optional.facilityreservation.impl.actions.planningoverview.PlanningOverviewCellStyle
- All Implemented Interfaces:
Function<SheetLocation,Optional<org.apache.poi.ss.usermodel.CellStyle>>
public class PlanningOverviewCellStyle
extends Object
implements Function<SheetLocation,Optional<org.apache.poi.ss.usermodel.CellStyle>>
-
Constructor Summary
ConstructorsConstructorDescriptionPlanningOverviewCellStyle(int sheetNr, List<Integer> calendarRows, List<List<CellStyling>> cellStylings, Map<CellStyling, org.apache.poi.ss.usermodel.CellStyle> cellStyleCache) -
Method Summary
Modifier and TypeMethodDescriptionOptional<org.apache.poi.ss.usermodel.CellStyle> apply(@Nullable SheetLocation sheetLocation)
-
Constructor Details
-
PlanningOverviewCellStyle
public PlanningOverviewCellStyle(int sheetNr, List<Integer> calendarRows, List<List<CellStyling>> cellStylings, Map<CellStyling, org.apache.poi.ss.usermodel.CellStyle> cellStyleCache)
-
-
Method Details
-
apply
public Optional<org.apache.poi.ss.usermodel.CellStyle> apply(@Nullable @Nullable SheetLocation sheetLocation) - Specified by:
applyin interfaceFunction<SheetLocation,Optional<org.apache.poi.ss.usermodel.CellStyle>>
-