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.17.0")
public class FormOptions
extends Object
implements Serializable
model with options for an form
- See Also:
-
Constructor Summary
Constructors -
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()
-
-
Method Details
-
description
-
getDescription
description text for the form- Returns:
- description
-
setDescription
-
columns
-
getColumns
the number of columns (adjusts the width of the form)- Returns:
- columns
-
setColumns
-
tabs
-
addTabsItem
-
getTabs
list of tabs for a form- Returns:
- tabs
-
setTabs
-
equals
-
hashCode
public int hashCode() -
toString
-