org.jboss.portal.core.admin.ui.coordination
Class EventWiringManagerBean.WindowSelectItem

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by org.jboss.portal.core.admin.ui.coordination.EventWiringManagerBean.WindowSelectItem
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing class:
EventWiringManagerBean

public static class EventWiringManagerBean.WindowSelectItem
extends javax.faces.model.SelectItem
implements java.lang.Comparable

See Also:
Serialized Form

Constructor Summary
EventWiringManagerBean.WindowSelectItem(Window window)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, setDescription, setDisabled, setEscape, setLabel, setValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventWiringManagerBean.WindowSelectItem

public EventWiringManagerBean.WindowSelectItem(Window window)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object