-
Notifications
You must be signed in to change notification settings - Fork 162
Operations UI
Stanka Bozalieva edited this page Dec 4, 2017
·
10 revisions
The igxOperationsUI
facilitates functions that can be applied on a data container using DataUtils. A data container can be a list, a grid, cards.
- know if I can operate on a data container with the help of an identification - icon, button.
- know when I have engaged the igxOperationsUI with corresponding interactions.
- see all functions and corresponding action that I can apply on the dataContainer in an overlay container.
- see the dataContainer that I am applying the function on all the time if possible.
- specify one or more functions.
- apply a function immediately.
- cancel the
igxOperationsUI
clicking/tapping outside of it. - apply, cancel or reset a function using button, icon.
- know if a function is applied of not - corresponding control(icon) appearance, chips or status bar updates.
- close the ixgOperationsUI upon clicking on apply, cancel.
- reset the functions using a Reset control (button).
I was to add an operation
As a developer I want to be able to provide a way to use and customize button element, and use set different types.
- Have button with different color and background color.
- Have button with different types, like fab, gradient, flat etc.