org.nuiton.guix.tags.gwt
Class CellHandler

java.lang.Object
  extended by org.nuiton.guix.tags.DefaultTagHandler
      extended by org.nuiton.guix.tags.gwt.UIObjectHandler
          extended by org.nuiton.guix.tags.gwt.TableHandler
              extended by org.nuiton.guix.tags.gwt.CellHandler
All Implemented Interfaces:
TagHandler

public class CellHandler
extends TableHandler

Represents a cell of a table

Author:
kmorin

Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuiton.guix.tags.gwt.TableHandler
TableHandler.HorizontalAlignment, TableHandler.VerticalAlignment
 
Field Summary
 
Fields inherited from class org.nuiton.guix.tags.gwt.TableHandler
DEFAULT_FILL, DEFAULT_HORIZONTAL_ALIGNMENT, DEFAULT_INSETS, DEFAULT_IPADX, DEFAULT_IPADY, DEFAULT_VERTICAL_ALIGNMENT, DEFAULT_WEIGHTX, DEFAULT_WEIGHTY, fill, horizontalAlignment, insets, ipadx, ipady, verticalAlignment, weightx, weighty
 
Fields inherited from class org.nuiton.guix.tags.DefaultTagHandler
attrMap, beanInfo
 
Constructor Summary
CellHandler()
          Constructor
CellHandler(GuixModelObject cell)
          Constructor
CellHandler(GuixModelObject cell, RowHandler row)
          Constructor
 
Method Summary
 java.lang.Class getClassToGenerate()
           
 int getColumn()
           
 int getColumns()
           
 java.lang.String getId()
           
 int getRow()
           
 int getRows()
           
 void setColumn(int column)
           
 void setColumns(int columns)
           
 void setId(java.lang.String id)
           
 void setRow(int row)
           
 void setRows(int rows)
           
 
Methods inherited from class org.nuiton.guix.tags.gwt.TableHandler
createCell, getFill, getHalign, getHorizontalAlignment, getInsets, getIpadx, getIpady, getValign, getVerticalAlignment, getWeightx, getWeighty, setFill, setHorizontalAlignment, setInsets, setIpadx, setIpady, setVerticalAlignment, setWeightx, setWeighty
 
Methods inherited from class org.nuiton.guix.tags.DefaultTagHandler
addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, configureProxyEventInfo, getAttrToGenerate, getDefaultConstructor, getEventInfosAddListenerMethodName, getEventInfosListenerClass, getEventInfosModelName, getEventInfosRemoveListenerMethodName, hasEventInfosAboutMethod, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CellHandler

public CellHandler()
Constructor


CellHandler

public CellHandler(GuixModelObject cell)
Constructor

Parameters:
cell - the GuixModelObject which represents the cell

CellHandler

public CellHandler(GuixModelObject cell,
                   RowHandler row)
Constructor

Parameters:
cell - the GuixModelObject which represents the cell
row - the row which contains the cell
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getColumn

public int getColumn()

setColumn

public void setColumn(int column)

getColumns

public int getColumns()

setColumns

public void setColumns(int columns)

getRow

public int getRow()

setRow

public void setRow(int row)

getRows

public int getRows()

setRows

public void setRows(int rows)

getClassToGenerate

public java.lang.Class getClassToGenerate()
Specified by:
getClassToGenerate in interface TagHandler
Overrides:
getClassToGenerate in class TableHandler


Copyright © 2009 CodeLutin. All Rights Reserved.