
|
If you were logged in you would be able to see more operations.
|
|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
Create a Group/Entity selector web-flow, the UI should preferably include a dynamic treeview but must also work without JavaScript.
The flow should have the following input parameters:
Set<Class<IEntity>> availableTypes - Groups and entities displayed must match one of the specified types
SelectMode mode - One of [BOTH, GROUP, ENTITY], specifying which types of entities can be selected
boolean multi - If true, allow multiple entities to be selected, false allow one
Initial Entity - Optional ability to specify node in the groups tree to start the view on
Returns: Set<IEntity> - The set of entities selected by the user
|
|
Description
|
Create a Group/Entity selector web-flow, the UI should preferably include a dynamic treeview but must also work without JavaScript.
The flow should have the following input parameters:
Set<Class<IEntity>> availableTypes - Groups and entities displayed must match one of the specified types
SelectMode mode - One of [BOTH, GROUP, ENTITY], specifying which types of entities can be selected
boolean multi - If true, allow multiple entities to be selected, false allow one
Initial Entity - Optional ability to specify node in the groups tree to start the view on
Returns: Set<IEntity> - The set of entities selected by the user |
Show » |
|