Package | Description |
---|---|
com.teamdev.jxbrowser.browser.callback |
This package provides the classes that allow you to work with browser callback.
|
com.teamdev.jxbrowser.user |
Modifier and Type | Method and Description |
---|---|
default UserDataProfile |
UpdateUserDataProfileCallback.Params.originalProfile()
The original user data profile that is about to be updated.
|
default UserDataProfile |
SaveUserDataProfileCallback.Params.profile()
The user data profile entered in a web form.
|
default UserDataProfile |
UpdateUserDataProfileCallback.Params.profile()
A new user data profile that is about to replace the original profile.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<UserDataProfile> |
UserDataProfiles.all()
Returns all user data records.
|
Modifier and Type | Method and Description |
---|---|
void |
UserDataProfiles.remove(UserDataProfile addressProfile)
Removes the user data from the store.
|