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.10.0")
public class FormOptions
extends Object
implements Serializable
model with options for an form
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddTabsItem
(FormTab tabsItem) description
(String description) boolean
the number of columns (adjusts the width of the form)description text for the formgetTabs()
list of tabs for a formint
hashCode()
void
setColumns
(Integer columns) void
setDescription
(String description) void
toString()
-
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
-