Class Element
- java.lang.Object
-
- com.identityworksllc.iiq.common.table.Element
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>cssClassesThe list of CSS classes to append to this cellprotected StringstyleThe value of the ‘style’ attribute for this cell
-
Constructor Summary
Constructors Modifier Constructor Description protectedElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCssClasses()protected StringgetEscapedCssClassAttr()protected StringgetEscapedStyle()StringgetStyle()voidsetCssClasses(List<String> cssClasses)voidsetStyle(String style)
-
-
-
Field Detail
-
cssClasses
protected List<String> cssClasses
The list of CSS classes to append to this cell
-
-
Constructor Detail
-
Element
protected Element()
-
-
Method Detail
-
getCssClasses
public List<String> getCssClasses()
-
getEscapedCssClassAttr
protected String getEscapedCssClassAttr()
-
getEscapedStyle
protected String getEscapedStyle()
-
setCssClasses
public void setCssClasses(List<String> cssClasses)
-
-