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