| Package | Description |
|---|---|
| org.wicketstuff.facebook | |
| org.wicketstuff.facebook.plugins |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
List<FacebookPermission> |
LoginButton.getPermissions() |
| Modifier and Type | Method and Description |
|---|---|
void |
LoginButton.setPermissions(List<FacebookPermission> permissions) |
| Constructor and Description |
|---|
LoginButton(String id,
FacebookPermission... permissions)
By default the Login button prompts users for their public information.
|
Copyright © 2015. All rights reserved.