com.stimulsoft.report.components.enums
Enum StiComponentToolboxPosition

java.lang.Object
  extended by java.lang.Enum<StiComponentToolboxPosition>
      extended by com.stimulsoft.report.components.enums.StiComponentToolboxPosition
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<StiComponentToolboxPosition>

public enum StiComponentToolboxPosition
extends java.lang.Enum<StiComponentToolboxPosition>

Enumeration which sets positions of the report components on the toolbox of the report designer.


Enum Constant Summary
BarCode
          Sets a position of the BarCode component on the toolbox of the designer.
Chart
          Sets a position of the Chart component on the toolbox of the designer.
CheckBox
          Sets a position of the CheckBox component on the toolbox of the designer.
ChildBand
          Sets a position of the Child band on the toolbox of the designer.
Clone
          Sets a position of the Clone component on the toolbox of the designer.
ColumnFooterBand
          Sets a position of the ColumnFooter band on the toolbox of the designer.
ColumnHeaderBand
          Sets a position of the ColumnHeader band on the toolbox of the designer.
Component
           
Container
          Sets a position of the Container component on the toolbox of the designer.
ContourText
          Sets a position of the ContourText component on the toolbox of the designer.
CrossDataBand
          Sets a position of the CrossData band on the toolbox of the designer.
CrossFooterBand
          Sets a position of the CrossFooter band on the toolbox of the designer.
CrossGroupFooterBand
          Sets a position of the CrossGroupFooter 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.
CrossTab
          Sets a position of the CrossTab band on the toolbox of the designer.
DataBand
          Sets a position of the Data band on the toolbox of the designer.
EmptyBand
          Sets a position of the Empty band on the toolbox of the designer.
FooterBand
          Sets a position of the Footer band on the toolbox of the designer.
GroupFooterBand
          Sets a position of the GroupFooter 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.
HierarchicalBand
          Sets a position of the Hierarchical band on the toolbox of the designer.
HorizontalLinePrimitive
          Sets a position of the HorizontalLinePrimitive component on the toolbox of the designer.
Image
          Sets a position of the Image component on the toolbox of the designer.
Line
          Sets a position of the Line component on the toolbox of the designer.
OverlayBand
          Sets a position of the Overlay band on the toolbox of the designer.
PageFooterBand
          Sets a position of the PageFooter band on the toolbox of the designer.
PageHeaderBand
          Sets a position of the PageHeader band on the toolbox of the designer.
Panel
          Sets a position of the Panel component on the toolbox of the designer.
RectanglePrimitive
          Sets a position of the RectanglePrimitive component on the toolbox of the designer.
ReportSummaryBand
          Sets a position of the ReportSummary band on the toolbox of the designer.
ReportTitleBand
          Sets a position of the ReportTitle band on the toolbox of the designer.
RichText
          Sets a position of the RichText component on the toolbox of the designer.
RoundedRectanglePrimitive
          Sets a position of the RoundedRectanglePrimitive component on the toolbox of the designer.
Shape
          Sets a position of the Shape component on the toolbox of the designer.
Sparkline
          Sets a position of the Sparkline component on the toolbox of the designer.
SubReport
          Sets a position of the SubReport component on the toolbox of the designer.
SystemText
          Sets a position of the SystemText component on the toolbox of the designer.
Table
          Sets a position of the Table 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.
UserCode
          Sets a position of the UserCode component on the toolbox of the designer.
VerticalLinePrimitive
          Sets a position of the VerticalLinePrimitive 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.
 
Method Summary
static StiComponentToolboxPosition forValue(int value)
           
 int getValue()
           
static StiComponentToolboxPosition valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiComponentToolboxPosition[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Component

public static final StiComponentToolboxPosition Component

ReportTitleBand

public static final StiComponentToolboxPosition ReportTitleBand
Sets a position of the ReportTitle band on the toolbox of the designer.


ReportSummaryBand

public static final StiComponentToolboxPosition ReportSummaryBand
Sets a position of the ReportSummary band on the toolbox of the designer.


PageHeaderBand

public static final StiComponentToolboxPosition PageHeaderBand
Sets a position of the PageHeader band on the toolbox of the designer.


PageFooterBand

public static final StiComponentToolboxPosition PageFooterBand
Sets a position of the PageFooter band on the toolbox of the designer.


GroupHeaderBand

public static final StiComponentToolboxPosition GroupHeaderBand
Sets a position of the GroupHeader band on the toolbox of the designer.


GroupFooterBand

public static final StiComponentToolboxPosition GroupFooterBand
Sets a position of the GroupFooter band on the toolbox of the designer.


HeaderBand

public static final StiComponentToolboxPosition HeaderBand
Sets a position of the Header band on the toolbox of the designer.


FooterBand

public static final StiComponentToolboxPosition FooterBand
Sets a position of the Footer band on the toolbox of the designer.


ColumnHeaderBand

public static final StiComponentToolboxPosition ColumnHeaderBand
Sets a position of the ColumnHeader band on the toolbox of the designer.


ColumnFooterBand

public static final StiComponentToolboxPosition ColumnFooterBand
Sets a position of the ColumnFooter band on the toolbox of the designer.


DataBand

public static final StiComponentToolboxPosition DataBand
Sets a position of the Data band on the toolbox of the designer.


Table

public static final StiComponentToolboxPosition Table
Sets a position of the Table on the toolbox of the designer.


HierarchicalBand

public static final StiComponentToolboxPosition HierarchicalBand
Sets a position of the Hierarchical band on the toolbox of the designer.


ChildBand

public static final StiComponentToolboxPosition ChildBand
Sets a position of the Child band on the toolbox of the designer.


EmptyBand

public static final StiComponentToolboxPosition EmptyBand
Sets a position of the Empty band on the toolbox of the designer.


OverlayBand

public static final StiComponentToolboxPosition OverlayBand
Sets a position of the Overlay band on the toolbox of the designer.


CrossTab

public static final StiComponentToolboxPosition CrossTab
Sets a position of the CrossTab band on the toolbox of the designer.


CrossGroupHeaderBand

public static final StiComponentToolboxPosition CrossGroupHeaderBand
Sets a position of the CrossGroupHeader band on the toolbox of the designer.


CrossGroupFooterBand

public static final StiComponentToolboxPosition CrossGroupFooterBand
Sets a position of the CrossGroupFooter band on the toolbox of the designer.


CrossHeaderBand

public static final StiComponentToolboxPosition CrossHeaderBand
Sets a position of the CrossHeader band on the toolbox of the designer.


CrossFooterBand

public static final StiComponentToolboxPosition CrossFooterBand
Sets a position of the CrossFooter band on the toolbox of the designer.


CrossDataBand

public static final StiComponentToolboxPosition CrossDataBand
Sets a position of the CrossData band on the toolbox of the designer.


Text

public static final StiComponentToolboxPosition Text
Sets a position of the Text component on the toolbox of the designer.


TextInCells

public static final StiComponentToolboxPosition TextInCells
Sets a position of the TextInCells component on the toolbox of the designer.


SystemText

public static final StiComponentToolboxPosition SystemText
Sets a position of the SystemText component on the toolbox of the designer.


ContourText

public static final StiComponentToolboxPosition ContourText
Sets a position of the ContourText component on the toolbox of the designer.


RichText

public static final StiComponentToolboxPosition RichText
Sets a position of the RichText component on the toolbox of the designer.


Image

public static final StiComponentToolboxPosition Image
Sets a position of the Image component on the toolbox of the designer.


BarCode

public static final StiComponentToolboxPosition BarCode
Sets a position of the BarCode component on the toolbox of the designer.


Shape

public static final StiComponentToolboxPosition Shape
Sets a position of the Shape component on the toolbox of the designer.


Line

public static final StiComponentToolboxPosition Line
Sets a position of the Line component on the toolbox of the designer.


Container

public static final StiComponentToolboxPosition Container
Sets a position of the Container component on the toolbox of the designer.


Panel

public static final StiComponentToolboxPosition Panel
Sets a position of the Panel component on the toolbox of the designer.


Clone

public static final StiComponentToolboxPosition Clone
Sets a position of the Clone component on the toolbox of the designer.


CheckBox

public static final StiComponentToolboxPosition CheckBox
Sets a position of the CheckBox component on the toolbox of the designer.


SubReport

public static final StiComponentToolboxPosition SubReport
Sets a position of the SubReport component on the toolbox of the designer.


WinControl

public static final StiComponentToolboxPosition WinControl
Sets a position of the WinControl component on the toolbox of the designer.


ZipCode

public static final StiComponentToolboxPosition ZipCode
Sets a position of the ZipCode component on the toolbox of the designer.


HorizontalLinePrimitive

public static final StiComponentToolboxPosition HorizontalLinePrimitive
Sets a position of the HorizontalLinePrimitive component on the toolbox of the designer.


VerticalLinePrimitive

public static final StiComponentToolboxPosition VerticalLinePrimitive
Sets a position of the VerticalLinePrimitive component on the toolbox of the designer.


RectanglePrimitive

public static final StiComponentToolboxPosition RectanglePrimitive
Sets a position of the RectanglePrimitive component on the toolbox of the designer.


RoundedRectanglePrimitive

public static final StiComponentToolboxPosition RoundedRectanglePrimitive
Sets a position of the RoundedRectanglePrimitive component on the toolbox of the designer.


Sparkline

public static final StiComponentToolboxPosition Sparkline
Sets a position of the Sparkline component on the toolbox of the designer.


Chart

public static final StiComponentToolboxPosition Chart
Sets a position of the Chart component on the toolbox of the designer.


UserCode

public static final StiComponentToolboxPosition UserCode
Sets a position of the UserCode component on the toolbox of the designer.

Method Detail

values

public static StiComponentToolboxPosition[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (StiComponentToolboxPosition c : StiComponentToolboxPosition.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static StiComponentToolboxPosition valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getValue

public int getValue()

forValue

public static StiComponentToolboxPosition forValue(int value)