DsPdfJS API - v9.1.0
    Preparing search index...

    Class ActionFieldsBaseAbstract

    Base class for ActionSubmitForm and ActionResetForm classes, operating over a set of specified fields.

    Hierarchy (View Summary)

    Index

    Accessors

    • get excludeSpecifiedFields(): boolean

      Gets or sets a value indicating whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.

      Returns boolean

    • set excludeSpecifiedFields(value: boolean): void

      Gets or sets a value indicating whether the fields specified by the 'fields' list should be excluded for processing. By default this property is "false", which means that the fields in the list are processed. If this property is set to "true", the fields in the list are excluded from processing.

      Parameters

      • value: boolean

      Returns void

    • get fields(): (string | Field)[] | null

      Gets the list of fields that should be processed or excluded from processing (depending on the value of 'excludeSpecifiedFields') by this action. An item in this list can be either a field's name specified as a "string", or the Field object itself. An empty list means that all fields are included.

      Returns (string | Field)[] | null

    • set fields(value: (string | Field)[] | null): void

      Gets the list of fields that should be processed or excluded from processing (depending on the value of 'excludeSpecifiedFields') by this action. An item in this list can be either a field's name specified as a "string", or the Field object itself. An empty list means that all fields are included.

      Parameters

      • value: (string | Field)[] | null

      Returns void

    • get id(): number

      Gets the reference to the object.

      Returns number

    Methods

    • Detaches the object from the ObjectManager and deallocates its memory, if possible.

      Returns void