Class LayoutProperties.Builder

    • Constructor Detail

      • Builder

        public Builder()
        Constructor with parameters for the required properties of LayoutProperties.
    • Method Detail

      • setNumColumns

        public LayoutProperties.Builder setNumColumns​(java.lang.Long numColumns)
        Describes the number of columns of grid layout of a container or widget. This property is applicable for grid layout only. format: int32
        Parameters:
        numColumns - New value for the property.
      • setNumRows

        public LayoutProperties.Builder setNumRows​(java.lang.Long numRows)
        Describes the number of rows of grid layout of a container or widget. This property is applicable for grid layout only. format: int32
        Parameters:
        numRows - New value for the property.