|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuiton.guix.tags.DefaultTagHandler
org.nuiton.guix.tags.gwt.UIObjectHandler
org.nuiton.guix.tags.gwt.TableHandler
org.nuiton.guix.tags.gwt.RowHandler
public class RowHandler
Represents a row of a table
| 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 | |
|---|---|
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.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 |
|---|
public RowHandler()
public RowHandler(GuixModelObject row)
row - the GuixModelObject which represents the row
public RowHandler(GuixModelObject row,
TableHandler table)
row - the GuixModelObject which represents the rowtable - the table which contains the row| Method Detail |
|---|
public java.lang.Class getClassToGenerate()
getClassToGenerate in interface TagHandlergetClassToGenerate in class TableHandlerpublic int getRow()
public void setRow(int row)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||