java.lang.Object | ||
↳ | com.c2call.sdk.pub.gui.core.controller.SCBaseViewHolder | |
↳ | com.c2call.sdk.pub.gui.login.controller.SCLoginViewHolder |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | VD_BUTTON_FORGOT_PASS | ||||||||||
int | VD_BUTTON_LOGIN | ||||||||||
int | VD_CB_REMEMBER_PASS | ||||||||||
int | VD_EDIT_PASS | ||||||||||
int | VD_EDIT_USER |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SCLoginViewHolder(View v, int... viewDescription) | |||||||||||
SCLoginViewHolder(View v, SCViewDescription d) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
View |
getItemButtonForgotPassword()
Gets the Button for forgot password.
| ||||||||||
View |
getItemButtonLogin()
Gets the Button for login.
| ||||||||||
View |
getItemCheckRememberPassword()
Gets the CheckBox remember password.
| ||||||||||
View |
getItemEditPassword()
Gets the EditText for password.
| ||||||||||
View |
getItemEditUsername()
Gets the EditText for username.
| ||||||||||
String |
getPassword()
Gets the password.
| ||||||||||
String |
getUsername()
Gets the username.
| ||||||||||
boolean |
isRememberPasswordEnabled()
Checks if remember password enabled.
| ||||||||||
void |
setRememberPassword(boolean value)
Set remember password checkbox to checked
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Gets the Button for forgot password.
Gets the Button for login.
Gets the CheckBox remember password.
Gets the EditText for password.
Gets the EditText for username.
Gets the password.
Gets the username.
Checks if remember password enabled.
Set remember password checkbox to checked
value | whether the chekbox should be checked |
---|