com.tonbeller.wcf.popup
Class GroupItemSupport

java.lang.Object
  extended bycom.tonbeller.wcf.popup.ItemSupport
      extended bycom.tonbeller.wcf.popup.GroupItemSupport
All Implemented Interfaces:
GroupItem, Item

public class GroupItemSupport
extends ItemSupport
implements GroupItem


Constructor Summary
GroupItemSupport()
           
GroupItemSupport(java.lang.String label)
           
GroupItemSupport(java.lang.String label, java.lang.String image)
           
 
Method Summary
 java.util.List getChildren()
           
 
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.popup.Item
getImage, getLabel
 

Constructor Detail

GroupItemSupport

public GroupItemSupport()

GroupItemSupport

public GroupItemSupport(java.lang.String label)

GroupItemSupport

public GroupItemSupport(java.lang.String label,
                        java.lang.String image)
Method Detail

getChildren

public java.util.List getChildren()
Specified by:
getChildren in interface GroupItem