Package su.onno.ui
Class InputSpec.GroupBuilder
java.lang.Object
su.onno.ui.InputSpec.GroupBuilder
- Enclosing class:
InputSpec
Fluent builder for a repeatable
row group. .required()
gates submit on at least one row; each .column(...) is a typed cell reusing the scalar
InputSpec.InputBuilder (its .required() gates that column in every row).-
Method Summary
Modifier and TypeMethodDescriptioncolumn(String key, Consumer<InputSpec.InputBuilder> body) Declare a typed column of the row; configure it with the same builder as a scalar input.required()Require at least one row before the action-form dialog submits.
-
Method Details
-
label
-
required
Require at least one row before the action-form dialog submits. -
column
Declare a typed column of the row; configure it with the same builder as a scalar input.
-