SortSpec
class SortSpec extends Model (View source)
Properties
protected | $backgroundColorType | ||
protected | $backgroundColorDataType | ||
protected | $backgroundColorStyleType | ||
protected | $backgroundColorStyleDataType | ||
protected | $dataSourceColumnReferenceType | ||
protected | $dataSourceColumnReferenceDataType | ||
int | $dimensionIndex | ||
protected | $foregroundColorType | ||
protected | $foregroundColorDataType | ||
protected | $foregroundColorStyleType | ||
protected | $foregroundColorStyleDataType | ||
string | $sortOrder |
Methods
getBackgroundColor()
No description
getBackgroundColorStyle()
No description
getDataSourceColumnReference()
No description
setDimensionIndex($dimensionIndex)
No description
int
getDimensionIndex()
No description
getForegroundColor()
No description
getForegroundColorStyle()
No description
setSortOrder($sortOrder)
No description
string
getSortOrder()
No description
Details
setBackgroundColor(Color $backgroundColor)
No description
Color
getBackgroundColor()
No description
setBackgroundColorStyle(ColorStyle $backgroundColorStyle)
No description
ColorStyle
getBackgroundColorStyle()
No description
setDataSourceColumnReference(DataSourceColumnReference $dataSourceColumnReference)
No description
DataSourceColumnReference
getDataSourceColumnReference()
No description
setDimensionIndex($dimensionIndex)
No description
int
getDimensionIndex()
No description
setForegroundColor(Color $foregroundColor)
No description
Color
getForegroundColor()
No description
setForegroundColorStyle(ColorStyle $foregroundColorStyle)
No description
ColorStyle
getForegroundColorStyle()
No description
setSortOrder($sortOrder)
No description
string
getSortOrder()
No description