pe

Tag waypoint

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.Waypoint
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.WaypointRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
An EL expression referring to a server side UIComponent instance in a backing bean.
continuousfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If true, and multiple waypoints are triggered in one scroll, this waypoint will trigger even if it is not the last waypoint reached. If false, it will only trigger if it is the last waypoint. Default is true.
enabledfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If false, this waypoint will be created but will be disabled from triggering. You can call widget's method "enable" to turn it back on. Default is true.
forfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The target component registered as waypoint. If null, the parent component will be taken as target. Default is null.
forContextfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
The context defines which scrollable element the waypoint belongs to and acts within. It can be a component or plain HTML element like a div. Default is window if nothing specified.
horizontalfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Default waypoints live on the vertical axis. Their offset is calculated in relation to the top of the viewport and they listen for vertical scroll changes. If horizontal is set to true, offset is calculated in relation to the left of the viewport and listens for horizontal scroll changes. For instance, the value 50 means "when the left side of this element reaches 50px from the left side of the viewport". Default is false.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a namingContainer.
offsetfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
This option determines how far the top of the element must be from the top of the viewport to trigger a waypoint (callback function). It can be a number, which is taken as a number of pixels (can be also negativ, e.g. -10), a string representing a percentage of the viewport height (e.g. '50%') or a function that will return a number of pixels. Default is 0.
renderedfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean value to specify the rendering of the component, when set to false component will not be rendered.
triggerOncefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
If true, the waypoint will be destroyed when triggered. Default is false.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.