* Shows the sign up view if the server settings allow the new users registration.
*/
funshowSignUpView()
/**
* Shows the oauth view if the server settings allow the login via social accounts.
*
* REMARK: we must show at maximum *three* social accounts views ([enableLoginByFacebook], [enableLoginByGithub], [enableLoginByGoogle],
* [enableLoginByLinkedin], [enableLoginByMeteor], [enableLoginByTwitter] or [enableLoginByGitlab]) for the oauth view.
* If the possibility of login via social accounts exceeds 3 different ways we should set up the FAB ([setupFabListener]) to show the remaining view(s).
*
* @param value True to show the oauth view, false otherwise.
*/
funshowOauthView(value:Boolean)
funshowOauthView()
/**
* Setups the FloatingActionButton to show more social accounts views (expanding the oauth view interface to show the remaining view(s)).
* Shows the login button.
*/
funsetupFabListener()
funshowLoginButton()
/**
* Shows the login by Facebook view.
* Shows the login by Facebook view if the server settings allow it.
*/
funenableLoginByFacebook()
/**
* Shows the login by Github view.
* Shows the login by Github view if the server settings allow it.
*/
funenableLoginByGithub()
/**
* Shows the login by Google view.
* Shows the login by Google view if the server settings allow it.
*/
funenableLoginByGoogle()
/**
* Shows the login by Linkedin view.
* Shows the login by Linkedin view if the server settings allow it.
*/
funenableLoginByLinkedin()
/**
* Shows the login by Meteor view.
* Shows the login by Meteor view if the server settings allow it.
*/
funenableLoginByMeteor()
/**
* Shows the login by Twitter view.
* Shows the login by Twitter view if the server settings allow it.
*/
funenableLoginByTwitter()
/**
* Shows the login by Gitlab view.
* Shows the login by Gitlab view if the server settings allow it.
*/
funenableLoginByGitlab()
/**
* Shows the sign up view if the server settings allow the new users registration.
*
* @param value True to show the sign up view, false otherwise.
* Setups the FloatingActionButton to show more social accounts views (expanding the oauth view interface to show the remaining view(s)).
*/
funshowSignUpView(value:Boolean)
funsetupFabListener()
/**
* Hides the username/e-mail view.
*/
funhideUsernameOrEmailView()
/**
* Hides the password view.
*/
funhidePasswordView()
/**
* Hides the sign up view if the server settings does not allow the new users registration.
*/
funhideSignUpView()
/**
* Hides the oauth view.
*/
funhideOauthView()
/**
* Hides the login button.
*/
funhideLoginButton()
/**
* Alerts the user about a wrong inputted username or email.