Uses of Interface
org.jxls.common.NeedsPublicContext
Packages that use NeedsPublicContext
-
Uses of NeedsPublicContext in org.jxls.builder
Fields in org.jxls.builder with type parameters of type NeedsPublicContextModifier and TypeFieldDescriptionprotected final List<NeedsPublicContext>JxlsTemplateFillerBuilder.needsContextListMethods in org.jxls.builder that return types with arguments of type NeedsPublicContextMethods in org.jxls.builder with parameters of type NeedsPublicContextModifier and TypeMethodDescriptionJxlsTemplateFillerBuilder.needsPublicContext(NeedsPublicContext needsPublicContext) If you are adding an object to the data map which needsPublicContextaccess, implement the NeedsPublicContext interface and call this method.Constructor parameters in org.jxls.builder with type arguments of type NeedsPublicContextModifierConstructorDescriptionJxlsOptions(ExpressionEvaluatorFactory expressionEvaluatorFactory, String expressionNotationBegin, String expressionNotationEnd, JxlsLogger logger, FormulaProcessor formulaProcessor, boolean updateCellDataArea, boolean ignoreColumnProps, boolean ignoreRowProps, boolean recalculateFormulasBeforeSaving, boolean recalculateFormulasOnOpening, KeepTemplateSheet keepTemplateSheet, AreaBuilder areaBuilder, Map<String, Class<? extends Command>> commands, boolean clearTemplateCells, JxlsTransformerFactory transformerFactory, JxlsStreaming streaming, List<NeedsPublicContext> needsContextList, List<PreWriteAction> preWriteActions, RunVarAccess runVarAccess) -
Uses of NeedsPublicContext in org.jxls.functions
Classes in org.jxls.functions that implement NeedsPublicContext