Uses of Class
org.cxbox.core.dto.rowmeta.PreAction
Packages that use PreAction
-
Uses of PreAction in org.cxbox.core.dto.rowmeta
Methods in org.cxbox.core.dto.rowmeta that return PreActionModifier and TypeMethodDescriptionPreAction.PreActionBuilder.build()static PreActionPreAction.confirm()confirm with defaulttitleand auto-generatedtext
title- default 'Are you sure?'static PreActionPreAction.confirm(@NonNull UnaryOperator<PreActionConfirmBuilder.Cf> cf) confirm with yourtitle,text, and button names (yesTextandnoText)static PreActionDeprecated, for removal: This API element is subject to removal in a future version.static PreActionPreAction.confirmWithWidget(@NonNull String widget, @NonNull UnaryOperator<PreActionConfirmWithWidgetBuilder.Cfw> cf) confirm with yourwidget,title, and button names (yesTextandnoText)static PreActionstatic PreActionPreAction.error()static PreActionstatic PreActionPreAction.info()static PreAction -
Uses of PreAction in org.cxbox.core.service.action
Methods in org.cxbox.core.service.action that return PreActionModifier and TypeMethodDescriptionResponseServiceAction.preActionSpecifier(BusinessComponent bc) ActionDescription.withPreAction(BusinessComponent bc) PreActionSpecifier.withPreAction(BusinessComponent bc) Methods in org.cxbox.core.service.action with parameters of type PreAction
confirm(cf -> cf.text("Changes will be saved")).