Class GroupCriterion
java.lang.Object
com.aspose.tasks.cloud.model.GroupCriterion
Represents a criterion in a group definition.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets or sets the color of the cell background for a field used as a criterion in a group definition.getField()Gets or sets the field being grouped by.getFont()Gets or sets the font for a criterion in a group definition.Gets or sets the color of the font for a field used as a criterion in a group definition.Gets or sets the interval for a field used as a criterion in a group definition.Gets or sets the type of grouping for a field used as a criterion in a group definition.Gets or sets the pattern of the cell for a field used as a criterion in a group definition.Gets or sets the start of the intervals for a field used as a criterion in a group definition.groupInterval(String groupInterval) inthashCode()Gets or sets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order.pattern(BackgroundPattern pattern) voidsetAscending(Boolean ascending) voidsetCellColor(Colors cellColor) voidvoidvoidsetFontColor(Colors fontColor) voidsetGroupInterval(String groupInterval) voidsetGroupOn(GroupOn groupOn) voidsetPattern(BackgroundPattern pattern) voidsetStartAt(String startAt) toString()
-
Constructor Details
-
GroupCriterion
public GroupCriterion()
-
-
Method Details
-
field
-
getField
-
setField
-
ascending
-
isAscending
Gets or sets a value indicating whether a field used as a criterion in a group definition is sorted in ascending order. False if the field is sorted in descending order.- Returns:
- ascending
-
setAscending
-
groupOn
-
getGroupOn
Gets or sets the type of grouping for a field used as a criterion in a group definition.- Returns:
- groupOn
-
setGroupOn
-
groupInterval
-
getGroupInterval
Gets or sets the interval for a field used as a criterion in a group definition.- Returns:
- groupInterval
-
setGroupInterval
-
startAt
-
getStartAt
Gets or sets the start of the intervals for a field used as a criterion in a group definition.- Returns:
- startAt
-
setStartAt
-
cellColor
-
getCellColor
Gets or sets the color of the cell background for a field used as a criterion in a group definition.- Returns:
- cellColor
-
setCellColor
-
fontColor
-
getFontColor
Gets or sets the color of the font for a field used as a criterion in a group definition.- Returns:
- fontColor
-
setFontColor
-
pattern
-
getPattern
Gets or sets the pattern of the cell for a field used as a criterion in a group definition.- Returns:
- pattern
-
setPattern
-
font
-
getFont
Gets or sets the font for a criterion in a group definition.- Returns:
- font
-
setFont
-
equals
-
hashCode
-
toString
-