public interface UpdateNoteProvider<T extends AppUser>
Composites to add notes to the update form.| Modifier and Type | Method and Description |
|---|---|
<CB extends ContentBuilder> |
addUpdateNotes(CB cb,
T user)
add Notes to be included in a signup/update form.
|
<CB extends ContentBuilder> CB addUpdateNotes(CB cb, T user)
cb - user -