com.kintone.client.model.app.field.Alignment Maven / Gradle / Ivy
package com.kintone.client.model.app.field;
/** The layout of the options of CheckBox field and Radio button field. */
public enum Alignment {
/** The options will be listed horizontally. */
HORIZONTAL,
/** The options will be listed vertically. */
VERTICAL
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy