public class ProfileStatusRenderer
extends org.apache.wicket.markup.html.panel.Panel
| Constructor and Description |
|---|
ProfileStatusRenderer(String id,
org.sakaiproject.profile2.model.Person person,
String msgClass,
String dateClass)
Render the status panel for the user.
|
ProfileStatusRenderer(String id,
String userUuid,
org.sakaiproject.profile2.model.ProfilePrivacy privacy,
String msgClass,
String dateClass)
Render the status panel for the user.
|
ProfileStatusRenderer(String id,
String userUuid,
String msgClass,
String dateClass)
Render the status panel for the user.
|
onComponentTag, onComponentTagBody, renderHeadnewHeaderPartContainer, renderHeadFromAssociatedMarkupFilegetMarkupType, getWebPage, getWebRequestadd, addOrReplace, autoAdd, autoAdd, contains, findMarkupStream, get, get, getAssociatedMarkupStream, getMarkupStream, hasAssociatedMarkup, internalAdd, isTransparentResolver, iterator, iterator, newMarkupResourceStream, onAfterRenderChildren, onRender, remove, remove, removeAll, renderAll, renderAssociatedMarkup, renderComponentTagBody, renderNext, replace, setDefaultModel, setMarkupStream, size, swap, toString, toString, visitChildren, visitChildrenadd, addStateChange, afterRender, beforeRender, callOnBeforeRenderIfNotVisible, checkComponentTag, checkComponentTagAttribute, checkHierarchyChange, configure, continueToOriginalDestination, debug, detach, detachBehaviors, detachModel, detachModels, determineVisibility, error, exceptionMessage, fatal, findPage, findParent, findParentWithAssociatedMarkup, getAjaxRegionMarkupId, getApplication, getBehaviors, getBehaviors, getBehaviorsRawList, getClassRelativePath, getComponentBorder, getConverter, getConverter, getDefaultModel, getDefaultModelObject, getDefaultModelObjectAsString, getDefaultModelObjectAsString, getEscapeModelStrings, getFeedbackMessage, getFlag, getFlag, getId, getInnermostModel, getInnermostModel, getLocale, getLocalizer, getMarkupAttributes, getMarkupId, getMarkupId, getMarkupIdImpl, getMetaData, getModelComparator, getOutputMarkupId, getOutputMarkupPlaceholderTag, getPage, getPageRelativePath, getParent, getPath, getRenderBodyOnly, getRequest, getRequestCycle, getResponse, getSession, getSizeInBytes, getStatelessHint, getString, getString, getString, getStyle, getVariation, hasBeenRendered, hasErrorMessage, hasFeedbackMessage, info, initModel, internalAttach, internalDetach, internalOnAttach, internalOnDetach, internalOnModelChanged, isActionAuthorized, isAncestorOf, isAttached, isBehaviorAccepted, isEnableAllowed, isEnabled, isEnabledInHierarchy, isIgnoreAttributeModifier, isRenderAllowed, isStateless, isVersioned, isVisibilityAllowed, isVisible, isVisibleInHierarchy, locateMarkupStream, markAttached, markRendering, modelChanged, modelChanging, onAfterRender, onAttach, onBeforeRender, onBeginRequest, onConfigure, onDetach, onEndRequest, onInitialize, onModelChanged, onModelChanging, onRemove, prepareForRender, prepareForRender, redirectToInterceptPage, remove, remove, render, render, renderComponent, renderComponent, renderComponentTag, rendered, renderPlaceholderTag, replaceComponentTagBody, replaceWith, sameInnermostModel, sameInnermostModel, setAuto, setComponentBorder, setDefaultModelObject, setEnabled, setEscapeModelStrings, setFlag, setFlag, setIgnoreAttributeModifier, setMarkupId, setMarkupIdImpl, setMetaData, setOutputMarkupId, setOutputMarkupPlaceholderTag, setRedirect, setRenderBodyOnly, setResponsePage, setResponsePage, setResponsePage, setVersioned, setVisibilityAllowed, setVisible, urlFor, urlFor, urlFor, urlFor, urlFor, urlFor, visitParents, warn, wrappublic ProfileStatusRenderer(String id, String userUuid, String msgClass, String dateClass)
Where possible, use a fuller constructor.
id - - wicket:iduserUuid - - uuid for user whose status we are showingmsgClass - - class for the message textdateClass - - class for the date textpublic ProfileStatusRenderer(String id, String userUuid, org.sakaiproject.profile2.model.ProfilePrivacy privacy, String msgClass, String dateClass)
id - - wicket:iduserUuid - - uuid for user whose status we are showingprivacy - - ProfilePrivacy object for usermsgClass - - class for the message textdateClass - - class for the date textpublic ProfileStatusRenderer(String id, org.sakaiproject.profile2.model.Person person, String msgClass, String dateClass)
id - - wicket:idperson - - Person object for user whose status we are showingmsgClass - - class for the message textdateClass - - class for the date textCopyright © 2008-2014 The Sakai Foundation. All Rights Reserved.