public interface UserProfileFragment
Modifier and Type | Method and Description |
---|---|
String |
getFragmentHtml(ApplicationUser profileUser,
ApplicationUser currentUser)
Creates the HTML for this fragment.
|
String |
getId()
Returns a unique id for this fragment.
|
boolean |
showFragment(ApplicationUser profileUser,
ApplicationUser currentUser)
Whether or not we display this fragment.
|
boolean showFragment(ApplicationUser profileUser, ApplicationUser currentUser)
profileUser
- The user whose profile the current user is looking atcurrentUser
- The current userString getFragmentHtml(ApplicationUser profileUser, ApplicationUser currentUser)
profileUser
- The user whose profile the current user is looking atcurrentUser
- The current userString getId()
Copyright © 2002-2024 Atlassian. All Rights Reserved.