material_yes_no_buttons/material_yes_no_buttons library
Classes
- BoundaryAwareKeyDirective
- Base implementation of directive to listen to key events.
- EnterAcceptsDirective
-
If attached to yes-no buttons, it will listen for Enter
keyup
events and trigger theyes
action on them. - EscapeCancelsDirective
-
If attached to the yes-no buttons it will listen for escape
keyup
event and triggerno
action on it. - KeyUpBoundaryDirective
- Marks a subtree of the dom that should handle key events for a BoundaryAwareKeyDirective implementation.
- MaterialSaveCancelButtonsDirective
- Provides messages from yes/no buttons to be Save/Cancel.
- MaterialSubmitCancelButtonsDirective
- Provides default messages from yes/no buttons to be Submit/Cancel.
- MaterialYesNoButtonsComponent
- A component for the two buttons horizontally next to each other, like yes/no, save/cancel, agree/not agree, etc.