Package com.uc4.api.prompt
Interface PromptInterfaces
-
public interface PromptInterfaces
Interfaces to allow access to properties shared by multiple prompt elements.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PromptInterfaces.Caption
Implemented if the prompt element contains captions.static interface
PromptInterfaces.Constraints<T>
Represents min/max constraints.static interface
PromptInterfaces.DataReference
Implemented if the prompt element contains a data reference.static interface
PromptInterfaces.Focus
Implemented if the prompt element has a property to set the focus for user input.static interface
PromptInterfaces.ItemList
Represents the item list property.static interface
PromptInterfaces.Locked
Represents the locked property.static interface
PromptInterfaces.MultiSelect
Implemented if the prompt element contains a multi select.static interface
PromptInterfaces.OutputFormat
Implemented if the prompt element contains an output format.static interface
PromptInterfaces.QuoteCharacter
Implemented if the prompt element contains a quote character property.static interface
PromptInterfaces.ValueRequired
Implemented if the prompt has a property for required values.static interface
PromptInterfaces.XmlKey
Implemented if the prompt element contains an XML key.static interface
PromptInterfaces.XPath
Implemented if the prompt element contains a XPath field.
-