org.nuiton.guix.tags.gwt
Class CellHandler
java.lang.Object
org.nuiton.guix.tags.DefaultTagHandler
org.nuiton.guix.tags.gwt.UIObjectHandler
org.nuiton.guix.tags.gwt.TableHandler
org.nuiton.guix.tags.gwt.CellHandler
- All Implemented Interfaces:
- TagHandler
public class CellHandler
- extends TableHandler
Represents a cell of a table
- Author:
- kmorin
| 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 |
| 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 |
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 cellrow - the row which contains the cell
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.