Class FormOptions
java.lang.Object
org.tailormap.api.persistence.json.FormOptions
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.20.0")
public class FormOptions
extends Object
implements Serializable
model with options for an form
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormOptions(String description, Integer columns, List<@Valid FormTab> tabs) Constructor with all args parameters -
Method Summary
Modifier and TypeMethodDescriptionaddTabsItem(FormTab tabsItem) description(String description) booleanthe number of columns (adjusts the width of the form)description text for the formgetTabs()list of tabs for a forminthashCode()voidsetColumns(Integer columns) voidsetDescription(String description) voidtoString()
-
Constructor Details
-
FormOptions
public FormOptions() -
FormOptions
-
-
Method Details
-
description
-
getDescription
-
setDescription
-
columns
-
getColumns
-
setColumns
-
tabs
-
addTabsItem
-
getTabs
-
setTabs
-
equals
-
hashCode
-
toString
-