com.funambol.client.ui
Interface SignupScreen

All Superinterfaces:
AccountScreen, Screen

public interface SignupScreen
extends AccountScreen


Method Summary
 void disableSignup()
           
 void enableSignup()
           
 java.lang.String getCaptchaToken()
           
 boolean isPasswordShowed()
           
 void promptCaptcha()
          Shows the input field and the image of the CAPTCHA
 void promptCredentials()
          Shows the input fields for the account credentials
 void setCaptchaImage(byte[] image)
          Sets the given CAPTCHA image to be displayed in the screen
 void setCaptchaToken(java.lang.String token)
          Set the current CAPTCHA token string
 
Methods inherited from interface com.funambol.client.ui.AccountScreen
addShowPasswordField, checkFailed, checkSucceeded, disableCancel, disableSave, enableCancel, enableSave, getPassword, getSyncUrl, getUsername, initialize, setPassword, setSyncUrl, setUsername
 
Methods inherited from interface com.funambol.client.ui.Screen
getUiScreen
 

Method Detail

disableSignup

void disableSignup()

enableSignup

void enableSignup()

promptCredentials

void promptCredentials()
Shows the input fields for the account credentials


promptCaptcha

void promptCaptcha()
Shows the input field and the image of the CAPTCHA


setCaptchaImage

void setCaptchaImage(byte[] image)
Sets the given CAPTCHA image to be displayed in the screen

Parameters:
image -

setCaptchaToken

void setCaptchaToken(java.lang.String token)
Set the current CAPTCHA token string

Parameters:
token -

getCaptchaToken

java.lang.String getCaptchaToken()
Returns:
the CAPTCHA validation token

isPasswordShowed

boolean isPasswordShowed()
Returns:
whether the password is showed in clear text


Copyright © 2001-2009 Funambol.