Uses of Class
com.tailf.dp.Completion
Package
Description
Data provider API package, for implementation of callbacks for validations, actions, transformation etc.
Annotations and proxy helper classes for callbacks.
-
Uses of Completion in com.tailf.dp
Modifier and TypeClassDescriptionclass
Default completion reply for callbacks invoked by a tailf:cli-completion-actionpoint or a tailf:cli-custom-range-actionpoint directive.class
Reply structure container for completion callbacks invoked by a tailf:cli-custom-range-enumerator directive.class
Reply structure container for completion callbacks invoked by a tailf:cli-completion-actionpoint or a tailf:cli-custom-range-actionpoint directive.Modifier and TypeMethodDescriptionDpActionCallback.completion
(DpActionTrans actx, char cliStyle, String token, char completionChar, ConfObject[] kp, String cmdPath, String cmdParamId, ConfQname simpleType, String extra) The completion() callback is invoked for CLI completion and information. -
Uses of Completion in com.tailf.dp.annotations
Modifier and TypeMethodDescriptionActionCallbackProxy.completion
(DpActionTrans actx, char cliStyle, String token, char completionChar, ConfObject[] kp, String cmdPath, String cmdParamId, ConfQname simpleType, String extra)