I - type of Fieldpublic class Label<I> extends java.lang.Object implements UIGenerator
UIGenerator used to add a Form label to a table.Control![]() |
![]() |
| Modifier and Type | Field and Description |
|---|---|
AppContext |
conn |
Field<I> |
field |
java.lang.Object |
radio_selector |
| Constructor and Description |
|---|
Label(AppContext conn,
Field<I> field) |
Label(AppContext conn,
Field<I> field,
java.lang.Object item) |
| Modifier and Type | Method and Description |
|---|---|
ContentBuilder |
addContent(ContentBuilder builder) |
public final AppContext conn
public final java.lang.Object radio_selector
public Label(AppContext conn, Field<I> field)
public Label(AppContext conn, Field<I> field, java.lang.Object item)
public ContentBuilder addContent(ContentBuilder builder)
addContent in interface UIGenerator