public class AttributeInGrid extends Object implements GridElement
| Constructor and Description |
|---|
AttributeInGrid(Attribute attribute)
Creates new AttributeInGrid using given Attribute's default DisplayForm's uri and it's title as alias.
|
AttributeInGrid(DisplayForm displayForm)
Creates new AttributeInGrid using given DisplayForm's uri and it's title as alias.
|
AttributeInGrid(String uri)
Creates new instance.
|
AttributeInGrid(String uri,
String alias)
Creates new instance.
|
AttributeInGrid(String uri,
String alias,
List<List<Total>> totals)
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlias() |
List<List<String>> |
getStringTotals() |
List<List<Total>> |
getTotals() |
String |
getUri() |
public AttributeInGrid(String uri)
uri - uri of displayForm of attribute to be in gridpublic AttributeInGrid(String uri, String alias)
uri - uri of displayForm of attribute to be in gridalias - alias used to label the attributepublic AttributeInGrid(String uri, String alias, List<List<Total>> totals)
uri - uri of displayForm of attribute to be in gridalias - alias used to label the attributetotals - totals for metrics used in grid - for each MetricElement in grid, there can be list
of totals. The totals are evaluated in given order.public AttributeInGrid(DisplayForm displayForm)
displayForm - displayForm to create AttributeInGrid frompublic AttributeInGrid(Attribute attribute)
attribute - attribute to create AttributeInGrid fromCopyright © 2016. All Rights Reserved.