org.nuiton.guix.tags.swing
Class RowHandler

java.lang.Object
  extended by org.nuiton.guix.tags.DefaultTagHandler
      extended by org.nuiton.guix.tags.swing.ComponentHandler
          extended by org.nuiton.guix.tags.swing.PanelHandler
              extended by org.nuiton.guix.tags.swing.TableHandler
                  extended by org.nuiton.guix.tags.swing.RowHandler
All Implemented Interfaces:
TagHandler

public class RowHandler
extends TableHandler

Represents a row of a table

Author:
kmorin

Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuiton.guix.tags.swing.TableHandler
TableHandler.HorizontalAlignment, TableHandler.VerticalAlignment
 
Field Summary
 
Fields inherited from class org.nuiton.guix.tags.swing.TableHandler
DEFAULT_ANCHOR, 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
RowHandler()
          Constructor
RowHandler(GuixModelObject row)
          Constructor
RowHandler(GuixModelObject row, TableHandler table)
          Constructor
 
Method Summary
 java.lang.Class getClassToGenerate()
           
 int getRow()
           
 void setRow(int row)
           
 
Methods inherited from class org.nuiton.guix.tags.swing.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.swing.ComponentHandler
configureProxyEventInfo
 
Methods inherited from class org.nuiton.guix.tags.DefaultTagHandler
addProxyEventInfo, addProxyEventInfo, addProxyEventInfo, 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

RowHandler

public RowHandler()
Constructor


RowHandler

public RowHandler(GuixModelObject row)
Constructor

Parameters:
row - the GuixModelObject which represents the row

RowHandler

public RowHandler(GuixModelObject row,
                  TableHandler table)
Constructor

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

getRow

public int getRow()

setRow

public void setRow(int row)

getClassToGenerate

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


Copyright © 2009 CodeLutin. All Rights Reserved.