Package org.apache.myfaces.tobago.layout
Class SegmentMeasureList
- java.lang.Object
-
- org.apache.myfaces.tobago.layout.MeasureList
-
- org.apache.myfaces.tobago.layout.SegmentMeasureList
-
- All Implemented Interfaces:
Serializable
,Iterable<Measure>
public final class SegmentMeasureList extends MeasureList
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SegmentMeasureList()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SegmentMeasureList
parse(String string)
-
Methods inherited from class org.apache.myfaces.tobago.layout.MeasureList
add, get, getSize, iterator, serialize, stream, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
parse
public static SegmentMeasureList parse(String string)
-
-