Package org.primefaces.model.terminal
Class TerminalAutoCompleteMatches
java.lang.Object
org.json.JSONObject
org.primefaces.model.terminal.TerminalAutoCompleteMatches
public class TerminalAutoCompleteMatches
extends org.json.JSONObject
-
Field Summary
Fields inherited from class org.json.JSONObject
NULL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidaddMatch(TerminalCommand match) voidextendBaseCommand(String argument) voidextendBaseCommand(TerminalCommand argument) voidsetBaseCommand(String baseCommand) voidsetMatches(Collection<String> matches) Methods inherited from class org.json.JSONObject
accumulate, append, clear, doubleToString, entrySet, get, getBigDecimal, getBigInteger, getBoolean, getDouble, getEnum, getFloat, getInt, getJSONArray, getJSONObject, getLong, getMapType, getNames, getNames, getNumber, getString, has, increment, isDecimalNotation, isEmpty, isNull, keys, keySet, length, names, numberToString, opt, optBigDecimal, optBigInteger, optBoolean, optBoolean, optDouble, optDouble, optEnum, optEnum, optFloat, optFloat, optInt, optInt, optJSONArray, optJSONObject, optJSONObject, optLong, optLong, optNumber, optNumber, optQuery, optQuery, optString, optString, put, put, put, put, put, put, put, put, putOnce, putOpt, query, query, quote, quote, remove, similar, stringToNumber, stringToValue, testValidity, toJSONArray, toMap, toString, toString, valueToString, wrap, write, write
-
Constructor Details
-
TerminalAutoCompleteMatches
public TerminalAutoCompleteMatches() -
TerminalAutoCompleteMatches
-
-
Method Details
-
getBaseCommand
-
setBaseCommand
-
extendBaseCommand
-
extendBaseCommand
-
getMatches
-
setMatches
-
addMatch
-
addMatch
-