Uses of Interface
com.atlassian.confluence.userstatus.StatusTextRenderer
-
-
Uses of StatusTextRenderer in com.atlassian.confluence.macro.profile
Methods in com.atlassian.confluence.macro.profile with parameters of type StatusTextRenderer Modifier and Type Method Description void
ProfileMacro. setStatusTextRenderer(StatusTextRenderer statusTextRenderer)
-
Uses of StatusTextRenderer in com.atlassian.confluence.plugins.labels.actions
Fields in com.atlassian.confluence.plugins.labels.actions declared as StatusTextRenderer Modifier and Type Field Description protected StatusTextRenderer
AbstractUserProfileAction. statusTextRenderer
Methods in com.atlassian.confluence.plugins.labels.actions that return StatusTextRenderer Modifier and Type Method Description StatusTextRenderer
AbstractUserProfileAction. getStatusTextRenderer()
Methods in com.atlassian.confluence.plugins.labels.actions with parameters of type StatusTextRenderer Modifier and Type Method Description void
AbstractUserProfileAction. setStatusTextRenderer(StatusTextRenderer statusTextRenderer)
-
Uses of StatusTextRenderer in com.atlassian.confluence.user.actions
Fields in com.atlassian.confluence.user.actions declared as StatusTextRenderer Modifier and Type Field Description protected StatusTextRenderer
AbstractUserProfileAction. statusTextRenderer
Methods in com.atlassian.confluence.user.actions that return StatusTextRenderer Modifier and Type Method Description StatusTextRenderer
AbstractUserProfileAction. getStatusTextRenderer()
Methods in com.atlassian.confluence.user.actions with parameters of type StatusTextRenderer Modifier and Type Method Description void
AbstractUserProfileAction. setStatusTextRenderer(StatusTextRenderer statusTextRenderer)
-
Uses of StatusTextRenderer in com.atlassian.confluence.userstatus
Classes in com.atlassian.confluence.userstatus that implement StatusTextRenderer Modifier and Type Class Description class
DefaultStatusTextRenderer
Deprecated.Since 5.9.1
-