ProgressIndicatorElement constructor

ProgressIndicatorElement(
  1. int serial,
  2. Map<String, String> params,
  3. SpWMLParamsWrapper spwmlParams,
  4. int parentSerial,
  5. int lineStart,
  6. int lineEnd,
  7. SpWMLFontStyle style,
  8. SpWMLInfo? info,
  9. ProgressIndicatorParamsWrapper elParams,
)
  • serial : Array Index.
  • params : Element parameters.
  • spwmlParams : The spwml element parameters.
  • parentSerial : Parent Element serial.
  • lineStart : line info for the Error handling.
  • lineEnd : line info for the Error handling.
  • style : Font styles.
  • info : SpWML info.
  • elParams : This element parameters.

Throws SpWMLException : ParamException.

Throws SpWMLException : ParamValueException.

Implementation

ProgressIndicatorElement(
    int serial,
    Map<String, String> params,
    SpWMLParamsWrapper spwmlParams,
    int parentSerial,
    int lineStart,
    int lineEnd,
    SpWMLFontStyle style,
    SpWMLInfo? info,
    this.elParams)
    : super(serial, EnumSpWMLElementType.progressIndicator, params,
          spwmlParams, parentSerial, lineStart, lineEnd, style, info);