public class FieldSet extends AbstractCompositeElement<FormElement>
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected Mode |
mode |
protected String |
name |
protected int |
nColumns |
idmodCount| Constructor and Description |
|---|
FieldSet(String name,
int nColumns,
Mode mode) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
closeCurrentRow(XhtmlBuffer xb,
int currentColumn) |
Mode |
getMode() |
String |
getName() |
int |
getNColumns() |
Map<String,Object> |
getValue() |
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, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodeparallelStream, streampublic static final String copyright
protected final int nColumns
protected final Mode mode
protected String name
public void toXhtml(@NotNull
XhtmlBuffer xb)
protected void closeCurrentRow(XhtmlBuffer xb, int currentColumn)
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)
public int getNColumns()
Copyright © 2022 MANYDESIGNS s.r.l.. All rights reserved.