Class UserProfileCardProviderHookImpl
java.lang.Object
net.datenwerke.rs.userprofile.client.userprofile.hooks.UserProfileCardProviderHookImpl
- All Implemented Interfaces:
PropertiesDialogCard,RpcPropertiesDialogCard,Hook,UserProfileCardProviderHook
- Direct Known Subclasses:
UserProfileDashboardPropertiesHooker,UserProfileTeamSpacePropertiesHooker,UserProfileUserDataHooker,UserProfileViewContainerHooker
public abstract class UserProfileCardProviderHookImpl
extends Object
implements UserProfileCardProviderHook
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintisValid()final voidvoidsubmitPressed(SubmitTrackerToken token) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.datenwerke.gxtdto.client.dialog.properties.PropertiesDialogCard
getCard, getIcon, getName
-
Constructor Details
-
UserProfileCardProviderHookImpl
public UserProfileCardProviderHookImpl()
-
-
Method Details
-
getHeight
public int getHeight()- Specified by:
getHeightin interfacePropertiesDialogCard
-
cancelPressed
public void cancelPressed()- Specified by:
cancelPressedin interfacePropertiesDialogCard
-
submitPressed
public final void submitPressed()- Specified by:
submitPressedin interfacePropertiesDialogCard
-
submitPressed
- Specified by:
submitPressedin interfaceRpcPropertiesDialogCard
-
isValid
- Specified by:
isValidin interfacePropertiesDialogCard
-