Class Table
java.lang.Object
io.john.amiscaray.stir.domain.elements.CacheableElement
io.john.amiscaray.stir.domain.elements.AbstractUIElement
io.john.amiscaray.stir.domain.elements.Table
public class Table extends AbstractUIElement
A pojo representing a table element
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Table.TableBuilder
Nested classes/interfaces inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
CacheableElement.CacheStatus
-
Field Summary
Fields Modifier and Type Field Description private Class<?>
clazz
The class of the elements of theentries collection
private Collection<?>
entries
A collection of objects representing the entries of the tableFields inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
cssClasses, customAttributes, hidden, id, style
Fields inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
cacheDisabled, cacheStatus, propertyChangeSupport
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description static Table.TableBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
Class<?>
getClazz()
Collection<?>
getEntries()
int
hashCode()
void
setClazz(Class<?> clazz)
void
setEntries(Collection<?> entries)
String
toString()
Methods inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
addClass, getCssClasses, getCustomAttributes, getId, getStyle, isHidden, setCssClasses, setCustomAttributes, setHidden, setId, setStyle
Methods inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
addPropertyChangeListener, emptyCache, getCacheContents, getCacheStatus, isCacheDisabled, isHasChildren, setCacheContents, setCacheDisabled, setHasChildren
-
Field Details
-
entries
A collection of objects representing the entries of the table -
clazz
The class of the elements of theentries collection
-
-
Constructor Details
-
Table
-
Table
-
-
Method Details