public class OnClickConfirmationBehavior
extends org.apache.wicket.AttributeModifier
| Constructor and Description |
|---|
OnClickConfirmationBehavior(org.apache.wicket.model.IModel<?> aMsgModel)
Constructs the behavior.
|
OnClickConfirmationBehavior(String aMsg)
Constructs the behavior.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
newValue(String aCurrentValue,
String aReplacementValue) |
detach, getAddAttributeIfNotPresent, getAttribute, getContextRelativeValue, getPattern, getReplaceModel, isEnabled, isEnabled, onComponentTag, replaceAttibuteValue, replaceAttributeValue, setEnabled, toStringpublic OnClickConfirmationBehavior(String aMsg)
aMsg - Confirmation message.public OnClickConfirmationBehavior(org.apache.wicket.model.IModel<?> aMsgModel)
aMsgModel - Confirmation message.Copyright © 2025. All rights reserved.