Class JavascriptEventConfirmation
- java.lang.Object
 - 
- org.apache.wicket.behavior.Behavior
 - 
- org.apache.wicket.AttributeModifier
 - 
- com.inductiveautomation.ignition.gateway.web.util.JavascriptEventConfirmation
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,org.apache.wicket.IComponentAwareEventSink,org.apache.wicket.markup.html.IComponentAwareHeaderContributor,org.apache.wicket.util.io.IClusterable
public class JavascriptEventConfirmation extends org.apache.wicket.AttributeModifierThanks to http://cwiki.apache.org/WICKET/getting-user-confirmation.html- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description JavascriptEventConfirmation(java.lang.String event, java.lang.String confirmMessageKey) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringnewValue(java.lang.String currentValue, java.lang.String replacementValue)- 
Methods inherited from class org.apache.wicket.AttributeModifier
append, append, detach, getAttribute, getReplaceModel, onComponentTag, prepend, prepend, remove, replace, replace, replaceAttributeValue, toString 
 - 
 
 -