Uses of Interface
org.jxls.command.Command
Packages that use Command
-
Uses of Command in org.jxls.area
Methods in org.jxls.area that return CommandModifier and TypeMethodDescriptionCommandData.getCommand()Area.getParentCommand()XlsArea.getParentCommand()Methods in org.jxls.area that return types with arguments of type CommandModifier and TypeMethodDescriptionArea.findCommandByName(String name) XlsArea.findCommandByName(String name) Methods in org.jxls.area with parameters of type CommandModifier and TypeMethodDescriptionvoidArea.addCommand(AreaRef ref, Command command) voidXlsArea.addCommand(String areaRef, Command command) voidXlsArea.addCommand(AreaRef areaRef, Command command) voidArea.setParentCommand(Command command) voidXlsArea.setParentCommand(Command command) Constructors in org.jxls.area with parameters of type CommandModifierConstructorDescriptionCommandData(String areaRef, Command command) CommandData(AreaRef areaRef, Command command) CommandData(CellRef startCellRef, Size size, Command command) -
Uses of Command in org.jxls.builder
Fields in org.jxls.builder with type parameters of type CommandMethods in org.jxls.builder that return types with arguments of type CommandModifier and TypeMethodDescriptionCommandMappings.getCommandClass(String commandName) JxlsOptions.getCommands()Method parameters in org.jxls.builder with type arguments of type CommandModifier and TypeMethodDescriptionvoidCommandMappings.addCommandMapping(String commandName, Class<? extends Command> commandClass) JxlsTemplateFillerBuilder.withCommand(String name, Class<? extends Command> commandClass) Adds a command.Constructor parameters in org.jxls.builder with type arguments of type CommandModifierConstructorDescriptionJxlsOptions(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 Command in org.jxls.builder.xls
Classes in org.jxls.builder.xls that implement CommandModifier and TypeClassDescriptionclassA container area command used inXlsCommentAreaBuilderto enclose other commandsMethods in org.jxls.builder.xls that return types with arguments of type CommandMethod parameters in org.jxls.builder.xls with type arguments of type CommandModifier and TypeMethodDescriptionvoidXlsCommentAreaBuilder.addCommandMapping(String commandName, Class<? extends Command> commandClass) -
Uses of Command in org.jxls.command
Classes in org.jxls.command that implement CommandModifier and TypeClassDescriptionclassImplements basic command methods and is a convenient base class for other commandsclassImplements iteration over collection or array of itemsclassThe command implements a grid with dynamic columns and rowsclassImplements if-else logicclassAllows to update a cell data dynamically for any cellMethods in org.jxls.command that return CommandModifier and TypeMethodDescriptionAdds an area to this command