Decision Center API

ilog.rules.webui
Class IlrWTokenActionManager

java.lang.Object
  extended by ilog.webui.dhtml.IlxWContainer
      extended by ilog.webui.dhtml.IlxWComponent
          extended by ilog.rules.webui.IlrWTokenActionManager
All Implemented Interfaces:
ilog.webui.dhtml.IlxWConstants, ilog.webui.dhtml.IlxWCSSModelProvider, ilog.webui.dhtml.IlxWDependencyProvider, ilog.webui.dhtml.IlxWJSObject, Serializable
Direct Known Subclasses:
IlrWDefaultTokenActionManager

Deprecated. Use IlrWValueEditorActionManager instead.

public abstract class IlrWTokenActionManager
extends IlxWComponent

Manages the displaying of a token in the Web Rule Editor.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ilog.webui.dhtml.IlxWComponent
IlxWComponent.DynamicStyleMap
 
Field Summary
protected  ilog.rules.webui.IlrWRenderer renderer
          Deprecated.  
 
Fields inherited from class ilog.webui.dhtml.IlxWContainer
listenerList
 
Constructor Summary
IlrWTokenActionManager()
          Deprecated. Constructs a token action manager.
 
Method Summary
 void fireTokenChange(IlxWPort port, ilog.rules.brl.tokenmodel.IlrToken.Token token)
          Deprecated. Call this method when a token is modified.
abstract  void setToken(ilog.rules.brl.tokenmodel.IlrToken.TextToken token)
          Deprecated. Sets the text token to be managed by this object.
 
Methods inherited from class ilog.webui.dhtml.IlxWComponent
addPropertyChangeListener, addPropertyChangeListener, detach, doPrint, firePropertyChange, firePropertyChange, getName, getRealHtmlTagName, getStyle, invalidate, isInvalidated, notifyDependencies, print, printComponent, removePropertyChangeListener, removePropertyChangeListener, setName, validate
 
Methods inherited from class ilog.webui.dhtml.IlxWContainer
add, add, getAttribute, getAttributeNames, getComponent, getComponentCount, getComponentNamed, getComponents, getManager, getParent, getUserAgentRules, indexOf, isAncestorOf, remove, remove, removeAll, removeAttribute, setAttribute, setAuthorRules, setFinalizer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

renderer

protected ilog.rules.webui.IlrWRenderer renderer
Deprecated. 
Constructor Detail

IlrWTokenActionManager

public IlrWTokenActionManager()
Deprecated. 

Constructs a token action manager.

Method Detail

fireTokenChange

public void fireTokenChange(IlxWPort port,
                            ilog.rules.brl.tokenmodel.IlrToken.Token token)
Deprecated. 

Call this method when a token is modified. It will tell the framework to redisplay the token through the given port.


setToken

public abstract void setToken(ilog.rules.brl.tokenmodel.IlrToken.TextToken token)
Deprecated. 

Sets the text token to be managed by this object.


Decision Center API

© Copyright IBM Corp. 1987, 2013