Class CPInformationTemplateLayout


  • public final class CPInformationTemplateLayout
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long Leading
      A layout that will align all items on the leading edge of the template.
      static long TwoColumn
      A layout that will split each item into two columns.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Leading

        public static final long Leading
        A layout that will align all items on the leading edge of the template.
        See Also:
        Constant Field Values
      • TwoColumn

        public static final long TwoColumn
        A layout that will split each item into two columns.
        See Also:
        Constant Field Values