public enum StiComponentPriority extends java.lang.Enum<StiComponentPriority>
| Modifier and Type | Method and Description |
|---|---|
static StiComponentPriority |
forValue(int value) |
int |
getValue() |
static StiComponentPriority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiComponentPriority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiComponentPriority Component
public static final StiComponentPriority CrossTab
public static final StiComponentPriority SubReportsV1
public static final StiComponentPriority SubReportsV2
public static final StiComponentPriority Container
public static final StiComponentPriority Panel
public static final StiComponentPriority ReportTitleBandBefore
public static final StiComponentPriority ReportTitleBandAfterV1
public static final StiComponentPriority ReportTitleBandAfterV2
public static final StiComponentPriority ReportSummaryBand
public static final StiComponentPriority PageHeaderBandBefore
public static final StiComponentPriority PageHeaderBandAfter
public static final StiComponentPriority PageFooterBandBottom
public static final StiComponentPriority PageFooterBandTop
public static final StiComponentPriority GroupHeaderBand
public static final StiComponentPriority GroupFooterBand
public static final StiComponentPriority HeaderBand
public static final StiComponentPriority FooterBand
public static final StiComponentPriority ColumnHeaderBand
public static final StiComponentPriority ColumnFooterBand
public static final StiComponentPriority DataBand
public static final StiComponentPriority Table
public static final StiComponentPriority ChildBand
public static final StiComponentPriority EmptyBand
public static final StiComponentPriority OverlayBand
public static final StiComponentPriority Primitive
public static final StiComponentPriority CrossGroupHeaderBand
public static final StiComponentPriority CrossGroupFooterBand
public static final StiComponentPriority CrossHeaderBand
public static final StiComponentPriority CrossFooterBand
public static final StiComponentPriority CrossDataBand
public static StiComponentPriority[] values()
for (StiComponentPriority c : StiComponentPriority.values()) System.out.println(c);
public static StiComponentPriority 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 namejava.lang.NullPointerException - if the argument is nullpublic int getValue()
public static StiComponentPriority forValue(int value)
Copyright © 2019 Stimulsoft. All Rights Reserved.