com.stimulsoft.webdesigner.enums
Enum StiDesignerComponents

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

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

Copyright Stimulsoft


Enum Constant Summary
StiBarCode
           
StiCheckBox
           
StiChildBand
           
StiClone
           
StiColumnFooterBand
           
StiColumnHeaderBand
           
StiCrossDataBand
           
StiCrossFooterBand
           
StiCrossGroupFooterBand
           
StiCrossGroupHeaderBand
           
StiCrossHeaderBand
           
StiCrossTab
           
StiDataBand
           
StiEmptyBand
           
StiFooterBand
           
StiGroupFooterBand
           
StiGroupHeaderBand
           
StiHeaderBand
           
StiHierarchicalBand
           
StiImage
           
StiOverlayBand
           
StiPageFooterBand
           
StiPageHeaderBand
           
StiPanel
           
StiReportSummaryBand
           
StiReportTitleBand
           
StiRichText
           
StiSubReport
           
StiTable
           
StiText
           
StiTextInCells
           
StiZipCode
           
 
Method Summary
static StiDesignerComponents valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StiDesignerComponents[] 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

StiText

public static final StiDesignerComponents StiText

StiTextInCells

public static final StiDesignerComponents StiTextInCells

StiRichText

public static final StiDesignerComponents StiRichText

StiImage

public static final StiDesignerComponents StiImage

StiBarCode

public static final StiDesignerComponents StiBarCode

StiPanel

public static final StiDesignerComponents StiPanel

StiClone

public static final StiDesignerComponents StiClone

StiCheckBox

public static final StiDesignerComponents StiCheckBox

StiSubReport

public static final StiDesignerComponents StiSubReport

StiZipCode

public static final StiDesignerComponents StiZipCode

StiTable

public static final StiDesignerComponents StiTable

StiCrossTab

public static final StiDesignerComponents StiCrossTab

StiCrossGroupHeaderBand

public static final StiDesignerComponents StiCrossGroupHeaderBand

StiCrossGroupFooterBand

public static final StiDesignerComponents StiCrossGroupFooterBand

StiCrossHeaderBand

public static final StiDesignerComponents StiCrossHeaderBand

StiCrossFooterBand

public static final StiDesignerComponents StiCrossFooterBand

StiCrossDataBand

public static final StiDesignerComponents StiCrossDataBand

StiReportTitleBand

public static final StiDesignerComponents StiReportTitleBand

StiReportSummaryBand

public static final StiDesignerComponents StiReportSummaryBand

StiPageHeaderBand

public static final StiDesignerComponents StiPageHeaderBand

StiPageFooterBand

public static final StiDesignerComponents StiPageFooterBand

StiGroupHeaderBand

public static final StiDesignerComponents StiGroupHeaderBand

StiGroupFooterBand

public static final StiDesignerComponents StiGroupFooterBand

StiHeaderBand

public static final StiDesignerComponents StiHeaderBand

StiFooterBand

public static final StiDesignerComponents StiFooterBand

StiColumnHeaderBand

public static final StiDesignerComponents StiColumnHeaderBand

StiColumnFooterBand

public static final StiDesignerComponents StiColumnFooterBand

StiDataBand

public static final StiDesignerComponents StiDataBand

StiHierarchicalBand

public static final StiDesignerComponents StiHierarchicalBand

StiChildBand

public static final StiDesignerComponents StiChildBand

StiEmptyBand

public static final StiDesignerComponents StiEmptyBand

StiOverlayBand

public static final StiDesignerComponents StiOverlayBand
Method Detail

values

public static StiDesignerComponents[] 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 (StiDesignerComponents c : StiDesignerComponents.values())
    System.out.println(c);

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

valueOf

public static StiDesignerComponents 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