Package | Description |
---|---|
org.primefaces.model.terminal |
Modifier and Type | Method and Description |
---|---|
TerminalCommand |
TerminalCommand.addArgument(String argumentText) |
TerminalCommand |
TerminalAutoCompleteModel.addCommand(String commandText) |
Modifier and Type | Method and Description |
---|---|
List<TerminalCommand> |
TerminalCommand.getArguments() |
List<TerminalCommand> |
TerminalAutoCompleteModel.getCommands() |
Modifier and Type | Method and Description |
---|---|
void |
TerminalAutoCompleteMatches.addMatch(TerminalCommand match) |
void |
TerminalAutoCompleteMatches.extendBaseCommand(TerminalCommand argument) |
Modifier and Type | Method and Description |
---|---|
void |
TerminalCommand.setArguments(List<TerminalCommand> arguments) |
void |
TerminalAutoCompleteModel.setCommands(List<TerminalCommand> commands) |
Copyright © 2019. All rights reserved.