pe

Tag fluidGrid

Component Information 
InfoValue
Component Typeorg.primefaces.extensions.component.FluidGrid
Handler ClassNone
Renderer Typeorg.primefaces.extensions.component.FluidGridRenderer
DescriptionNone
Attributes 
NameRequiredTypeDescription
bindingfalsejakarta.el.ValueExpression
(must evaluate to javax.faces.component.UIOutput)
An EL expression referring to a server side UIComponent instance in a backing bean.
fitWidthfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Sets the width of the container to fit the available number of columns, based on the size of container's parent element. When enabled, you can center the container with CSS. Note: This option does not work with percentage width of items. Default is false.
hasImagesfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Boolean flag if items contain any images. This can fix overlapping items which are caused by items that change size after a layout due to unloaded media like images. Setting this flag allows to lay out all items after they have their proper sizes (images have been loaded). Default value is false.
hGutterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Horizontal space between item elements (interpreted as pixels). Default is 0.
idfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Unique identifier of the component in a naming container.
originLeftfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls the horizontal flow of the layout. By default, item elements start positioning at the left. Set to false for right-to-left layouts.
originTopfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Controls the vertical flow of the layout. By default, item elements start positioning at the top. Set to false for bottom-up layouts. It's like Tetris!
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.
resizeBoundfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Boolean)
Binds layout to window resizing. You can bind and unbind resize layout afterward with the bindResize and unbindResize client-side widget's methods. Default is true.
stampfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Specifies which elements are stamped within the layout. These are special layout elements which will not be laid out. Rather, FluidGrid will lay out item elements below stamped elements. You can use here every search expressions supported by PrimeFaces Search Expression Framework. Default is null.
stylefalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style of the main container element. Default value is null.
styleClassfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Style class of the main container element. Default value is null.
transitionDurationfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Duration of the transition when items change position or appearance, set in a CSS time format. To disable all transitions, set this attribute to null. Default is 0.4s.
valuefalsejakarta.el.ValueExpression
(must evaluate to java.lang.Object)
Collection of items (FluidGridItem) representing model of this component.
varfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the request-scoped variable for the underlaying object for each iteration.
varContainerIdfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the request-scoped variable which contains the prefix of the client ID within pe:fluidGridItem. This property allows to get the whole clientId of a component within pe:fluidGridItem. The whole client ID is sometimes required for JavaScript or RequestContext.update(...).
vGutterfalsejakarta.el.ValueExpression
(must evaluate to java.lang.Integer)
Vertical space between item elements (interpreted as pixels). Default is 0.
widgetVarfalsejakarta.el.ValueExpression
(must evaluate to java.lang.String)
Name of the client side widget.

Output generated by Vdldoc View Declaration Language Documentation Generator.