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 49 2011-01-26 16:08:25Z 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-2011 CodeLutin. All Rights Reserved.