org.wicketstuff.yav.alerts
Class AlertType

java.lang.Object
  extended by org.wicketstuff.yav.alerts.AlertType
All Implemented Interfaces:
Serializable

public class AlertType
extends Object
implements Serializable

Author:
Zenika
See Also:
Serialized Form

Field Summary
static AlertType CLASSIC
           
static AlertType INLINE
           
static AlertType INNER_HTML
           
static AlertType JS_VAR
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CLASSIC

public static final AlertType CLASSIC

INLINE

public static final AlertType INLINE

INNER_HTML

public static final AlertType INNER_HTML

JS_VAR

public static final AlertType JS_VAR
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 Wicket Stuff. All Rights Reserved.