|   LOW_BANDWIDTH | A 508-like style UI that allows for regular gadgets to be displayed | 
|   SECTION_508 | The style that is 508 complant | 
|   STANDARD | The standard portal style | 
|   GetAccessStyle | This converts an int into an Access Style. This is necessary because the access style comes from the portal, where it is stored as an int, rather than an enumerator. | 
|   GetDefaultAccessID | Returns the default access ID. | 
|   IsValidAccessID | JF- Helper method to validate an Access ID. | 
|  Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. | 
|  GetAccessID | Gives back the integer representation of the access style. NOTE: This is the right way to work; the above method is for debug purposes. | 
|  GetHashCode (inherited from Object) | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. | 
|  GetType (inherited from Object) | Gets the Type of the current instance. | 
|  ToString | Gives back the string representation of the access style. | 
|  Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | 
|  MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. | 
AccessStyles Class | com.plumtree.uiinfrastructure.constants Namespace