Uses of Class
org.efaps.ui.wicket.models.objects.UITable.UserCacheKey

Packages that use UITable.UserCacheKey
org.efaps.ui.wicket.models.objects The objects holding and handling the data presented to the User. 
 

Uses of UITable.UserCacheKey in org.efaps.ui.wicket.models.objects
 

Methods in org.efaps.ui.wicket.models.objects that return UITable.UserCacheKey
static UITable.UserCacheKey UITable.UserCacheKey.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UITable.UserCacheKey[] UITable.UserCacheKey.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.efaps.ui.wicket.models.objects with parameters of type UITable.UserCacheKey
 String UITable.getCacheKey(UITable.UserCacheKey _key)
          This method generates the Key for a UserAttribute by using the UUID of the Command and the given UserAttributeKey, so that for every Table a unique key for sorting etc, is created.
 String UIFieldTable.getCacheKey(UITable.UserCacheKey _key)
          This method generates the Key for a UserAttribute by using the UUID of the Command and the given UserAttributeKey, so that for every Table a unique key for sorting etc, is created.
 



Copyright © 2003-2011 The eFaps Team. All Rights Reserved.