Interface HasConfirmation
-
- All Known Subinterfaces:
ButtonTagDeclaration
,EventTagDeclaration
,LinkTagDeclaration
public interface HasConfirmation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setConfirmation(String confirmation)
Text to use as confirmation message.
-
-
-
Method Detail
-
setConfirmation
void setConfirmation(String confirmation)
Text to use as confirmation message.
-
-