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

Packages that use UITable.UserAttributeKey
org.efaps.ui.wicket.models.objects   
 

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

Methods in org.efaps.ui.wicket.models.objects that return UITable.UserAttributeKey
static UITable.UserAttributeKey UITable.UserAttributeKey.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static UITable.UserAttributeKey[] UITable.UserAttributeKey.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.UserAttributeKey
 java.lang.String UITable.getUserAttributeKey(UITable.UserAttributeKey _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.
 java.lang.String UIFieldTable.getUserAttributeKey(UITable.UserAttributeKey _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-2010 The eFaps Team. All Rights Reserved.