WUI : API


org.westofj.wui
Class WSeparator

java.lang.Object
  extended byorg.westofj.wui.Widget
      extended byorg.westofj.wui.WSeparator

public class WSeparator
extends Widget

A horizontal separator.

Version:
$Revision: 1.3 $, $Date: 2004/03/14 21:27:46 $
Author:
bill

Field Summary
static WSeparator INSTANCE
          An instance of a WSeparator widget.
 
Constructor Summary
WSeparator()
          Constructs a separator.
 
Method Summary
 void render(WRunner runner, WRenderContext context, PrintWriter out)
          Renders the widget to the display.
 
Methods inherited from class org.westofj.wui.Widget
addChangeListener, getRunner, handleNoParams, handleParams, hasChangeListeners, removeChangeListener, stateChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final WSeparator INSTANCE
An instance of a WSeparator widget.

Constructor Detail

WSeparator

public WSeparator()
Constructs a separator.

Method Detail

render

public void render(WRunner runner,
                   WRenderContext context,
                   PrintWriter out)
Description copied from class: Widget
Renders the widget to the display.

Specified by:
render in class Widget
Parameters:
runner - the current runner context.
out - the output for the display.

Copyright (c) 2003 West of J - All rights reserved.