Info | Value |
---|---|
Component Type | org.omnifaces.component.util.MoveComponent |
Handler Class | None |
Renderer Type | None |
Description | None |
Name | Required | Type | Description |
---|---|---|---|
behaviorDefaultEvent | false | jakarta.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.
|
behaviorEvents | false | jakarta.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.
|
destination | false | jakarta.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
|
facet | false | jakarta.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
|
for | true | jakarta.el.ValueExpression
(must evaluate to java.lang.String )
| ID of the target component for which the component moving will be done |
Output generated by Vdldoc View Declaration Language Documentation Generator.