Uses of Class
org.wicketstuff.facebook.FacebookPermission

Packages that use FacebookPermission
org.wicketstuff.facebook   
org.wicketstuff.facebook.plugins   
 

Uses of FacebookPermission in org.wicketstuff.facebook
 

Methods in org.wicketstuff.facebook that return FacebookPermission
static FacebookPermission FacebookPermission.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FacebookPermission[] FacebookPermission.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FacebookPermission in org.wicketstuff.facebook.plugins
 

Methods in org.wicketstuff.facebook.plugins that return types with arguments of type FacebookPermission
 List<FacebookPermission> LoginButton.getPermissions()
           
 

Method parameters in org.wicketstuff.facebook.plugins with type arguments of type FacebookPermission
 void LoginButton.setPermissions(List<FacebookPermission> permissions)
           
 

Constructors in org.wicketstuff.facebook.plugins with parameters of type FacebookPermission
LoginButton(String id, FacebookPermission... permissions)
          By default the Login button prompts users for their public information.
 



Copyright © 2014. All rights reserved.