|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A form column defines the visual aspects for a single column of a form element group
Method Summary | |
java.lang.String |
getCellWidth()
Returns the width of the control cell for this container. |
java.lang.String |
getLabelWidth()
Returns the width of the labels for this container. |
void |
setCellWidth(java.lang.String width)
Sets the width of the control cell for this container. |
void |
setLabelWidth(java.lang.String width)
Sets the width of the labels for this container. |
Method Detail |
public java.lang.String getLabelWidth()
null
for default label widthpublic void setLabelWidth(java.lang.String width)
width
- label width or null
for default label widthpublic java.lang.String getCellWidth()
null
public void setCellWidth(java.lang.String width)
width
- control cell width or null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |