Click or drag to resize

IViewManager Interface

Interface for displaying data input dialog. Can be null in a background context, where is no UI.

Namespace: Resto.Front.Api.UI
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IViewManager

The IViewManager type exposes the following members.

Methods
 NameDescription
Public methodChangeProgressBarMessage Changes the message of progress bar.
Public methodNavigateToOrderAfterOperation Navigation to screen with given order after all plugin's operations in the context when current view manager is alive.
Public methodShowCalendarPopup Shows date selection dialog with calendar.
Public methodShowCheckPermissionPopup Shows permission check dialog.
Public methodShowCheckPermissionsPopup Shows permissions check dialog.
Public methodShowChooserPopupShows chooser dialog.
Public methodShowClosePopupShows dialog with single "Close" button.
Public methodShowDateNumpadPopup Shows date selection dialog with numpad.
Public methodShowDateTimePopup Shows date and time selection dialog.
Public methodShowErrorPopupShows dialog with single "Close" button.
Public methodShowExtendedInputDialogShows extended input dialog.
Public methodShowExtendedKeyboardDialogShows "Keyboard" dialog.
Public methodShowInputDialogShows input dialog.
Public methodShowKeyboardShows "Keyboard" dialog.
Public methodShowOkCancelPopupShows "OK"/"Cancel" dialog.
Public methodShowOkPopupShows dialog with single "OK" button.
Public methodShowQuantityChangerPopup Shows quantity changer dialog.
Public methodShowRetryCancelPopupShows "Retry"/"Cancel" dialog.
Public methodShowRetryIgnoreCancelPopupShows "Retry"/"Ignore"/"Cancel" dialog.
Public methodShowYesNoCancelPopupShows "Yes"/"No"/"Cancel" dialog.
Public methodShowYesNoPopupShows "Yes"/"No" dialog.
Top
Extension Methods
 NameDescription
Public Extension MethodShowChooserPopupTShows chooser dialog.
(Defined by ViewManagerExtensions)
Top
Exceptions
ExceptionCondition
NullReferenceException
See Also