Class TransitionLayout


  • public class TransitionLayout
    extends java.lang.Object

    Java class for transitionLayout complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="transitionLayout">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="cols" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="rows" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="offset" type="{}nonNegativeInteger" minOccurs="0"/>
             <element name="fieldAlignment" type="{}fieldAlignment" minOccurs="0"/>
             <element name="hideEmptyRows" type="{}hideEmptyRows" minOccurs="0"/>
             <element name="compactDirection" type="{}compactDirection" minOccurs="0"/>
           </sequence>
           <attribute name="type" type="{}layoutType" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • cols

        protected java.lang.Integer cols
      • rows

        protected java.lang.Integer rows
      • offset

        protected java.lang.Integer offset
    • Constructor Detail

      • TransitionLayout

        public TransitionLayout()
    • Method Detail

      • getCols

        public java.lang.Integer getCols()
        Gets the value of the cols property.
        Returns:
        possible object is Integer
      • setCols

        public void setCols​(java.lang.Integer value)
        Sets the value of the cols property.
        Parameters:
        value - allowed object is Integer
      • getRows

        public java.lang.Integer getRows()
        Gets the value of the rows property.
        Returns:
        possible object is Integer
      • setRows

        public void setRows​(java.lang.Integer value)
        Sets the value of the rows property.
        Parameters:
        value - allowed object is Integer
      • getOffset

        public java.lang.Integer getOffset()
        Gets the value of the offset property.
        Returns:
        possible object is Integer
      • setOffset

        public void setOffset​(java.lang.Integer value)
        Sets the value of the offset property.
        Parameters:
        value - allowed object is Integer
      • getFieldAlignment

        public FieldAlignment getFieldAlignment()
        Gets the value of the fieldAlignment property.
        Returns:
        possible object is FieldAlignment
      • setFieldAlignment

        public void setFieldAlignment​(FieldAlignment value)
        Sets the value of the fieldAlignment property.
        Parameters:
        value - allowed object is FieldAlignment
      • getHideEmptyRows

        public HideEmptyRows getHideEmptyRows()
        Gets the value of the hideEmptyRows property.
        Returns:
        possible object is HideEmptyRows
      • setHideEmptyRows

        public void setHideEmptyRows​(HideEmptyRows value)
        Sets the value of the hideEmptyRows property.
        Parameters:
        value - allowed object is HideEmptyRows
      • getCompactDirection

        public CompactDirection getCompactDirection()
        Gets the value of the compactDirection property.
        Returns:
        possible object is CompactDirection
      • setCompactDirection

        public void setCompactDirection​(CompactDirection value)
        Sets the value of the compactDirection property.
        Parameters:
        value - allowed object is CompactDirection
      • getType

        public LayoutType getType()
        Gets the value of the type property.
        Returns:
        possible object is LayoutType
      • setType

        public void setType​(LayoutType value)
        Sets the value of the type property.
        Parameters:
        value - allowed object is LayoutType