| Modifier and Type | Method and Description |
|---|---|
StiFilterMode |
StiChart.getFilterMode()
Gets or sets filter mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiChart.setFilterMode(StiFilterMode value) |
| Modifier and Type | Method and Description |
|---|---|
StiFilterMode |
StiSeries.getFilterMode()
Gets or sets filter mode of series.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiSeries.setFilterMode(StiFilterMode value) |
| Modifier and Type | Method and Description |
|---|---|
StiFilterMode |
StiDataBand.getFilterMode()
Gets or sets filter mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiDataBand.setFilterMode(StiFilterMode value) |
| Modifier and Type | Method and Description |
|---|---|
StiFilterMode |
StiMultiConditionContainer.getFilterMode()
Gets or sets filter mode.
|
StiFilterMode |
StiMultiCondition.getFilterMode()
Gets or sets filter mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiMultiConditionContainer.setFilterMode(StiFilterMode value) |
void |
StiMultiCondition.setFilterMode(StiFilterMode value) |
| Constructor and Description |
|---|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode)
Creates a new object of the type StiMultiCondition.
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
boolean canAssignExpression,
java.lang.String assignExpression)
Creates a new object of the type StiMultiCondition.
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters)
Creates a new object of the type StiMultiCondition.
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters,
boolean canAssignExpression,
java.lang.String assignExpression)
Creates a new object of the type StiMultiCondition.
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiMultiCondition.
|
StiMultiCondition(StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
StiFilterMode filterMode,
StiFilter[] filters,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiMultiCondition.
|
| Modifier and Type | Method and Description |
|---|---|
static StiFilterMode |
StiFilterMode.forValue(int value) |
static StiFilterMode |
StiFilterMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiFilterMode[] |
StiFilterMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
StiFilterMode |
IStiFilter.getFilterMode()
Gets or sets filter mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IStiFilter.setFilterMode(StiFilterMode value) |
| Modifier and Type | Method and Description |
|---|---|
StiFilterMode |
StiCrossTab.getFilterMode()
Gets or sets filter mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiCrossTab.setFilterMode(StiFilterMode value) |
Copyright © 2019 Stimulsoft. All Rights Reserved.