Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.webobjects.woextensions
Class JSAlertPanel  view JSAlertPanel download JSAlertPanel.java

java.lang.Object
  extended byWOComponent
      extended bycom.webobjects.woextensions.JSComponent
          extended bycom.webobjects.woextensions.JSAlertPanel
Direct Known Subclasses:
JSConfirmPanel

public class JSAlertPanel
extends JSComponent


Constructor Summary
JSAlertPanel(WOContext aContext)
           
 
Method Summary
 java.lang.String alertJSMessage()
           
 boolean isImage()
           
 boolean isImageAndText()
           
 boolean isText()
           
 
Methods inherited from class com.webobjects.woextensions.JSComponent
contextComponentActionURL, framework, imageLocation, invokeAction, synchronizesVariablesWithBindings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSAlertPanel

public JSAlertPanel(WOContext aContext)
Method Detail

alertJSMessage

public java.lang.String alertJSMessage()

isImage

public boolean isImage()

isText

public boolean isText()

isImageAndText

public boolean isImageAndText()