org.zkoss.zk.au.out
Class AuAlert

java.lang.Object
  extended by org.zkoss.zk.au.AuResponse
      extended by org.zkoss.zk.au.out.AuAlert

public class AuAlert
extends AuResponse

A response to ask client to show an alert.

data[0]: the alert message

Since:
3.0.0
Author:
tomyeh

Field Summary
 
Fields inherited from class org.zkoss.zk.au.AuResponse
_cmd, _data, SC_OUT_OF_SEQUENCE
 
Constructor Summary
AuAlert(java.lang.String message)
           
AuAlert(java.lang.String message, java.lang.String title)
           
AuAlert(java.lang.String message, java.lang.String title, java.lang.String icon)
           
 
Method Summary
 
Methods inherited from class org.zkoss.zk.au.AuResponse
equals, getCommand, getDepends, getEncodedData, getOverrideKey, getRawData, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuAlert

public AuAlert(java.lang.String message)

AuAlert

public AuAlert(java.lang.String message,
               java.lang.String title)
Parameters:
message - the message to display.
title - the title of the message box
Since:
5.0.3

AuAlert

public AuAlert(java.lang.String message,
               java.lang.String title,
               java.lang.String icon)
Parameters:
message - the message to display.
title - the title of the message box
icon - the icon to show. It could null, "QUESTION", "EXCLAMATION", "INFORMATION", "ERROR", "NONE". If null, "ERROR" is assumed
Since:
5.0.3


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo