All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.kintone.client.model.app.layout.Layout Maven / Gradle / Ivy

package com.kintone.client.model.app.layout;

/** An interface that represents field layouts for a row. */
public interface Layout {

    /**
     * Returns the type of row.
     *
     * @return the type of row
     */
    LayoutType getType();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy