Uses of Class
org.apache.myfaces.tobago.layout.SegmentJustify
-
Packages that use SegmentJustify Package Description org.apache.myfaces.tobago.component org.apache.myfaces.tobago.layout org.apache.myfaces.tobago.renderkit.css -
-
Uses of SegmentJustify in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SegmentJustify Modifier and Type Method Description SegmentJustify
SupportsSegmentLayout. getJustify()
SegmentJustify
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 Modifier and Type Method Description void
UISegmentLayout. setJustify(SegmentJustify justify)
-
Uses of SegmentJustify in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return SegmentJustify Modifier and Type Method Description static SegmentJustify
SegmentJustify. valueOf(String name)
Returns the enum constant of this type with the specified name.static SegmentJustify[]
SegmentJustify. values()
Returns an array containing the constants of this enum type, 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 SegmentJustify Modifier and Type Method Description static CssItem
BootstrapClass. segmentJustify(SegmentJustify segmentJustify)
-