org.jboss.dtf.testframework.dtfweb
Class GroupSelection

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by org.jboss.dtf.testframework.dtfweb.GroupSelection
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class GroupSelection
extends java.util.Hashtable

See Also:
Serialized Form

Constructor Summary
GroupSelection(java.util.Hashtable table, java.lang.String groupName, java.lang.String fullGroupName)
           
 
Method Summary
 void clearSelections()
           
 java.lang.String getFullGroupName()
           
 java.lang.String getGroupName()
           
 boolean isExpanded()
           
 boolean isSelected(java.lang.String key)
           
 void setExpanded(boolean expanded)
           
 void setSelected(java.lang.String key, boolean selected)
           
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupSelection

public GroupSelection(java.util.Hashtable table,
                      java.lang.String groupName,
                      java.lang.String fullGroupName)
Method Detail

getGroupName

public java.lang.String getGroupName()

getFullGroupName

public java.lang.String getFullGroupName()

isSelected

public boolean isSelected(java.lang.String key)

isExpanded

public boolean isExpanded()

setExpanded

public void setExpanded(boolean expanded)

clearSelections

public void clearSelections()

setSelected

public void setSelected(java.lang.String key,
                        boolean selected)