Enum HTMRowType

    • Enum Constant Detail

      • eHTMEditRow

        public static final HTMRowType eHTMEditRow
      • eHTMCommandBarRow

        public static final HTMRowType eHTMCommandBarRow
      • eHTMNoMarginTopCommandBarRow

        public static final HTMRowType eHTMNoMarginTopCommandBarRow
      • eHTMNoMarginBottomCommandBarRow

        public static final HTMRowType eHTMNoMarginBottomCommandBarRow
      • eHTMGroupBoxFooterRow

        public static final HTMRowType eHTMGroupBoxFooterRow
      • eHTMGroupBoxWOHeaderRow

        public static final HTMRowType eHTMGroupBoxWOHeaderRow
      • eHTMGroupBoxWHeaderRow

        public static final HTMRowType eHTMGroupBoxWHeaderRow
      • eHTMOldPagesTopRowWithoutPictureMargin

        public static final HTMRowType eHTMOldPagesTopRowWithoutPictureMargin
      • eHTMOldPagesTopRowWithoutPicturePadding

        public static final HTMRowType eHTMOldPagesTopRowWithoutPicturePadding
      • eHTMOldPagesTopRowWithPictureMargin

        public static final HTMRowType eHTMOldPagesTopRowWithPictureMargin
      • eHTMOldPagesTopRowWithPicturePadding

        public static final HTMRowType eHTMOldPagesTopRowWithPicturePadding
      • eHTMPagesDownRowMargin

        public static final HTMRowType eHTMPagesDownRowMargin
      • eHTMPagesDownRowPadding

        public static final HTMRowType eHTMPagesDownRowPadding
      • eHTMButtonSingleRow

        public static final HTMRowType eHTMButtonSingleRow
      • eHTMButtonMultiRow

        public static final HTMRowType eHTMButtonMultiRow
      • eHTMOldCalendarRow

        public static final HTMRowType eHTMOldCalendarRow
      • eHTMStaticRow

        public static final HTMRowType eHTMStaticRow
      • eHTMStaticMultiRow

        public static final HTMRowType eHTMStaticMultiRow
      • eHTMCheckRadioRow

        public static final HTMRowType eHTMCheckRadioRow
      • eHTMPictureRow

        public static final HTMRowType eHTMPictureRow
      • eHTMPictureLastRow

        public static final HTMRowType eHTMPictureLastRow
      • eHTMNormalRow

        public static final HTMRowType eHTMNormalRow
      • eHTMTableUpperRow

        public static final HTMRowType eHTMTableUpperRow
      • eHTMTableRow

        public static final HTMRowType eHTMTableRow
      • eHTMTableLowerRow

        public static final HTMRowType eHTMTableLowerRow
      • eHTMTableSingleRow

        public static final HTMRowType eHTMTableSingleRow
      • eHTMTableHeaderLowerRow

        public static final HTMRowType eHTMTableHeaderLowerRow
      • eHTMTableHeaderUpperRow

        public static final HTMRowType eHTMTableHeaderUpperRow
      • eHTMTableHeaderRow

        public static final HTMRowType eHTMTableHeaderRow
      • eHTMTableFooterLowerRow

        public static final HTMRowType eHTMTableFooterLowerRow
      • eHTMTableFooterUpperRow

        public static final HTMRowType eHTMTableFooterUpperRow
      • eHTMTableFooterRow

        public static final HTMRowType eHTMTableFooterRow
      • eHTMTableMultilineDelta

        public static final HTMRowType eHTMTableMultilineDelta
      • eHTMPeriodTopBottomRow

        public static final HTMRowType eHTMPeriodTopBottomRow
      • eHTMPeriodHeaderRow

        public static final HTMRowType eHTMPeriodHeaderRow
      • eHTMPeriodFooterRow

        public static final HTMRowType eHTMPeriodFooterRow
      • eHTMPeriodGridRow

        public static final HTMRowType eHTMPeriodGridRow
      • eHTMViewStatusRow

        public static final HTMRowType eHTMViewStatusRow
    • Method Detail

      • values

        public static HTMRowType[] 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 (HTMRowType c : HTMRowType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static HTMRowType valueOf​(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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null