Namespace Alternet.Maui
Classes
- BaseContentView
Represents a base class for content views in the library.
- BaseLogView
Represents an abstract log view.
- BaseLogView.LogItem
Represents a log item with a message.
- BasePickerView
Represents a base class for a picker view in the library.
- CollectionLogView
Represents a log view which internally uses CollectionView.
- ColorPickerView
Displays a list of colors, from which the user can select a color.
- EditorLogView
Represents a log view which internally uses Editor.
- EnumPickerView
Displays a list of enum members, from which the user can select a value.
- LogContentPage
ContentPage descendant with view that shows log items.
- MauiCommands
Provides a collection of reusable commands for .NET MAUI applications.
- SimpleDialogTitleView
Represents a simple dialog title view with a title label and a close button.
- SimpleInputDialog
Represents a simple input dialog with a title, message, input field, and action buttons.
- SimpleInputDialog.DisplayPromptDialog
Represents a dialog that displays a prompt to the user and allows input.
- SimplePopupDialog
Represents a simple popup dialog with a title, dialog content, and optional action buttons.
- SimpleSearchDialog
Represents a dialog for performing a simple search and replace operations.
- SimpleTabControlView
Represents a simple tab control view.
- SimpleTabControlView.TabControlItem
Represents an item in the tab control view.
- SimpleToolBarView
Represents a simple toolbar view with speed buttons and other controls.
- SimpleTreeView
Represents a simple tree view.
- SimpleTwoFieldInputDialog
Represents a dialog that allows the user to input values for two fields.
- TempFileUtils
Provides utility methods for working with temporary files and directories.
- TitleWithTwoButtonsView
Implements title with label and two buttons. By default buttons are 'Settings' and 'Show keyboard'.
- VirtualListBoxView
Implements list box on the MAUI platform using internal VirtualListBox control.
- VirtualTreeControlView
Implements tree view on the MAUI platform using internal VirtualTreeControl control.
- VisualStateUtils
Provides utility methods for working with visual states in a the application.
Interfaces
- SimpleToolBarView.IToolBarItem
Represents an item in the toolbar.
Enums
- SimplePopupDialog.AlignOrigin
Specifies the origin point used for alignment calculations.
- SimpleToolBarView.StickyButtonStyle
Specifies the paint mode for sticky buttons.
Delegates
- DisplayPromptAsyncDelegate
Defines delegate that displays a prompt dialog to the application user with the intent to capture a single string value.