org.openfaces.util
Class StyleGroup

java.lang.Object
  extended by org.openfaces.util.StyleGroup
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public class StyleGroup
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable

See Also:
Serialized Form

Method Summary
 int compareTo(java.lang.Object o)
           
static StyleGroup disabledStyleGroup()
           
static StyleGroup disabledStyleGroup(int index)
           
 boolean equals(java.lang.Object o)
           
static java.util.SortedSet<StyleGroup> getAllGroups()
           
 int hashCode()
           
static StyleGroup regularStyleGroup()
           
static StyleGroup regularStyleGroup(int index)
           
static StyleGroup rolloverStyleGroup()
           
static StyleGroup rolloverStyleGroup(int index)
           
static StyleGroup selectedStyleGroup()
           
static StyleGroup selectedStyleGroup(int index)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getAllGroups

public static java.util.SortedSet<StyleGroup> getAllGroups()

regularStyleGroup

public static StyleGroup regularStyleGroup()

regularStyleGroup

public static StyleGroup regularStyleGroup(int index)

rolloverStyleGroup

public static StyleGroup rolloverStyleGroup()

rolloverStyleGroup

public static StyleGroup rolloverStyleGroup(int index)

selectedStyleGroup

public static StyleGroup selectedStyleGroup()

selectedStyleGroup

public static StyleGroup selectedStyleGroup(int index)

disabledStyleGroup

public static StyleGroup disabledStyleGroup()

disabledStyleGroup

public static StyleGroup disabledStyleGroup(int index)

equals

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

hashCode

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

compareTo

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

toString

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


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.