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.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public interface IViewManager

The IViewManager type exposes the following members.

Methods
  NameDescription
Public methodChangeProgressBarMessage
Changes the message of progress bar.
Public methodShowCalendarPopup
Shows date selection dialog with calendar.
Public methodShowCheckPermissionPopup
Shows permission check dialog.
Public methodShowCheckPermissionsPopup
Shows permissions check dialog.
Public methodShowChooserPopup
Shows chooser dialog.
Public methodShowClosePopup
Shows dialog with single "Close" button.
Public methodShowDateNumpadPopup
Shows date selection dialog with numpad.
Public methodShowDateTimePopup
Shows date and time selection dialog.
Public methodShowErrorPopup
Shows dialog with single "Close" button.
Public methodShowExtendedInputDialog
Shows extended input dialog.
Public methodShowExtendedKeyboardDialog
Shows "Keyboard" dialog.
Public methodShowInputDialog
Shows input dialog.
Public methodShowKeyboard
Shows "Keyboard" dialog.
Public methodShowOkCancelPopup
Shows "OK"/"Cancel" dialog.
Public methodShowOkPopup
Shows dialog with single "OK" button.
Public methodShowQuantityChangerPopup
Shows quantity changer dialog.
Public methodShowRetryCancelPopup
Shows "Retry"/"Cancel" dialog.
Public methodShowRetryIgnoreCancelPopup
Shows "Retry"/"Ignore"/"Cancel" dialog.
Public methodShowYesNoCancelPopup
Shows "Yes"/"No"/"Cancel" dialog.
Public methodShowYesNoPopup
Shows "Yes"/"No" dialog.
Top
Extension Methods
Exceptions
ExceptionCondition
NullReferenceException
See Also