com.tonbeller.wcf.popup
Class WcfMenuItem

java.lang.Object
  extended bycom.tonbeller.wcf.popup.ItemSupport
      extended bycom.tonbeller.wcf.popup.MenuItemSupport
          extended bycom.tonbeller.wcf.popup.WcfMenuItem
All Implemented Interfaces:
Item, MenuItem, RequestListener

public abstract class WcfMenuItem
extends MenuItemSupport
implements RequestListener

WcfMenuItem ist ein MenuItem, das sich bei der Konstruktion an einem RequestDispatcher anmeldet.

Since:
Mar 14, 2006
Author:
av

Constructor Summary
WcfMenuItem(Dispatcher d, java.lang.String label)
           
WcfMenuItem(Dispatcher d, java.lang.String label, java.lang.String image)
           
 
Methods inherited from class com.tonbeller.wcf.popup.MenuItemSupport
getHref, setHref
 
Methods inherited from class com.tonbeller.wcf.popup.ItemSupport
getImage, getLabel, setImage, setLabel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.tonbeller.wcf.controller.RequestListener
request
 
Methods inherited from interface com.tonbeller.wcf.popup.Item
getImage, getLabel
 

Constructor Detail

WcfMenuItem

public WcfMenuItem(Dispatcher d,
                   java.lang.String label)

WcfMenuItem

public WcfMenuItem(Dispatcher d,
                   java.lang.String label,
                   java.lang.String image)