ListActionInspector

MLModule
author Lennart Tautz
package FMEwork/ReleaseMeVis
dll MLListActions
definition MLListActions.def

Purpose

This module shows the current action from a ListBase-derived list object.

Usage

Connect a list object. The current action is shown automatically.

Windows

Default Panel

../../../Projects/ListBaseInfrastructure/ListActions/Modules/mhelp/Images/Screenshots/ListActionInspector._default.png

Input Fields

inList

name: inList, type: MLBase

An object that is derived from ListBase.

Parameter Fields

Field Index

Action Class: Enum
Action Id: Integer
Action Index: Integer
clear: Trigger
hasValidOutput: Bool

Visible Fields

Action Class

name: outLastAction, type: Enum, persistent: no

Last action in the list.

Values:

Title Name
   
   
   
   
   
   
   
   
None None
Unknown Unknown
New New
Select Select
Modify Modify
Delete Delete
Insert Insert
Insert Overwrite InsertOverwrite

Action Id

name: outLastActionId, type: Integer, persistent: no

ID of the element involved in the last action.

Action Index

name: outLastActionIndex, type: Integer, persistent: no

List index of the element involved in the last action.

Hidden Fields

hasValidOutput

name: hasValidOutput, type: Bool, default: FALSE

clear

name: clear, type: Trigger