|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<StiComponentToolboxPosition>
com.stimulsoft.report.components.enums.StiComponentToolboxPosition
public 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 |
---|
public static final StiComponentToolboxPosition Component
public static final StiComponentToolboxPosition ReportTitleBand
public static final StiComponentToolboxPosition ReportSummaryBand
public static final StiComponentToolboxPosition PageHeaderBand
public static final StiComponentToolboxPosition PageFooterBand
public static final StiComponentToolboxPosition GroupHeaderBand
public static final StiComponentToolboxPosition GroupFooterBand
public static final StiComponentToolboxPosition HeaderBand
public static final StiComponentToolboxPosition FooterBand
public static final StiComponentToolboxPosition ColumnHeaderBand
public static final StiComponentToolboxPosition ColumnFooterBand
public static final StiComponentToolboxPosition DataBand
public static final StiComponentToolboxPosition Table
public static final StiComponentToolboxPosition HierarchicalBand
public static final StiComponentToolboxPosition ChildBand
public static final StiComponentToolboxPosition EmptyBand
public static final StiComponentToolboxPosition OverlayBand
public static final StiComponentToolboxPosition CrossTab
public static final StiComponentToolboxPosition CrossGroupHeaderBand
public static final StiComponentToolboxPosition CrossGroupFooterBand
public static final StiComponentToolboxPosition CrossHeaderBand
public static final StiComponentToolboxPosition CrossFooterBand
public static final StiComponentToolboxPosition CrossDataBand
public static final StiComponentToolboxPosition Text
public static final StiComponentToolboxPosition TextInCells
public static final StiComponentToolboxPosition SystemText
public static final StiComponentToolboxPosition ContourText
public static final StiComponentToolboxPosition RichText
public static final StiComponentToolboxPosition Image
public static final StiComponentToolboxPosition BarCode
public static final StiComponentToolboxPosition Shape
public static final StiComponentToolboxPosition Line
public static final StiComponentToolboxPosition Container
public static final StiComponentToolboxPosition Panel
public static final StiComponentToolboxPosition Clone
public static final StiComponentToolboxPosition CheckBox
public static final StiComponentToolboxPosition SubReport
public static final StiComponentToolboxPosition WinControl
public static final StiComponentToolboxPosition ZipCode
public static final StiComponentToolboxPosition HorizontalLinePrimitive
public static final StiComponentToolboxPosition VerticalLinePrimitive
public static final StiComponentToolboxPosition RectanglePrimitive
public static final StiComponentToolboxPosition RoundedRectanglePrimitive
public static final StiComponentToolboxPosition Sparkline
public static final StiComponentToolboxPosition Chart
public static final StiComponentToolboxPosition UserCode
Method Detail |
---|
public static StiComponentToolboxPosition[] values()
for (StiComponentToolboxPosition c : StiComponentToolboxPosition.values()) System.out.println(c);
public static StiComponentToolboxPosition valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic int getValue()
public static StiComponentToolboxPosition forValue(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |