Class LoginButton

    • Constructor Detail

      • LoginButton

        public LoginButton​(String id)
      • LoginButton

        public LoginButton​(String id,
                           FacebookPermission... permissions)
        By default the Login button prompts users for their public information. If your application needs to access other parts of the user's profile that may be private, your application can request extended permissions
        Parameters:
        id - wicket-id
        permissions -
    • Method Detail

      • isShowFaces

        public boolean isShowFaces()
      • setMaxRows

        public void setMaxRows​(int maxRows)
        the maximum number of rows of profile pictures to display. Default value: 1.
        Parameters:
        maxRows -
      • setShowFaces

        public void setShowFaces​(boolean showFaces)
        Parameters:
        showFaces - whether to show faces underneath the Login button.