Package com.flowable.form.model
Class RowDefinition
- java.lang.Object
-
- com.flowable.form.model.RowDefinition
-
- All Implemented Interfaces:
java.io.Serializable
public class RowDefinition extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<java.util.Map<java.lang.String,java.lang.Object>>
cols
-
Constructor Summary
Constructors Constructor Description RowDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.util.Map<java.lang.String,java.lang.Object>>
getCols()
void
setCols(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> cols)
-