|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.web.bean.forums.ForumsBean.TopicBubbleViewRenderer
public static class ForumsBean.TopicBubbleViewRenderer
Class to implement a bubble view for the RichList component used in the topics screen
Field Summary | |
---|---|
static java.lang.String |
VIEWMODEID
|
Constructor Summary | |
---|---|
ForumsBean.TopicBubbleViewRenderer()
|
Method Summary | |
---|---|
java.lang.String |
getViewModeID()
Return the unique view mode identifier that this renderer is responsible for. |
static void |
renderBubbleBottom(java.io.Writer out,
java.lang.String contextPath,
java.lang.String colour)
Renders the bottom part of the bubble i.e. |
static void |
renderBubbleMiddle(java.io.Writer out,
java.lang.String contextPath,
java.lang.String colour)
Renders the middle part of the bubble i.e. |
static void |
renderBubbleTop(java.io.Writer out,
java.lang.String contextPath,
java.lang.String colour,
java.lang.String titleBgColour)
Renders the top part of the bubble i.e. |
void |
renderListAfter(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns)
Callback executed by the RichList component to render any adornments after the main list rows are rendered. |
void |
renderListBefore(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns)
Callback executed by the RichList component to render any adornments before the main list rows are rendered. |
void |
renderListRow(javax.faces.context.FacesContext context,
UIRichList richList,
UIColumn[] columns,
java.lang.Object row)
Callback executed by the RichList component once per row of data to be rendered. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String VIEWMODEID
Constructor Detail |
---|
public ForumsBean.TopicBubbleViewRenderer()
Method Detail |
---|
public java.lang.String getViewModeID()
IRichListRenderer
getViewModeID
in interface IRichListRenderer
public void renderListBefore(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns) throws java.io.IOException
IRichListRenderer
renderListBefore
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shown
java.io.IOException
public void renderListRow(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns, java.lang.Object row) throws java.io.IOException
IRichListRenderer
renderListRow
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shownrow
- The data bean for the current row
java.io.IOException
public void renderListAfter(javax.faces.context.FacesContext context, UIRichList richList, UIColumn[] columns) throws java.io.IOException
IRichListRenderer
renderListAfter
in interface IRichListRenderer
context
- FacesContextrichList
- The parent RichList componentcolumns
- Array of columns to be shown
java.io.IOException
public static void renderBubbleTop(java.io.Writer out, java.lang.String contextPath, java.lang.String colour, java.lang.String titleBgColour) throws java.io.IOException
out
- The writer to output tocontextPath
- Context path of the applicationcolour
- The colour of the bubbletitleBgColour
- Background colour of the header area
java.io.IOException
public static void renderBubbleMiddle(java.io.Writer out, java.lang.String contextPath, java.lang.String colour) throws java.io.IOException
out
- The writer to output tocontextPath
- Context path of the applicationcolour
- The colour of the bubble
java.io.IOException
public static void renderBubbleBottom(java.io.Writer out, java.lang.String contextPath, java.lang.String colour) throws java.io.IOException
out
- The writer to output tocontextPath
- Context path of the applicationcolour
- The colour of the bubble
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |