org.ow2.dragon.ui.bricks
Class RatingColumn

java.lang.Object
  extended by org.ow2.opensuit.xml.interfaces.BaseBeanProvider
      extended by org.ow2.opensuit.xml.base.html.table.BaseColumn
          extended by org.ow2.dragon.ui.bricks.RatingColumn
All Implemented Interfaces:
org.ow2.opensuit.xml.base.html.table.IColumnsProvider, org.ow2.opensuit.xml.interfaces.IBeanProvider, org.ow2.opensuit.xmlmap.interfaces.IInitializable

@XmlElement
public class RatingColumn
extends org.ow2.opensuit.xml.base.html.table.BaseColumn
implements org.ow2.opensuit.xmlmap.interfaces.IInitializable

Version:
1.0
Author:
atiar (Abderrahmane TIAR)

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.ow2.opensuit.xml.interfaces.IBeanProvider
org.ow2.opensuit.xml.interfaces.IBeanProvider.UnresolvedBeanError
 
Field Summary
 
Fields inherited from class org.ow2.opensuit.xml.base.html.table.BaseColumn
alignment, cssClass, filter, iterateOn, iteratorVar, sorter, table, title, visible
 
Constructor Summary
RatingColumn()
           
 
Method Summary
 java.lang.Object getCellDisplayedContent(javax.servlet.http.HttpServletRequest iRequest, java.lang.Object iRowObject)
           
 java.lang.Object getCellValue(javax.servlet.http.HttpServletRequest iRequest, java.lang.Object iRowObject)
           
 java.lang.reflect.Type getCellValueGenericType()
           
 java.lang.Class<?> getCellValueType()
           
 void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport, org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
           
 void renderCellContent(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.ow2.opensuit.xml.base.html.table.TableRenderingContext context, org.ow2.opensuit.xml.base.html.table.TableRenderingContext.ColumnDef column, int icol, java.lang.Object rowObject)
           
 
Methods inherited from class org.ow2.opensuit.xml.base.html.table.BaseColumn
declareColumns, getAligment, getBeanGenericType, getBeanType, getBeanValue, getCellDisplayedContent, getCellValue, getColumnTitle, getFilter, getSorter, renderCell, renderHeader
 
Methods inherited from class org.ow2.opensuit.xml.interfaces.BaseBeanProvider
getParentBeanGenericType, getParentBeanType, getParentBeanValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatingColumn

public RatingColumn()
Method Detail

initialize

public void initialize(org.ow2.opensuit.xmlmap.interfaces.IInitializationSupport initSupport,
                       org.ow2.opensuit.xmlmap.interfaces.IInstantiationContext instContext)
Specified by:
initialize in interface org.ow2.opensuit.xmlmap.interfaces.IInitializable
Overrides:
initialize in class org.ow2.opensuit.xml.base.html.table.BaseColumn

getCellDisplayedContent

public java.lang.Object getCellDisplayedContent(javax.servlet.http.HttpServletRequest iRequest,
                                                java.lang.Object iRowObject)
                                         throws java.lang.Exception
Specified by:
getCellDisplayedContent in class org.ow2.opensuit.xml.base.html.table.BaseColumn
Throws:
java.lang.Exception

renderCellContent

public void renderCellContent(javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response,
                              org.ow2.opensuit.xml.base.html.table.TableRenderingContext context,
                              org.ow2.opensuit.xml.base.html.table.TableRenderingContext.ColumnDef column,
                              int icol,
                              java.lang.Object rowObject)
                       throws java.lang.Exception
Specified by:
renderCellContent in class org.ow2.opensuit.xml.base.html.table.BaseColumn
Throws:
java.lang.Exception

getCellValue

public java.lang.Object getCellValue(javax.servlet.http.HttpServletRequest iRequest,
                                     java.lang.Object iRowObject)
                              throws java.lang.Exception
Specified by:
getCellValue in class org.ow2.opensuit.xml.base.html.table.BaseColumn
Throws:
java.lang.Exception

getCellValueType

public java.lang.Class<?> getCellValueType()
Specified by:
getCellValueType in interface org.ow2.opensuit.xml.base.html.table.IColumnsProvider

getCellValueGenericType

public java.lang.reflect.Type getCellValueGenericType()
Specified by:
getCellValueGenericType in interface org.ow2.opensuit.xml.base.html.table.IColumnsProvider


Copyright © 2008-2010 eBMWebsourcing. All Rights Reserved.