Namespace Serenity.Ui.Application.UseCases
Classes
CompositeViewActivateChild
Activates a child within a composite view — the business operation behind a navigation rail swapping the content area. It resolves the target composite from the registry and tells it to activate the requested child; the composite owns the visibility mechanics.
UiSetFontSize
Use case for setting the font size of UI elements.
UiSetScale
Use case for setting the scale of a UI element.
UiUseCases
Container class for various UI use cases.
UiViewHide
Use case for hiding a UI element.
UiViewShow
Use case for showing a UI element.
Structs
CompositeViewActivateChildInput
Input for CompositeViewActivateChild: which child of which composite to activate.