class ShowBuilder
A builder class for creating
UIShowViewinstances.
class ShowBuilder implements ViewBuilder<UIShowView>;
Notes
- Objects of this type are returned by the
UI.ShowWhen(),UI.ShowUnless(), andUI.Show()functions.
Instance members
initializer readonly
The initializer that is used to create each view instance.build()
Creates a new instance of the view renderer.on()
Handles propagated events from the nested view.when()
Sets the condition for showing the content, using UIShowView.when.unless()
Sets the condition for hiding the content, using UIShowView.unless.show()
Sets the content to be shown or hidden, either from a view builder or a binding.
Related
class UIShowView
A view object that renders and controls a referenced view.
