Class UserProfileUserDataHooker
java.lang.Object
net.datenwerke.rs.userprofile.client.userprofile.hooks.UserProfileCardProviderHookImpl
net.datenwerke.usermanager.ext.client.hookers.UserProfileUserDataHooker
- All Implemented Interfaces:
PropertiesDialogCard,RpcPropertiesDialogCard,Hook,UserProfileCardProviderHook
-
Constructor Summary
ConstructorsConstructorDescriptionUserProfileUserDataHooker(LoginService loginService, UserManagerDao dao, PasswordServiceDao passwordService, ToolbarService toolbarService) -
Method Summary
Modifier and TypeMethodDescriptionWidgetgetCard()intImageResourcegetIcon()getName()isValid()voidsubmitPressed(SubmitTrackerToken token) Methods inherited from class net.datenwerke.rs.userprofile.client.userprofile.hooks.UserProfileCardProviderHookImpl
cancelPressed, submitPressed
-
Constructor Details
-
UserProfileUserDataHooker
public UserProfileUserDataHooker(LoginService loginService, UserManagerDao dao, PasswordServiceDao passwordService, ToolbarService toolbarService)
-
-
Method Details
-
getIcon
public ImageResource getIcon() -
getName
-
getCard
public Widget getCard() -
getHeight
public int getHeight()- Specified by:
getHeightin interfacePropertiesDialogCard- Overrides:
getHeightin classUserProfileCardProviderHookImpl
-
submitPressed
- Specified by:
submitPressedin interfaceRpcPropertiesDialogCard- Overrides:
submitPressedin classUserProfileCardProviderHookImpl
-
isValid
- Specified by:
isValidin interfacePropertiesDialogCard- Overrides:
isValidin classUserProfileCardProviderHookImpl
-