public final class GroupClause extends Object
Constructor and Description |
---|
GroupClause() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAscending()
Retrieve a flag indicating that values are grouped
in ascending order.
|
Color |
getCellBackgroundColor()
Retrieves the background color.
|
FieldType |
getField()
Retrieve the grouping field.
|
FontStyle |
getFont()
Retrieve the font.
|
Object |
getGroupInterval()
Retrieve the group interval.
|
int |
getGroupOn()
Retrieves the group on value.
|
BackgroundPattern |
getPattern()
Retrieves the pattern.
|
Object |
getStartAt()
Retrieves the "start at" value.
|
void |
setAscending(boolean ascending)
Sets a flag indicating that values are grouped
in ascending order.
|
void |
setCellBackgroundColor(Color color)
Sets the background color.
|
void |
setField(FieldType field)
Set the grouping field.
|
void |
setFont(FontStyle font)
Retrieve the font.
|
void |
setGroupInterval(Object groupInterval)
Sets the group interval.
|
void |
setGroupOn(int groupOn)
Sets the group on value.
|
void |
setPattern(BackgroundPattern pattern)
Sets the pattern.
|
void |
setStartAt(Object startAt)
Sets the "start at" value.
|
String |
toString() |
public boolean getAscending()
public void setAscending(boolean ascending)
ascending
- boolean flagpublic Color getCellBackgroundColor()
public void setCellBackgroundColor(Color color)
color
- background color.public FieldType getField()
public void setField(FieldType field)
field
- grouping fieldpublic FontStyle getFont()
public void setFont(FontStyle font)
font
- fontpublic Object getGroupInterval()
public void setGroupInterval(Object groupInterval)
groupInterval
- group intervalpublic int getGroupOn()
public void setGroupOn(int groupOn)
groupOn
- group on valuepublic BackgroundPattern getPattern()
public void setPattern(BackgroundPattern pattern)
pattern
- patternpublic Object getStartAt()
public void setStartAt(Object startAt)
startAt
- "start at" valueCopyright © 2000–2024 Packwood Software. All rights reserved.