public class TableForm.Row extends AbstractCompositeElement<Field>
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
protected int |
index |
protected String |
key |
id
modCount
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, setId
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize
equals, hashCode
containsAll, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
containsAll, equals, hashCode
public 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 Element
readFromRequest
in class AbstractCompositeElement<Field>
public boolean validate()
validate
in interface Element
validate
in class AbstractCompositeElement<Field>
public void readFromObject(Object obj)
readFromObject
in interface Element
readFromObject
in class AbstractCompositeElement<Field>
public void writeToObject(Object obj)
writeToObject
in interface Element
writeToObject
in class AbstractCompositeElement<Field>
public String getKey()
public int getIndex()