Uses of Class
adams.flow.core.InteractionDisplayLocation
-
Packages that use InteractionDisplayLocation Package Description adams.flow.condition.bool adams.flow.core adams.flow.source -
-
Uses of InteractionDisplayLocation in adams.flow.condition.bool
Fields in adams.flow.condition.bool declared as InteractionDisplayLocation Modifier and Type Field Description protected InteractionDisplayLocation
PromptUser. m_DisplayLocation
where to display the prompt.Methods in adams.flow.condition.bool that return InteractionDisplayLocation Modifier and Type Method Description InteractionDisplayLocation
PromptUser. getDisplayLocation()
Returns where the interaction is being displayed.Methods in adams.flow.condition.bool with parameters of type InteractionDisplayLocation Modifier and Type Method Description void
PromptUser. setDisplayLocation(InteractionDisplayLocation value)
Sets where the interaction is being displayed. -
Uses of InteractionDisplayLocation in adams.flow.core
Methods in adams.flow.core that return InteractionDisplayLocation Modifier and Type Method Description InteractionDisplayLocation
InteractionDisplayLocationSupporter. getDisplayLocation()
Returns where the interaction is being displayed.static InteractionDisplayLocation
InteractionDisplayLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static InteractionDisplayLocation[]
InteractionDisplayLocation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.core with parameters of type InteractionDisplayLocation Modifier and Type Method Description void
InteractionDisplayLocationSupporter. setDisplayLocation(InteractionDisplayLocation value)
Sets where the interaction is being displayed. -
Uses of InteractionDisplayLocation in adams.flow.source
Fields in adams.flow.source declared as InteractionDisplayLocation Modifier and Type Field Description protected InteractionDisplayLocation
EnterManyValues. m_DisplayLocation
where to display the prompt.protected InteractionDisplayLocation
EnterValue. m_DisplayLocation
where to display the prompt.protected InteractionDisplayLocation
SelectDirectory. m_DisplayLocation
where to display the prompt.protected InteractionDisplayLocation
SelectFile. m_DisplayLocation
where to display the prompt.Methods in adams.flow.source that return InteractionDisplayLocation Modifier and Type Method Description InteractionDisplayLocation
EnterManyValues. getDisplayLocation()
Returns where the interaction is being displayed.InteractionDisplayLocation
EnterValue. getDisplayLocation()
Returns where the interaction is being displayed.InteractionDisplayLocation
SelectDirectory. getDisplayLocation()
Returns where the interaction is being displayed.InteractionDisplayLocation
SelectFile. getDisplayLocation()
Returns where the interaction is being displayed.Methods in adams.flow.source with parameters of type InteractionDisplayLocation Modifier and Type Method Description void
EnterManyValues. setDisplayLocation(InteractionDisplayLocation value)
Sets where the interaction is being displayed.void
EnterValue. setDisplayLocation(InteractionDisplayLocation value)
Sets where the interaction is being displayed.void
SelectDirectory. setDisplayLocation(InteractionDisplayLocation value)
Sets where the interaction is being displayed.void
SelectFile. setDisplayLocation(InteractionDisplayLocation value)
Sets where the interaction is being displayed.
-