Uses of Class
org.wicketstuff.facebook.FacebookPermission
-
Packages that use FacebookPermission Package Description org.wicketstuff.facebook org.wicketstuff.facebook.plugins -
-
Uses of FacebookPermission in org.wicketstuff.facebook
Methods in org.wicketstuff.facebook that return FacebookPermission Modifier and Type Method Description static FacebookPermissionFacebookPermission. 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 Modifier and Type Method Description List<FacebookPermission>LoginButton. getPermissions()Method parameters in org.wicketstuff.facebook.plugins with type arguments of type FacebookPermission Modifier and Type Method Description voidLoginButton. setPermissions(List<FacebookPermission> permissions)Constructors in org.wicketstuff.facebook.plugins with parameters of type FacebookPermission Constructor Description LoginButton(String id, FacebookPermission... permissions)By default the Login button prompts users for their public information.
-