|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StiEnumSet in com.stimulsoft.base |
---|
Methods in com.stimulsoft.base that return StiEnumSet | ||
---|---|---|
StiEnumSet<E> |
StiEnumSet.add(IStiEnum o)
Замена логического |= . |
|
StiEnumSet<E> |
StiEnumSet.AND(IStiEnum o)
Замена логического & . |
|
StiEnumSet<E> |
StiEnumSet.exclusiveOR(IStiEnum o)
Замена логического ^ . |
|
static
|
StiEnumSet.noneOf(java.lang.Class<E> elementType)
|
|
static
|
StiEnumSet.of(E e)
|
|
static
|
StiEnumSet.of(E first,
E... rest)
|
|
static
|
StiEnumSet.of(E e1,
E e2)
|
|
static
|
StiEnumSet.of(E e1,
E e2,
E e3)
|
|
static
|
StiEnumSet.of(E e1,
E e2,
E e3,
E e4)
|
|
static
|
StiEnumSet.of(E e1,
E e2,
E e3,
E e4,
E e5)
|
|
StiEnumSet<E> |
StiEnumSet.OR(IStiEnum o)
Замена логического | . |
|
static
|
StiEnumSet.stringToEnums(java.lang.Class<T> enumType,
java.lang.String value)
|
|
static
|
StiEnumSet.stringToEnums(java.lang.Class<T> enumType,
java.lang.String value,
java.lang.String delimiter)
|
Uses of StiEnumSet in com.stimulsoft.base.context.chart |
---|
Methods in com.stimulsoft.base.context.chart with parameters of type StiEnumSet | |
---|---|
void |
StiContext.drawCachedShadow(StiRectangle rect,
StiEnumSet<StiShadowSides> sides,
boolean isPrinting)
|
Uses of StiEnumSet in com.stimulsoft.base.context.chart.geoms |
---|
Methods in com.stimulsoft.base.context.chart.geoms that return StiEnumSet | |
---|---|
StiEnumSet<StiFontStyle> |
StiFontGeom.getFontStyle()
|
StiEnumSet<StiStringFormatFlags> |
StiStringFormatGeom.getFormatFlags()
|
StiEnumSet<StiShadowSides> |
StiCachedShadowGeom.getSides()
|
Methods in com.stimulsoft.base.context.chart.geoms with parameters of type StiEnumSet | |
---|---|
void |
StiFontGeom.setFontStyle(StiEnumSet<StiFontStyle> fontStyle)
|
void |
StiStringFormatGeom.setFormatFlags(StiEnumSet<StiStringFormatFlags> formatFlags)
|
void |
StiCachedShadowGeom.setSides(StiEnumSet<StiShadowSides> sides)
|
Constructors in com.stimulsoft.base.context.chart.geoms with parameters of type StiEnumSet | |
---|---|
StiCachedShadowGeom(StiRectangle rect,
StiEnumSet<StiShadowSides> sidesSet,
boolean isPrinting)
|
|
StiFontGeom(java.lang.String fontName,
double fontSize,
StiEnumSet<StiFontStyle> style)
|
Uses of StiEnumSet in com.stimulsoft.base.drawing |
---|
Fields in com.stimulsoft.base.drawing declared as StiEnumSet | |
---|---|
StiEnumSet<StiBorderSides> |
StiBorder.side
|
Methods in com.stimulsoft.base.drawing that return StiEnumSet | |
---|---|
StiEnumSet<StiBorderSides> |
StiBorder.getSide()
Gets or sets frame borders. |
StiEnumSet<StiBorderSides> |
StiAdvancedBorder.getSide()
Gets or sets frame borders. |
Methods in com.stimulsoft.base.drawing with parameters of type StiEnumSet | |
---|---|
static void |
StiShadow.drawCachedShadow(StiGraphics g,
StiRectangle rect,
StiEnumSet<StiShadowSides> sides)
|
static void |
StiShadow.drawCachedShadow(StiGraphics g,
StiRectangle sRect,
StiEnumSet<StiShadowSides> sides,
boolean isSimple)
|
void |
StiBorder.setSide(StiEnumSet<StiBorderSides> value)
|
Constructors in com.stimulsoft.base.drawing with parameters of type StiEnumSet | |
---|---|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style)
|
|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush)
Creates a new instance of the StiBorder class. |
|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
double size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush,
boolean topmost)
Creates a new instance of the StiBorder class. |
|
StiBorder(StiEnumSet<StiBorderSides> side,
StiColor color,
int size,
StiPenStyle style,
boolean dropShadow,
double shadowSize,
StiBrush shadowBrush)
|
Uses of StiEnumSet in com.stimulsoft.base.json |
---|
Methods in com.stimulsoft.base.json with parameters of type StiEnumSet | |
---|---|
void |
JSONObject.AddPropertyEnum(java.lang.String key,
StiEnumSet<?> value,
IStiEnum defaultValue)
|
Uses of StiEnumSet in com.stimulsoft.base.serializing.utils |
---|
Methods in com.stimulsoft.base.serializing.utils that return StiEnumSet | ||
---|---|---|
static
|
StiSerializTypeConverter.stringToEnums(java.lang.Class<T> enumType,
java.lang.String value)
|
Methods in com.stimulsoft.base.serializing.utils with parameters of type StiEnumSet | |
---|---|
static java.lang.String |
StiSerializTypeConverter.enumsToString(StiEnumSet<?> emums)
|
Uses of StiEnumSet in com.stimulsoft.base.system |
---|
Fields in com.stimulsoft.base.system declared as StiEnumSet | |
---|---|
StiEnumSet<StiStringFormatFlags> |
StringFormat.FormatFlags
|
Methods in com.stimulsoft.base.system that return StiEnumSet | |
---|---|
static StiEnumSet<StiFontStyle> |
StiFontStyle.forValueSet(int value)
|
Constructors in com.stimulsoft.base.system with parameters of type StiEnumSet | |
---|---|
StiFont(java.lang.String name,
double size,
StiEnumSet<StiFontStyle> style)
|
Uses of StiEnumSet in com.stimulsoft.report.components |
---|
Methods in com.stimulsoft.report.components that return StiEnumSet | |
---|---|
StiEnumSet<StiAnchorMode> |
StiComponent.getAnchor()
|
StiEnumSet<StiRestrictions> |
StiPage.getRestrictions()
|
StiEnumSet<StiRestrictions> |
StiComponent.getRestrictions()
gets or sets value which indicates the restrictions of a component. |
StiEnumSet<StiShiftMode> |
StiPage.getShiftMode()
|
StiEnumSet<StiShiftMode> |
StiComponent.getShiftMode()
gets or sets a value which indicates the shift mode of a component. |
Methods in com.stimulsoft.report.components with parameters of type StiEnumSet | |
---|---|
static boolean |
StiRestrictionsHelper.isAllowDelete(StiEnumSet<StiRestrictions> restrictions)
|
void |
StiComponent.setAnchor(StiEnumSet<StiAnchorMode> anchor)
|
void |
StiPage.setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
StiComponent.setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
StiPage.setShiftMode(StiEnumSet<StiShiftMode> value)
|
void |
StiComponent.setShiftMode(StiEnumSet<StiShiftMode> value)
|
Uses of StiEnumSet in com.stimulsoft.report.components.bands |
---|
Methods in com.stimulsoft.report.components.bands that return StiEnumSet | |
---|---|
StiEnumSet<StiShiftMode> |
StiBand.getShiftMode()
|
Methods in com.stimulsoft.report.components.bands with parameters of type StiEnumSet | |
---|---|
void |
StiBand.setShiftMode(StiEnumSet<StiShiftMode> value)
|
Uses of StiEnumSet in com.stimulsoft.report.components.complexcomponents |
---|
Methods in com.stimulsoft.report.components.complexcomponents that return StiEnumSet | |
---|---|
StiEnumSet<StiShiftMode> |
StiSubReport.getShiftMode()
|
Methods in com.stimulsoft.report.components.complexcomponents with parameters of type StiEnumSet | |
---|---|
void |
StiSubReport.setShiftMode(StiEnumSet<StiShiftMode> value)
|
Uses of StiEnumSet in com.stimulsoft.report.components.conditions |
---|
Methods in com.stimulsoft.report.components.conditions that return StiEnumSet | |
---|---|
StiEnumSet<StiConditionBorderSides> |
StiCondition.getBorderSides()
|
StiEnumSet<StiConditionPermissions> |
StiCondition.getPermissions()
|
Methods in com.stimulsoft.report.components.conditions with parameters of type StiEnumSet | |
---|---|
static void |
StiConditionHelper.ApplyFont(java.lang.Object component,
StiFont font,
StiEnumSet<StiConditionPermissions> perms)
|
void |
StiCondition.setBorderSides(StiEnumSet<StiConditionBorderSides> value)
|
void |
StiCondition.setPermissions(StiEnumSet<StiConditionPermissions> value)
|
Constructors in com.stimulsoft.report.components.conditions with parameters of type StiEnumSet | |
---|---|
StiCondition(StiFilterItem item,
java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiCondition. |
|
StiCondition(StiFilterItem item,
java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions)
Creates a new object of the type StiCondition. |
|
StiCondition(StiFilterItem item,
java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String expression,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions,
boolean breakIfTrue)
Creates a new object of the type StiCondition. |
|
StiCondition(java.lang.String column,
StiFilterCondition condition,
java.lang.String value1,
java.lang.String value2,
StiFilterDataType dataType,
StiColor textColor,
StiColor backColor,
StiFont font,
boolean enabled,
boolean canAssignExpression,
java.lang.String assignExpression,
java.lang.String style,
StiEnumSet<StiConditionBorderSides> borderSides,
StiEnumSet<StiConditionPermissions> permissions,
boolean breakIfTrue)
Creates a new object of the type StiCondition. |
|
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. |
Uses of StiEnumSet in com.stimulsoft.report.components.interfaces |
---|
Methods in com.stimulsoft.report.components.interfaces that return StiEnumSet | |
---|---|
StiEnumSet<StiShiftMode> |
IStiShift.getShiftMode()
|
Methods in com.stimulsoft.report.components.interfaces with parameters of type StiEnumSet | |
---|---|
void |
IStiShift.setShiftMode(StiEnumSet<StiShiftMode> value)
|
Uses of StiEnumSet in com.stimulsoft.report.components.table |
---|
Methods in com.stimulsoft.report.components.table that return StiEnumSet | |
---|---|
StiEnumSet<StiRestrictions> |
StiTableCellRichText.getRestrictions()
|
StiEnumSet<StiRestrictions> |
StiTableCellImage.getRestrictions()
|
StiEnumSet<StiRestrictions> |
StiTableCellCheckBox.getRestrictions()
|
StiEnumSet<StiRestrictions> |
StiTableCell.getRestrictions()
|
Methods in com.stimulsoft.report.components.table with parameters of type StiEnumSet | |
---|---|
void |
StiTableCellRichText.setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
StiTableCellImage.setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
StiTableCellCheckBox.setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
StiTableCell.setRestrictions(StiEnumSet<StiRestrictions> value)
|
Uses of StiEnumSet in com.stimulsoft.report.components.textFormats |
---|
Methods in com.stimulsoft.report.components.textFormats that return StiEnumSet | |
---|---|
StiEnumSet<StiTextFormatState> |
StiFormatService.getState()
|
Methods in com.stimulsoft.report.components.textFormats with parameters of type StiEnumSet | |
---|---|
void |
StiFormatService.setState(StiEnumSet<StiTextFormatState> state)
|
Uses of StiEnumSet in com.stimulsoft.report.crossTab |
---|
Methods in com.stimulsoft.report.crossTab that return StiEnumSet | |
---|---|
StiEnumSet<StiRestrictions> |
StiCrossField.getRestrictions()
|
StiEnumSet<StiShiftMode> |
StiCrossField.getShiftMode()
|
Methods in com.stimulsoft.report.crossTab with parameters of type StiEnumSet | |
---|---|
void |
StiCrossField.setRestrictions(StiEnumSet<StiRestrictions> value)
|
void |
StiCrossField.setShiftMode(StiEnumSet<StiShiftMode> value)
|
Uses of StiEnumSet in com.stimulsoft.report.dialogs |
---|
Methods in com.stimulsoft.report.dialogs that return StiEnumSet | |
---|---|
StiEnumSet<StiShiftMode> |
StiReportControl.getShiftMode()
|
Methods in com.stimulsoft.report.dialogs with parameters of type StiEnumSet | |
---|---|
void |
StiReportControl.setShiftMode(StiEnumSet<StiShiftMode> value)
|
Uses of StiEnumSet in com.stimulsoft.report.export.settings |
---|
Methods in com.stimulsoft.report.export.settings that return StiEnumSet | |
---|---|
StiEnumSet<StiUserAccessPrivileges> |
StiPdfExportSettings.getUserAccessPrivileges()
|
Methods in com.stimulsoft.report.export.settings with parameters of type StiEnumSet | |
---|---|
void |
StiPdfExportSettings.setUserAccessPrivileges(StiEnumSet<StiUserAccessPrivileges> userAccessPrivileges)
|
Uses of StiEnumSet in com.stimulsoft.report.export.tools |
---|
Methods in com.stimulsoft.report.export.tools that return StiEnumSet | |
---|---|
static StiEnumSet<StiUserAccessPrivileges> |
StiUserAccessPrivileges.parse(java.lang.String value)
|
static StiEnumSet<StiUserAccessPrivileges> |
StiUserAccessPrivileges.parseInt(int value)
|
Uses of StiEnumSet in com.stimulsoft.report.styles |
---|
Methods in com.stimulsoft.report.styles that return StiEnumSet | |
---|---|
static StiEnumSet<StiBorderSides> |
StiStylesHelper.getBorderSidesFromLocation(StiComponent component)
|
Uses of StiEnumSet in com.stimulsoft.report.styles.conditions |
---|
Methods in com.stimulsoft.report.styles.conditions that return StiEnumSet | |
---|---|
StiEnumSet<StiStyleComponentType> |
StiStyleCondition.getComponentType()
Gets or sets component type which can be detected by style condition. |
StiEnumSet<StiStyleLocation> |
StiStyleCondition.getLocation()
Gets or sets variant of component location on parent component area. |
StiEnumSet<StiStyleComponentPlacement> |
StiStyleCondition.getPlacement()
Gets or sets type of bands on which component can be placed. |
StiEnumSet<StiStyleConditionType> |
StiStyleCondition.getType()
Gets or sets type of this style condition. |
Methods in com.stimulsoft.report.styles.conditions with parameters of type StiEnumSet | |
---|---|
void |
StiStyleCondition.setComponentType(StiEnumSet<StiStyleComponentType> value)
|
void |
StiStyleCondition.setLocation(StiEnumSet<StiStyleLocation> value)
|
void |
StiStyleCondition.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement)
|
void |
StiStyleCondition.setType(StiEnumSet<StiStyleConditionType> value)
|
Constructors in com.stimulsoft.report.styles.conditions with parameters of type StiEnumSet | |
---|---|
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. |
|
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. |
|
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. |
|
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 StiEnumSet in com.stimulsoft.report.styles.conditions.elements |
---|
Methods in com.stimulsoft.report.styles.conditions.elements that return StiEnumSet | |
---|---|
StiEnumSet<StiStyleComponentType> |
StiStyleConditionComponentTypeElement.getComponentType()
Gets or sets component type which can be detected by style condition. |
StiEnumSet<StiStyleLocation> |
StiStyleConditionLocationElement.getLocation()
Gets or sets variant of component location on parent component area. |
StiEnumSet<StiStyleComponentPlacement> |
StiStyleConditionPlacementElement.getPlacement()
Gets or sets type of bands on which component can be placed. |
Methods in com.stimulsoft.report.styles.conditions.elements with parameters of type StiEnumSet | |
---|---|
void |
StiStyleConditionComponentTypeElement.setComponentType(StiEnumSet<StiStyleComponentType> value)
|
void |
StiStyleConditionLocationElement.setLocation(StiEnumSet<StiStyleLocation> location)
|
void |
StiStyleConditionPlacementElement.setPlacement(StiEnumSet<StiStyleComponentPlacement> placement)
|
Constructors in com.stimulsoft.report.styles.conditions.elements with parameters of type StiEnumSet | |
---|---|
StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType)
|
|
StiStyleConditionComponentTypeElement(StiEnumSet<StiStyleComponentType> componentType,
StiStyleConditionOperation operationComponentType)
|
|
StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location)
|
|
StiStyleConditionLocationElement(StiEnumSet<StiStyleLocation> location,
StiStyleConditionOperation operationLocation)
|
|
StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement)
|
|
StiStyleConditionPlacementElement(StiEnumSet<StiStyleComponentPlacement> placement,
StiStyleConditionOperation operationPlacement)
|
Uses of StiEnumSet in com.stimulsoft.webdesigner.helper |
---|
Methods in com.stimulsoft.webdesigner.helper that return StiEnumSet | |
---|---|
static StiEnumSet<StiConditionBorderSides> |
StiReportEdit.strBordersToConditionBorderSidesObject(java.lang.String borders)
|
static StiEnumSet<StiConditionPermissions> |
StiReportEdit.strPermissionsToConditionPermissionsObject(java.lang.String strPermissions)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |