Decision Center API

ilog.rules.webui
Class IlrWToolBar

java.lang.Object
  extended by ilog.webui.dhtml.IlxWContainer
      extended by ilog.webui.dhtml.IlxWComponent
          extended by ilog.rules.webui.IlrWToolBar
All Implemented Interfaces:
ilog.webui.dhtml.IlxWConstants, ilog.webui.dhtml.IlxWCSSModelProvider, ilog.webui.dhtml.IlxWDependencyProvider, ilog.webui.dhtml.IlxWJSObject, Serializable

public class IlrWToolBar
extends IlxWComponent

A toolbar-like web component.

It will print its subcomponents vertically aligned.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class ilog.webui.dhtml.IlxWComponent
IlxWComponent.DynamicStyleMap
 
Field Summary
protected  boolean appendSeparator
           
protected  String iconResourceName
           
 
Fields inherited from class ilog.webui.dhtml.IlxWContainer
listenerList
 
Constructor Summary
IlrWToolBar()
          Creates a new IlrWToolBar.
 
Method Summary
protected  void printComponent(IlxWPort port)
          Prints the HTML code that will display the graphical representation of this component.
protected  void printSeparator(IlxWPort port)
           
 void setAppendSeparator(boolean appendSeparator)
           
 
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
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

appendSeparator

protected boolean appendSeparator

iconResourceName

protected String iconResourceName
Constructor Detail

IlrWToolBar

public IlrWToolBar()
Creates a new IlrWToolBar.

Buttons should be added as subcomponents with IlxWComponent.add.

See Also:
IlxWContainer.add(ilog.webui.dhtml.IlxWComponent)
Method Detail

printComponent

protected void printComponent(IlxWPort port)
                       throws IOException
Description copied from class: IlxWComponent
Prints the HTML code that will display the graphical representation of this component. This method is called by the IlxWComponent.print(ilog.webui.dhtml.IlxWPort) method.

Specified by:
printComponent in class IlxWComponent
Throws:
IOException
Parameters:
port - The port on which the component will be printed.
See Also:
IlxWComponent.print(ilog.webui.dhtml.IlxWPort)

printSeparator

protected void printSeparator(IlxWPort port)

setAppendSeparator

public void setAppendSeparator(boolean appendSeparator)

Decision Center API

© Copyright IBM Corp. 1987, 2013