Go back

Summary

Tag name: <shuttle>

The shuttle tag provides a mechanism for selecting one or multiple values from a list of values by allowing the user to move items between two lists and reordering that list of values.

Code Example(s)

<shuttle model="${lovShuttleModel}"/>

Attributes

Name Type Default value Required? Supports EL? Description
idStringYIt is the identifier for the component defined. The id is unique inside its grouping parent scope.
tagNameStringYThe tag name.
disabledbooleanfalseYIndicates whether the tag will be rendered as disabled or not. Valid values are true or false. The control will show as grayed out without reacting to any user input or action if the value is set to true.
shortDescStringYThe content will show as a tooltip information when mouseover its UI when the value is set.
visiblebooleantrueYIndicates if the UI block of the tag will be rendered as visible or not. Valid values are true or false. The component will not be rendered but the corresponding component will still be created and kept in the runtime component tree if the value is set to false.
mouseListenerjava.awt.event.MouseListenerEL onlyA MouseListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
keyListenerjava.awt.event.KeyListenerEL onlyA KeyListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
focusListenerjava.awt.event.FocusListenerEL onlyA FocusListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
PropertyChangeListenerjava.beans.PropertyChangeListenerEL OnlyA PropertyChangeListener java class for the rendered UI component. Please refer to Oracle Connector Developer Guide on how to write and use listeners when implementing a connector.
helpTopicIdStringYHelp topic ID that associate the help content with the current tag. For example -- when the connector integrates its help with Oracle Help center: This id will be used to identify the help HTML page inside connector help jar file and show the page in Oracle Help Center when the UI component has focus and F1 key is pressed.
modeloracle.alm.view.model.AlmShuttleModelYEL onlyThe model attribute. It is the attribute used for
isHorizontalbooleanfalseYSpecifies the layout direction of its child components. Valid value are true and false. The shuttle will be laid out horizontally if it is true.
widthint300YSpecifies the width of the shuttle.
heightint200YSpecifies the height of the shuttle.
fromHeaderTextStringYSpecifies the header text for the "FROM" list in the shuttle.
toHeaderTextStringYSpecifies the header text for the "TO" list in the shuttle.