Package org.cxbox.core.dto.rowmeta
Class PreActionConfirmWithWidgetBuilder.Cfw
java.lang.Object
org.cxbox.core.dto.rowmeta.PreActionConfirmWithWidgetBuilder.Cfw
- Enclosing class:
- PreActionConfirmWithWidgetBuilder
Confirm with widget builder.
We keep class name very short to make inline highlights in IntelliJ IDEA non-distributive in the most common usage case
We keep class name very short to make inline highlights in IntelliJ IDEA non-distributive in the most common usage case
-
Method Summary
Modifier and TypeMethodDescriptionIf this builder method is called - notitlewill be shown
seetitlejava doc for details
-
Method Details
-
title
- Parameters:
title- confirm popuptitle
1. If this builder method isnot calledor called withnull- default title from FormPopupwidget.json -> titlewill be shown
2. (DEPRECATED. UsewithoutTitle()} instead) If this builder method called with non-null blank String - error will be logged- Returns:
- builder
-
withoutTitle
If this builder method is called - notitlewill be shown
seetitlejava doc for details- Returns:
- builder
-
yesText
- Parameters:
yesText- text that will be shown on corresponding button in UI popup.
If this builder method is not called or called with null - default 'Save' action text will be shown (more precisely translation defined in UI will be shown)- Returns:
- builder
-
noText
- Parameters:
noText- text that will be shown on corresponding button in UI popup.
If this builder method is not called or called with null - default 'Save' action text will be shown (more precisely translation defined in UI will be shown)- Returns:
- builder
-