com.livis.livingtalks.web
Class WebMenu

java.lang.Object
  |
  +--java.util.AbstractCollection
        |
        +--java.util.AbstractList
              |
              +--java.util.AbstractSequentialList
                    |
                    +--java.util.LinkedList
                          |
                          +--com.livis.livingtalks.web.WebMenu

public class WebMenu
extends java.util.LinkedList

See Also:
Serialized Form

Inner Class Summary
static class WebMenu.Item
           
 
Fields inherited from class java.util.AbstractList
modCount
 
Constructor Summary
WebMenu()
           
WebMenu(java.util.Collection c)
           
WebMenu(java.util.Collection c1, java.util.Collection c2)
           
WebMenu(java.util.Collection c1, java.util.Collection c2, java.lang.String selected)
           
WebMenu(java.util.Collection c, java.lang.String selected)
           
WebMenu(java.lang.String sepValue, java.lang.String sepDisplay)
           
WebMenu(java.lang.String sepValue, java.lang.String sepDisplay, java.util.Collection c)
           
WebMenu(java.lang.String sepValue, java.lang.String sepDisplay, java.util.Collection c1, java.util.Collection c2, java.lang.String selected)
           
WebMenu(java.lang.String sepValue, java.lang.String sepDisplay, java.util.Collection c, java.lang.String selected)
           
 
Method Summary
 boolean add(java.lang.Object object)
           
 boolean add(java.lang.String display)
           
 boolean add(java.lang.String value, java.lang.String display)
           
 boolean add(WebMenu.Item item)
           
 boolean addAll(java.util.Collection c)
           
 boolean addSeparator()
           
 java.lang.String getSepDisplay()
           
 java.lang.String getSepValue()
           
 void selectFirst(java.lang.String selected)
           
 void setSepDisplay(java.lang.String sepDisplay)
           
 void setSepValue(java.lang.String sepValue)
           
 java.lang.String toString()
           
 void unselect()
           
 
Methods inherited from class java.util.LinkedList
add, addAll, addFirst, addLast, clear, clone, contains, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, remove, remove, removeFirst, removeLast, set, size, toArray, toArray
 
Methods inherited from class java.util.AbstractSequentialList
iterator
 
Methods inherited from class java.util.AbstractList
equals, hashCode, listIterator, removeRange, subList
 
Methods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll
 
Methods inherited from class java.lang.Object
, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebMenu

public WebMenu(java.lang.String sepValue,
               java.lang.String sepDisplay,
               java.util.Collection c,
               java.lang.String selected)

WebMenu

public WebMenu(java.lang.String sepValue,
               java.lang.String sepDisplay,
               java.util.Collection c1,
               java.util.Collection c2,
               java.lang.String selected)

WebMenu

public WebMenu(java.lang.String sepValue,
               java.lang.String sepDisplay,
               java.util.Collection c)

WebMenu

public WebMenu(java.lang.String sepValue,
               java.lang.String sepDisplay)

WebMenu

public WebMenu(java.util.Collection c1,
               java.util.Collection c2,
               java.lang.String selected)

WebMenu

public WebMenu(java.util.Collection c1,
               java.util.Collection c2)

WebMenu

public WebMenu(java.util.Collection c,
               java.lang.String selected)

WebMenu

public WebMenu(java.util.Collection c)

WebMenu

public WebMenu()
Method Detail

getSepValue

public java.lang.String getSepValue()

setSepValue

public void setSepValue(java.lang.String sepValue)

getSepDisplay

public java.lang.String getSepDisplay()

setSepDisplay

public void setSepDisplay(java.lang.String sepDisplay)

unselect

public void unselect()

selectFirst

public void selectFirst(java.lang.String selected)

toString

public java.lang.String toString()
Overrides:
toString in class java.util.AbstractCollection

add

public boolean add(WebMenu.Item item)

add

public boolean add(java.lang.String value,
                   java.lang.String display)

add

public boolean add(java.lang.String display)

addSeparator

public boolean addSeparator()

add

public boolean add(java.lang.Object object)
Overrides:
add in class java.util.LinkedList

addAll

public boolean addAll(java.util.Collection c)
Overrides:
addAll in class java.util.LinkedList