o

Tag moveComponent

Component Information 
InfoValue
Component Typeorg.omnifaces.component.util.MoveComponent
Handler ClassNone
Renderer TypeNone
DescriptionNone
Attributes 
NameRequiredTypeDescription
fortruejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of the target component for which the component moving will be done
destinationfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The destination relative to the target component where the source component(s) are moved to. Valid values are
  • BEFORE - Component is moved right before target component, i.e. as a sibling with an index that's 1 position lower
  • ADD_FIRST - Component is added as the first child of the target component, any other children will have their index increased by 1
  • ADD_LAST - Component is added as the last child of the target component, any other children will stay at their original location
  • FACET - Component will be moved to the facet section of the target component under the name denoted by "facet"
  • BEHAVIOR - A Behavior will be moved to the behavior section of the target component
  • AFTER - Component is moved right after target component, i.e. as a sibling with an index that's 1 position higher
facetfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
In case the destination is set to FACET, the name of the facet in the target component to which the components should be moved
behaviorDefaultEventfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
In case the destination is set to BEHAVIOR, the name of the default event that the target component is 'supposed' to have. This normally does not need to be set, but might be needed for some over-eager tag handlers associated with a behavior that in advance try to check whether the behavior event matches with what the component supports.
behaviorEventsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
In case the destination is set to BEHAVIOR, the comma separated list events that the target component is 'supposed' to support. This normally does not need to be set, but might be needed for some over-eager tag handlers associated with a behavior that in advance try to check whether the behavior event matches with what the component supports.

Output generated by Vdldoc View Declaration Language Documentation Generator.