public class FieldSet extends AbstractCompositeElement<FormElement>
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected int |
currentColumn |
protected Mode |
mode |
protected String |
name |
protected int |
nColumns |
protected boolean |
rowOpened |
idmodCount| Constructor and Description |
|---|
FieldSet(String name,
int nColumns,
Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeCurrentRow(XhtmlBuffer xb) |
Mode |
getMode() |
String |
getName() |
boolean |
isMultipartRequest() |
boolean |
isRequiredFieldsPresent() |
void |
readFrom(KeyValueAccessor accessor) |
void |
setName(String name) |
void |
toXhtml(XhtmlBuffer xb) |
void |
writeTo(KeyValueAccessor accessor) |
fields, findFieldByPropertyName, getId, readFromObject, readFromRequest, setId, validate, writeToObjectadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic static final String copyright
protected final int nColumns
protected final Mode mode
protected String name
protected int currentColumn
protected boolean rowOpened
public void toXhtml(@NotNull
XhtmlBuffer xb)
protected void closeCurrentRow(XhtmlBuffer xb)
public String getName()
public void setName(String name)
public Mode getMode()
public boolean isRequiredFieldsPresent()
public boolean isMultipartRequest()
public void readFrom(KeyValueAccessor accessor)
public void writeTo(KeyValueAccessor accessor)