Uses of Class
org.primefaces.model.terminal.TerminalCommand
Packages that use TerminalCommand
-
Uses of TerminalCommand in org.primefaces.model.terminal
Methods in org.primefaces.model.terminal that return TerminalCommandModifier and TypeMethodDescriptionTerminalCommand.addArgument(String argumentText) TerminalAutoCompleteModel.addCommand(String commandText) Methods in org.primefaces.model.terminal that return types with arguments of type TerminalCommandModifier and TypeMethodDescriptionTerminalCommand.getArguments()TerminalAutoCompleteModel.getCommands()Methods in org.primefaces.model.terminal with parameters of type TerminalCommandModifier and TypeMethodDescriptionvoidTerminalAutoCompleteMatches.addMatch(TerminalCommand match) voidTerminalAutoCompleteMatches.extendBaseCommand(TerminalCommand argument) Method parameters in org.primefaces.model.terminal with type arguments of type TerminalCommandModifier and TypeMethodDescriptionvoidTerminalCommand.setArguments(List<TerminalCommand> arguments) voidTerminalAutoCompleteModel.setCommands(List<TerminalCommand> commands)