|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StiStyleLocation | |
|---|---|
| com.stimulsoft.report.styles.conditions | |
| com.stimulsoft.report.styles.conditions.elements | |
| com.stimulsoft.report.styles.enums | |
| Uses of StiStyleLocation in com.stimulsoft.report.styles.conditions |
|---|
| Methods in com.stimulsoft.report.styles.conditions that return types with arguments of type StiStyleLocation | |
|---|---|
StiEnumSet<StiStyleLocation> |
StiStyleCondition.getLocation()
Gets or sets variant of component location on parent component area. |
| Method parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleLocation | |
|---|---|
void |
StiStyleCondition.setLocation(StiEnumSet<StiStyleLocation> value)
|
| Constructor parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleLocation | |
|---|---|
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. |
|
| Uses of StiStyleLocation in com.stimulsoft.report.styles.conditions.elements |
|---|
| Methods in com.stimulsoft.report.styles.conditions.elements that return types with arguments of type StiStyleLocation | |
|---|---|
StiEnumSet<StiStyleLocation> |
StiStyleConditionLocationElement.getLocation()
Gets or sets variant of component location on parent component area. |
| Method parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleLocation | |
|---|---|
void |
StiStyleConditionLocationElement.setLocation(StiEnumSet<StiStyleLocation> location)
|
| Constructor parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleLocation | |
|---|---|
StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location)
|
|
StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location,
StiStyleConditionOperation operationLocation)
|
|
| Uses of StiStyleLocation in com.stimulsoft.report.styles.enums |
|---|
| Methods in com.stimulsoft.report.styles.enums that return StiStyleLocation | |
|---|---|
static StiStyleLocation |
StiStyleLocation.forValue(int value)
|
static StiStyleLocation |
StiStyleLocation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiStyleLocation[] |
StiStyleLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||