Enum Class StiComponentToolboxPosition
java.lang.Object
java.lang.Enum<StiComponentToolboxPosition>
com.stimulsoft.report.components.enums.StiComponentToolboxPosition
- All Implemented Interfaces:
Serializable,Comparable<StiComponentToolboxPosition>,Constable
Enumeration which sets positions of the report components on the toolbox of the report designer.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSets a position of the BarCode component on the toolbox of the designer.Sets a position of the Chart component on the toolbox of the designer.Sets a position of the CheckBox component on the toolbox of the designer.Sets a position of the Child band on the toolbox of the designer.Sets a position of the Clone component on the toolbox of the designer.Sets a position of the ColumnFooter band on the toolbox of the designer.Sets a position of the ColumnHeader band on the toolbox of the designer.Sets a position of the Container component on the toolbox of the designer.Sets a position of the ContourText component on the toolbox of the designer.Sets a position of the CrossData band on the toolbox of the designer.Sets a position of the CrossFooter band on the toolbox of the designer.Sets a position of the CrossGroupFooter band on the toolbox of the designer.Sets a position of the CrossGroupHeader band on the toolbox of the designer.Sets a position of the CrossHeader band on the toolbox of the designer.Sets a position of the CrossTab band on the toolbox of the designer.Sets a position of the Data band on the toolbox of the designer.Sets a position of the Empty band on the toolbox of the designer.Sets a position of the Footer band on the toolbox of the designer.Sets a position of the GroupFooter band on the toolbox of the designer.Sets a position of the GroupHeader band on the toolbox of the designer.Sets a position of the Header band on the toolbox of the designer.Sets a position of the Hierarchical band on the toolbox of the designer.Sets a position of the HorizontalLinePrimitive component on the toolbox of the designer.Sets a position of the Image component on the toolbox of the designer.Sets a position of the Line component on the toolbox of the designer.Sets a position of the Overlay band on the toolbox of the designer.Sets a position of the PageFooter band on the toolbox of the designer.Sets a position of the PageHeader band on the toolbox of the designer.Sets a position of the Panel component on the toolbox of the designer.Sets a position of the RectanglePrimitive component on the toolbox of the designer.Sets a position of the ReportSummary band on the toolbox of the designer.Sets a position of the ReportTitle band on the toolbox of the designer.Sets a position of the RichText component on the toolbox of the designer.Sets a position of the RoundedRectanglePrimitive component on the toolbox of the designer.Sets a position of the Shape component on the toolbox of the designer.Sets a position of the Sparkline component on the toolbox of the designer.Sets a position of the SubReport component on the toolbox of the designer.Sets a position of the SystemText component on the toolbox of the designer.Sets a position of the Table on the toolbox of the designer.Sets a position of the Text component on the toolbox of the designer.Sets a position of the TextInCells component on the toolbox of the designer.Sets a position of the UserCode component on the toolbox of the designer.Sets a position of the VerticalLinePrimitive component on the toolbox of the designer.Sets a position of the WinControl component on the toolbox of the designer.Sets a position of the ZipCode component on the toolbox of the designer. -
Method Summary
Modifier and TypeMethodDescriptionstatic StiComponentToolboxPositionforValue(int value) intgetValue()static StiComponentToolboxPositionReturns the enum constant of this class with the specified name.static StiComponentToolboxPosition[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Component
-
ReportTitleBand
Sets a position of the ReportTitle band on the toolbox of the designer. -
ReportSummaryBand
Sets a position of the ReportSummary band on the toolbox of the designer. -
PageHeaderBand
Sets a position of the PageHeader band on the toolbox of the designer. -
GroupHeaderBand
Sets a position of the GroupHeader band on the toolbox of the designer. -
HeaderBand
Sets a position of the Header band on the toolbox of the designer. -
ColumnHeaderBand
Sets a position of the ColumnHeader band on the toolbox of the designer. -
DataBand
Sets a position of the Data band on the toolbox of the designer. -
Table
Sets a position of the Table on the toolbox of the designer. -
HierarchicalBand
Sets a position of the Hierarchical band on the toolbox of the designer. -
ChildBand
Sets a position of the Child band on the toolbox of the designer. -
EmptyBand
Sets a position of the Empty band on the toolbox of the designer. -
OverlayBand
Sets a position of the Overlay band on the toolbox of the designer. -
CrossTab
Sets a position of the CrossTab band on the toolbox of the designer. -
CrossGroupHeaderBand
Sets a position of the CrossGroupHeader band on the toolbox of the designer. -
CrossHeaderBand
Sets a position of the CrossHeader band on the toolbox of the designer. -
CrossDataBand
Sets a position of the CrossData band on the toolbox of the designer. -
Text
Sets a position of the Text component on the toolbox of the designer. -
TextInCells
Sets a position of the TextInCells component on the toolbox of the designer. -
SystemText
Sets a position of the SystemText component on the toolbox of the designer. -
ContourText
Sets a position of the ContourText component on the toolbox of the designer. -
RichText
Sets a position of the RichText component on the toolbox of the designer. -
Image
Sets a position of the Image component on the toolbox of the designer. -
BarCode
Sets a position of the BarCode component on the toolbox of the designer. -
Shape
Sets a position of the Shape component on the toolbox of the designer. -
Line
Sets a position of the Line component on the toolbox of the designer. -
Container
Sets a position of the Container component on the toolbox of the designer. -
Panel
Sets a position of the Panel component on the toolbox of the designer. -
Clone
Sets a position of the Clone component on the toolbox of the designer. -
CheckBox
Sets a position of the CheckBox component on the toolbox of the designer. -
SubReport
Sets a position of the SubReport component on the toolbox of the designer. -
WinControl
Sets a position of the WinControl component on the toolbox of the designer. -
ZipCode
Sets a position of the ZipCode component on the toolbox of the designer. -
HorizontalLinePrimitive
Sets a position of the HorizontalLinePrimitive component on the toolbox of the designer. -
VerticalLinePrimitive
Sets a position of the VerticalLinePrimitive component on the toolbox of the designer. -
RectanglePrimitive
Sets a position of the RectanglePrimitive component on the toolbox of the designer. -
RoundedRectanglePrimitive
Sets a position of the RoundedRectanglePrimitive component on the toolbox of the designer. -
Sparkline
Sets a position of the Sparkline component on the toolbox of the designer. -
Chart
Sets a position of the Chart component on the toolbox of the designer. -
UserCode
Sets a position of the UserCode component on the toolbox of the designer.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public int getValue() -
forValue
-