Package com.uc4.api.prompt
Interface PromptInterfaces
-
public interface PromptInterfacesInterfaces to allow access to properties shared by multiple prompt elements.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePromptInterfaces.CaptionImplemented if the prompt element contains captions.static interfacePromptInterfaces.Constraints<T>Represents min/max constraints.static interfacePromptInterfaces.DataReferenceImplemented if the prompt element contains a data reference.static interfacePromptInterfaces.FocusImplemented if the prompt element has a property to set the focus for user input.static interfacePromptInterfaces.ItemListRepresents the item list property.static interfacePromptInterfaces.LockedRepresents the locked property.static interfacePromptInterfaces.MultiSelectImplemented if the prompt element contains a multi select.static interfacePromptInterfaces.OutputFormatImplemented if the prompt element contains an output format.static interfacePromptInterfaces.QuoteCharacterImplemented if the prompt element contains a quote character property.static interfacePromptInterfaces.ValueRequiredImplemented if the prompt has a property for required values.static interfacePromptInterfaces.XmlKeyImplemented if the prompt element contains an XML key.static interfacePromptInterfaces.XPathImplemented if the prompt element contains a XPath field.
-