com.stimulsoft.report.components.enums
Enum StiComponentPriority
java.lang.Object
java.lang.Enum<StiComponentPriority>
com.stimulsoft.report.components.enums.StiComponentPriority
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<StiComponentPriority>
public enum StiComponentPriority
- extends java.lang.Enum<StiComponentPriority>
Enumeration which sets the priority of processing of components.
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 |
Component
public static final StiComponentPriority Component
CrossTab
public static final StiComponentPriority CrossTab
SubReportsV1
public static final StiComponentPriority SubReportsV1
SubReportsV2
public static final StiComponentPriority SubReportsV2
Container
public static final StiComponentPriority Container
Panel
public static final StiComponentPriority Panel
ReportTitleBandBefore
public static final StiComponentPriority ReportTitleBandBefore
ReportTitleBandAfterV1
public static final StiComponentPriority ReportTitleBandAfterV1
ReportTitleBandAfterV2
public static final StiComponentPriority ReportTitleBandAfterV2
ReportSummaryBand
public static final StiComponentPriority ReportSummaryBand
PageHeaderBandBefore
public static final StiComponentPriority PageHeaderBandBefore
PageHeaderBandAfter
public static final StiComponentPriority PageHeaderBandAfter
PageFooterBandBottom
public static final StiComponentPriority PageFooterBandBottom
PageFooterBandTop
public static final StiComponentPriority PageFooterBandTop
GroupHeaderBand
public static final StiComponentPriority GroupHeaderBand
GroupFooterBand
public static final StiComponentPriority GroupFooterBand
HeaderBand
public static final StiComponentPriority HeaderBand
FooterBand
public static final StiComponentPriority FooterBand
ColumnHeaderBand
public static final StiComponentPriority ColumnHeaderBand
ColumnFooterBand
public static final StiComponentPriority ColumnFooterBand
DataBand
public static final StiComponentPriority DataBand
Table
public static final StiComponentPriority Table
ChildBand
public static final StiComponentPriority ChildBand
EmptyBand
public static final StiComponentPriority EmptyBand
OverlayBand
public static final StiComponentPriority OverlayBand
Primitive
public static final StiComponentPriority Primitive
CrossGroupHeaderBand
public static final StiComponentPriority CrossGroupHeaderBand
CrossGroupFooterBand
public static final StiComponentPriority CrossGroupFooterBand
CrossHeaderBand
public static final StiComponentPriority CrossHeaderBand
CrossFooterBand
public static final StiComponentPriority CrossFooterBand
CrossDataBand
public static final StiComponentPriority CrossDataBand
values
public static StiComponentPriority[] 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 (StiComponentPriority c : StiComponentPriority.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static StiComponentPriority 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 StiComponentPriority forValue(int value)