Uses of Class
com.stimulsoft.report.styles.enums.StiStyleComponentType

Packages that use StiStyleComponentType
com.stimulsoft.report.styles.conditions   
com.stimulsoft.report.styles.conditions.elements   
com.stimulsoft.report.styles.enums   
 

Uses of StiStyleComponentType in com.stimulsoft.report.styles.conditions
 

Methods in com.stimulsoft.report.styles.conditions that return types with arguments of type StiStyleComponentType
 StiEnumSet<StiStyleComponentType> StiStyleCondition.getComponentType()
          Gets or sets component type which can be detected by style condition.
 

Method parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleComponentType
 void StiStyleCondition.setComponentType(StiEnumSet<StiStyleComponentType> value)
           
 

Constructor parameters in com.stimulsoft.report.styles.conditions with type arguments of type StiStyleComponentType
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 StiStyleComponentType in com.stimulsoft.report.styles.conditions.elements
 

Methods in com.stimulsoft.report.styles.conditions.elements that return types with arguments of type StiStyleComponentType
 StiEnumSet<StiStyleComponentType> StiStyleConditionComponentTypeElement.getComponentType()
          Gets or sets component type which can be detected by style condition.
 

Method parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleComponentType
 void StiStyleConditionComponentTypeElement.setComponentType(StiEnumSet<StiStyleComponentType> value)
           
 

Constructor parameters in com.stimulsoft.report.styles.conditions.elements with type arguments of type StiStyleComponentType
StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType)
           
StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType, StiStyleConditionOperation operationComponentType)
           
 

Uses of StiStyleComponentType in com.stimulsoft.report.styles.enums
 

Methods in com.stimulsoft.report.styles.enums that return StiStyleComponentType
static StiStyleComponentType StiStyleComponentType.forValue(int value)
           
static StiStyleComponentType StiStyleComponentType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiStyleComponentType[] StiStyleComponentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2018 Stimulsoft. All Rights Reserved.