| Package | Description |
|---|---|
| com.stimulsoft.report.styles.conditions | |
| com.stimulsoft.report.styles.conditions.elements | |
| com.stimulsoft.report.styles.enums |
| Modifier and Type | Method and Description |
|---|---|
StiStyleConditionOperation |
StiStyleCondition.getOperationComponentName()
Gets or sets type of operation which will be used for comparison of component names.
|
StiStyleConditionOperation |
StiStyleCondition.getOperationComponentType()
Gets or sets type of operation which will be used for comparison of component types.
|
StiStyleConditionOperation |
StiStyleCondition.getOperationLocation()
Gets or sets type of operation which will be used for comparison of component locations.
|
StiStyleConditionOperation |
StiStyleCondition.getOperationPlacement()
Gets or sets type of operation which will be used for comparison of component placements.
|
StiStyleConditionOperation |
StiStyleCondition.getOperationPlacementNestedLevel()
Gets or sets type of operation which will be used for comparison of component nested level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiStyleCondition.setOperationComponentName(StiStyleConditionOperation value) |
void |
StiStyleCondition.setOperationComponentType(StiStyleConditionOperation value) |
void |
StiStyleCondition.setOperationLocation(StiStyleConditionOperation value) |
void |
StiStyleCondition.setOperationPlacement(StiStyleConditionOperation value) |
void |
StiStyleCondition.setOperationPlacementNestedLevel(StiStyleConditionOperation value) |
| Constructor and Description |
|---|
StiStyleCondition(StiEnumSet<StiStyleConditionType> type,
StiStyleConditionOperation operationPlacement,
StiStyleConditionOperation operationPlacementNestedLevel,
StiStyleConditionOperation operationComponentType,
StiStyleConditionOperation operationLocation,
StiStyleConditionOperation operationComponentName,
StiEnumSet<StiStyleComponentPlacement> placement,
int placementNestedLevel,
StiEnumSet<StiStyleComponentType> componentType,
StiEnumSet<StiStyleLocation> location,
java.lang.String componentName)
Creates a new object of the type StiStyleCondition.
|
| Modifier and Type | Method and Description |
|---|---|
StiStyleConditionOperation |
StiStyleConditionComponentNameElement.getOperationComponentName()
Gets or sets type of operation which will be used for comparison of component names.
|
StiStyleConditionOperation |
StiStyleConditionComponentTypeElement.getOperationComponentType()
Gets or sets type of operation which will be used for comparison of component types.
|
StiStyleConditionOperation |
StiStyleConditionLocationElement.getOperationLocation()
Gets or sets type of operation which will be used for comparison of component locations.
|
StiStyleConditionOperation |
StiStyleConditionPlacementElement.getOperationPlacement()
Gets or sets type of operation which will be used for comparison of component placements.
|
StiStyleConditionOperation |
StiStyleConditionPlacementNestedLevelElement.getOperationPlacementNestedLevel()
Gets or sets type of operation which will be used for comparison of component nested level.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiStyleConditionComponentNameElement.setOperationComponentName(StiStyleConditionOperation value) |
void |
StiStyleConditionComponentTypeElement.setOperationComponentType(StiStyleConditionOperation value) |
void |
StiStyleConditionLocationElement.setOperationLocation(StiStyleConditionOperation value) |
void |
StiStyleConditionPlacementElement.setOperationPlacement(StiStyleConditionOperation value) |
void |
StiStyleConditionPlacementNestedLevelElement.setOperationPlacementNestedLevel(StiStyleConditionOperation value) |
| Constructor and Description |
|---|
StiStyleConditionComponentNameElement(java.lang.String componentName,
StiStyleConditionOperation operationComponentName) |
StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType,
StiStyleConditionOperation operationComponentType) |
StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location,
StiStyleConditionOperation operationLocation) |
StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement,
StiStyleConditionOperation operationPlacement) |
StiStyleConditionPlacementNestedLevelElement(int placementNestedLevel,
StiStyleConditionOperation operationPlacementNestedLevel) |
| Modifier and Type | Method and Description |
|---|---|
static StiStyleConditionOperation |
StiStyleConditionOperation.forValue(int value) |
static StiStyleConditionOperation |
StiStyleConditionOperation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiStyleConditionOperation[] |
StiStyleConditionOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.