Decision Center API

ilog.webui.dhtml.components
Class IlxWDialog.OKCancelDialog

java.lang.Object
  extended by ilog.webui.dhtml.IlxWContainer
      extended by ilog.webui.dhtml.IlxWComponent
          extended by ilog.webui.dhtml.components.IlxWDialog
              extended by ilog.webui.dhtml.components.IlxWDialog.OKCancelDialog
All Implemented Interfaces:
ilog.webui.dhtml.IlxWConstants, ilog.webui.dhtml.IlxWCSSModelProvider, ilog.webui.dhtml.IlxWDependencyProvider, ilog.webui.dhtml.IlxWJSObject, Serializable
Enclosing class:
IlxWDialog

public static class IlxWDialog.OKCancelDialog
extends IlxWDialog

Custom dialog box which displays 3 components:

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ilog.webui.dhtml.components.IlxWDialog
IlxWDialog.OKCancelDialog
 
Nested classes/interfaces inherited from class ilog.webui.dhtml.IlxWComponent
IlxWComponent.DynamicStyleMap
 
Field Summary
 
Fields inherited from class ilog.webui.dhtml.IlxWContainer
listenerList
 
Constructor Summary
IlxWDialog.OKCancelDialog(IlxWComponent body)
          Constructs an OKCancelDialog with the given body component.
 
Method Summary
 IlxWButton getCancelButton()
          Gets the cancel button.
 IlxWButton getOKButton()
          Gets the OK button.
 void setBody(IlxWComponent component)
          Sets the body component.
 
Methods inherited from class ilog.webui.dhtml.components.IlxWDialog
add, add, getContentPane, getRegisteredDialog, getShowAction, onClose, printComponent, printWindowClosingNotifier, register, remove, requestClose, unregister
 
Methods inherited from class ilog.webui.dhtml.IlxWComponent
addPropertyChangeListener, addPropertyChangeListener, detach, doPrint, firePropertyChange, firePropertyChange, getName, getRealHtmlTagName, getStyle, invalidate, isInvalidated, notifyDependencies, print, removePropertyChangeListener, removePropertyChangeListener, setName, validate
 
Methods inherited from class ilog.webui.dhtml.IlxWContainer
getAttribute, getAttributeNames, getComponent, getComponentCount, getComponentNamed, getComponents, getManager, getParent, getUserAgentRules, indexOf, isAncestorOf, remove, removeAll, removeAttribute, setAttribute, setAuthorRules, setFinalizer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IlxWDialog.OKCancelDialog

public IlxWDialog.OKCancelDialog(IlxWComponent body)
Constructs an OKCancelDialog with the given body component.

Method Detail

getOKButton

public IlxWButton getOKButton()
Gets the OK button.


getCancelButton

public IlxWButton getCancelButton()
Gets the cancel button.


setBody

public void setBody(IlxWComponent component)
Sets the body component.


Decision Center API

© Copyright IBM Corp. 1987, 2013