Package io.jmix.flowui
Interface Dialogs.HasText<T>
- Type Parameters:
T
- return type of fluent API methods
- All Known Subinterfaces:
Dialogs.BackgroundTaskDialogBuilder<T,
,V> Dialogs.MessageDialogBuilder
,Dialogs.OptionDialogBuilder
- All Known Implementing Classes:
DialogsImpl.BackgroundTaskDialogBuilderImpl
,DialogsImpl.MessageDialogBuilderImpl
,DialogsImpl.OptionDialogBuilderImpl
- Enclosing interface:
- Dialogs
public static interface Dialogs.HasText<T>
Represents Dialog Builders that have a text inside
Paragraph
component as a content.
Note, overrides the content set value that was set using the Dialogs.HasContent.withContent(Component)
method.
-
Method Summary
-
Method Details
-
withText
Sets a text.- Parameters:
text
- a text- Returns:
- builder
-
getText
- Returns:
- a text
-