Package com.microstrategy.web.objects
Interface WebCssFormatContainer
-
- All Known Subinterfaces:
WebAttributeHeader
,WebDimensionHeader
,WebGridHeaders
,WebGridPageHeaders
,WebGridTitles
,WebHeader
,WebMetricHeader
,WebReportGrid
,WebRowValue
,WebTitle
public interface WebCssFormatContainer
This interface represents grid object that contain associated CSS format. Unlike the format properties from template, which only represents the properties of a layer (template, axis or template unit), CSS formats are resolved - that is they contain complete information necessary to format corresponding grid elements.- Since:
- MicroStrategy Web 9.0.1
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCssClass()
WebFormat
getCssFormat()
Returns the format associated with this report element.WebPropertyGroup
getFormatPropertySets()
Returns the formatting property group associated with this report element.
-
-
-
Method Detail
-
getCssClass
java.lang.String getCssClass()
- Returns:
- the CSS class.
-
getFormatPropertySets
WebPropertyGroup getFormatPropertySets() throws WebObjectsException
Returns the formatting property group associated with this report element.- Returns:
- WebPropertyGroup
- Throws:
WebObjectsException
- Thrown when error occurs during get this property group.
-
getCssFormat
WebFormat getCssFormat() throws WebObjectsException
Returns the format associated with this report element.- Returns:
- WebFormat
- Throws:
WebObjectsException
- Thrown when error occurs during get this property group.
-
-