Uses of Enum Class
org.apache.myfaces.tobago.layout.SegmentJustify
Packages that use SegmentJustify
Package
Description
-
Uses of SegmentJustify in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SegmentJustifyModifier and TypeMethodDescriptionSupportsSegmentLayout.getJustify()
UISegmentLayout.getJustify()
The horizontal alignment of the elements inside of the grid, possible values are: {
Allowed Values:none,start,center,end,around,between
Methods in org.apache.myfaces.tobago.component with parameters of type SegmentJustify -
Uses of SegmentJustify in org.apache.myfaces.tobago.layout
Subclasses with type arguments of type SegmentJustify in org.apache.myfaces.tobago.layoutModifier and TypeClassDescriptionenum
Values for horizontal alignments used with CSS.Methods in org.apache.myfaces.tobago.layout that return SegmentJustifyModifier and TypeMethodDescriptionstatic SegmentJustify
Returns the enum constant of this class with the specified name.static SegmentJustify[]
SegmentJustify.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SegmentJustify in org.apache.myfaces.tobago.renderkit.css
Methods in org.apache.myfaces.tobago.renderkit.css with parameters of type SegmentJustifyModifier and TypeMethodDescriptionstatic CssItem
BootstrapClass.segmentJustify
(SegmentJustify segmentJustify)