org.nuiton.web.tapestry5.mixins
Class Confirm

java.lang.Object
  extended by org.nuiton.web.tapestry5.mixins.Confirm

@Import(library="confirm.js")
public class Confirm
extends Object

A simple mixin for attaching a javascript confirmation box to the onclick event of any component that implements ClientElement.

Version:
$Id: Confirm.java 80 2011-06-28 12:25:30Z tchemit $
Author:
fdesbois

Constructor Summary
Confirm()
           
 
Method Summary
 void afterRender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Confirm

public Confirm()
Method Detail

afterRender

@AfterRender
public void afterRender()


Copyright © 2010-2012 CodeLutin. All Rights Reserved.