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 classTable.TableBuilderNested classes/interfaces inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
CacheableElement.CacheStatus -
Field Summary
Fields Modifier and Type Field Description private Class<?>clazzThe class of the elements of theentries collectionprivate Collection<?>entriesA collection of objects representing the entries of the tableFields inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
cssClasses, customAttributes, hidden, id, styleFields inherited from class io.john.amiscaray.stir.domain.elements.CacheableElement
cacheDisabled, cacheStatus, propertyChangeSupport -
Constructor Summary
-
Method Summary
Modifier and Type Method Description static Table.TableBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)Class<?>getClazz()Collection<?>getEntries()inthashCode()voidsetClazz(Class<?> clazz)voidsetEntries(Collection<?> entries)StringtoString()Methods inherited from class io.john.amiscaray.stir.domain.elements.AbstractUIElement
addClass, getCssClasses, getCustomAttributes, getId, getStyle, isHidden, setCssClasses, setCustomAttributes, setHidden, setId, setStyleMethods 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