Enactor Tool Kit
Selection State
This section describes the functionality of a Selection State action, i.e. a state that provides additional properties for handling selection in a User Interface.
Properties
Property | Value |
---|---|
Class Name | This is the class name of the action, which can be selected from a drop down list, or entered by the developer, e.g. com.enactor.commonUI.list.processes.AddListFilterAction. |
Comments | This is a text field which can contain additional information about the action. It is displayed as a tool tip when the action is hovered over with the mouse. |
Default Next State ID | This indicates the ID of the next state in the process flow, e.g. NewUser. |
Events | This indicates the events required for the selected action. Double-clicking on the value field will bring up a table which will identify for each input the following: Name - the name of the event, e.g. OKPressed. Unused - a tick indicates that the event is unused by the action. |
Flow Page Options | This option enables the developer to produce a flow page diagram associated with the Process Diagram. The text can be entered/edited by double clicking on the value field for this property. The developer can also edit/view the Flow Page by selecting the flow tab when editing the process diagram. |
Hide Open Prompt? | This is a flag which is selected from a drop down list, i.e. true or false. |
Inputs | This indicates the inputs required for the selected action. Double-clicking on the value field will bring up a table which will identify for each input the following: Name - the name of the input, e.g. enactor.coreUI.EntityName. Type - the type of the input, e.g. java.lang.String. Required - a tick indicates that the input is required by the action. |
Keep Previous Prompt Open? | This is a flag which is selected from a drop down list, i.e. true or false. |
Keep Prompt Open? | This is a flag which is selected from a drop down list, i.e. true or false. |
Message Base | This is the location of the messages file containing the required message, e.g. com.enactor.maintenance.resources.UserMaintenanceMessages. |
Message ID | This is the name of the message, as found in the message file in the previous field, e.g. DUPLICATE_LEVELS. |
Message Text | This is the text of the message required which is used if the previous two fields are not defined, i.e. the message is not in a messages file. |
Name | This indicates the name of the action in a more readable format, e.g. Remove User. |
Outputs | This indicates the outputs produced for the selected action. Double-clicking on the value field will bring up a table which will identify for each output the following: Name - the name of the output, e.g. enactor.coreUI.ListCriteria. Type - the type of the output, e.g. com.enactor.core.servers.IListCriteria. |
Parameters | This indicates the parameters required for the selected action. Double-clicking on the value field will bring up a table which will identify for each parameter the following: Name - the name of the parameter, e.g. enactor.coreUI.MessageBasename. Value - the value of the parameter, e.g. com.enactor.maintenance.resources.UserMaintenanceMessages. Type - the type of the parameter, e.g. java.lang.String. |
Prompt Timeout | This is the value of the timeout for this prompt in milliseconds. |
Respond to View Events? | This is a flag which is selected from a drop down list, i.e. true or false. |
Single Instance? | This is a flag which is selected from a drop down list, i.e. true or false. |
State Data | This indicates the state required for the selected action. Double-clicking on the value field will bring up a table which will identify for each state data the following: Name - the name of the state data, e.g. enactor.administration.activityLog.ViewEntity. Type - the type of the state, e.g. java.lang.Boolean. Transient - a tick indicate that the selected state data is transient. |
State ID | This is the ID of the selection state, e.g. DuplicateLevels. |
URL | This is URL for the selection state, e.g. /Message/NonModalOK. |
Navigation Tips
- Double clicking on various parts of the action will bring up further information, e.g. on the name of the action will bring up the actual source code, on the Inputs will bring up the Inputs information.
- If a small light bulb appears adjacent to a property value, it means that Content Assist is available. By pressing the control key followed by a space, the standard Select Type dialogue will appear, enabling the User to search for the required file.
- For most types of actions, shift followed by double click on the Inputs will bring up the Parameters for that action.
- The User can switch between display types using the tabs at the bottom left hand side of the window. Source displays the process in XML format. Model displays the process in an easy readable, diagram format. Flow displays the flow page associated with the process.