com.tonbeller.wcf.toolbar
Class ToolSeparator

java.lang.Object
  extended bycom.tonbeller.wcf.toolbar.ToolBarComponentSupport
      extended bycom.tonbeller.wcf.toolbar.ToolSeparator
All Implemented Interfaces:
ToolBarComponent

public class ToolSeparator
extends ToolBarComponentSupport

separator for toolbar

Author:
av

Constructor Summary
ToolSeparator()
           
 
Method Summary
 int getSize()
           
 void initialize(RequestContext context, ToolBar owner)
          deferred ctor - initializes the button once after instantiation
 boolean isSeparator()
          paints some space
 void render(RequestContext context, org.w3c.dom.Element parent)
          renders the toolbar button
 void setSize(int size)
           
 
Methods inherited from class com.tonbeller.wcf.toolbar.ToolBarComponentSupport
getId, getRole, getVisibleExpr, isVisible, isVisible, setId, setRole, setVisible, setVisibleExpr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToolSeparator

public ToolSeparator()
Method Detail

getSize

public int getSize()

setSize

public void setSize(int size)

initialize

public void initialize(RequestContext context,
                       ToolBar owner)
Description copied from interface: ToolBarComponent
deferred ctor - initializes the button once after instantiation


render

public void render(RequestContext context,
                   org.w3c.dom.Element parent)
            throws java.lang.Exception
Description copied from interface: ToolBarComponent
renders the toolbar button

Throws:
java.lang.Exception

isSeparator

public boolean isSeparator()
Description copied from interface: ToolBarComponent
paints some space