Uses of Class
org.apache.myfaces.tobago.layout.SegmentMeasureList
Packages that use SegmentMeasureList
-
Uses of SegmentMeasureList in org.apache.myfaces.tobago.component
Methods in org.apache.myfaces.tobago.component that return SegmentMeasureListModifier and TypeMethodDescriptionUISegmentLayout.getExtra2Large()
The space separated definition of the columns for extra extra large devices.UISegmentLayout.getExtraLarge()
The space separated definition of the columns for extra large devices.UISegmentLayout.getExtraSmall()
The space separated definition of the columns for extra small devices.UISegmentLayout.getLarge()
The space separated definition of the columns for large devices.UISegmentLayout.getMedium()
The space separated definition of the columns for medium devices.UISegmentLayout.getSmall()
The space separated definition of the columns for small devices.Methods in org.apache.myfaces.tobago.component with parameters of type SegmentMeasureListModifier and TypeMethodDescriptionvoid
UISegmentLayout.setExtra2Large
(SegmentMeasureList extra2Large) void
UISegmentLayout.setExtraLarge
(SegmentMeasureList extraLarge) void
UISegmentLayout.setExtraSmall
(SegmentMeasureList extraSmall) void
UISegmentLayout.setLarge
(SegmentMeasureList large) void
UISegmentLayout.setMedium
(SegmentMeasureList medium) void
UISegmentLayout.setSmall
(SegmentMeasureList small) -
Uses of SegmentMeasureList in org.apache.myfaces.tobago.layout
Methods in org.apache.myfaces.tobago.layout that return SegmentMeasureList