Spiffy UI Framework

org.spiffyui.client.nav
Class NavSeparator

java.lang.Object
  extended by Widget
      extended by org.spiffyui.client.nav.NavSeparator
All Implemented Interfaces:
NavWidget

public class NavSeparator
extends Widget
implements NavWidget

This widget represents a single separator item on the navigation menu.

CSS Style Rules


Constructor Summary
NavSeparator(java.lang.String id)
          Creates a new navigation separator
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NavSeparator

public NavSeparator(java.lang.String id)
Creates a new navigation separator

Parameters:
id - the id of the separator

Spiffy UI Framework