public class TableForm.Row extends AbstractCompositeElement<Field>
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected int |
index |
protected String |
key |
idmodCount| Constructor and Description |
|---|
TableForm.Row(int index) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndex() |
String |
getKey() |
void |
readFromObject(Object obj) |
void |
readFromRequest(HttpServletRequest req) |
void |
toXhtml(XhtmlBuffer xb) |
boolean |
validate() |
void |
writeToObject(Object obj) |
fields, findFieldByPropertyName, getId, setIdadd, 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 String key
protected final int index
public void toXhtml(@NotNull
XhtmlBuffer xb)
public void readFromRequest(HttpServletRequest req)
readFromRequest in interface ElementreadFromRequest in class AbstractCompositeElement<Field>public boolean validate()
validate in interface Elementvalidate in class AbstractCompositeElement<Field>public void readFromObject(Object obj)
readFromObject in interface ElementreadFromObject in class AbstractCompositeElement<Field>public void writeToObject(Object obj)
writeToObject in interface ElementwriteToObject in class AbstractCompositeElement<Field>public String getKey()
public int getIndex()