|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.imp.FormColumnImp
Form column properties
Field Summary | |
private java.lang.String |
cellWidth
The width of the cell area for this container |
private java.lang.String |
labelWidth
The width of the label area for this container |
Constructor Summary | |
FormColumnImp()
Constructor |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.lang.String labelWidth
private java.lang.String cellWidth
Constructor Detail |
public FormColumnImp()
Method Detail |
public java.lang.String getCellWidth()
FormColumn
getCellWidth
in interface FormColumn
null
FormColumn.getCellWidth()
public java.lang.String getLabelWidth()
FormColumn
getLabelWidth
in interface FormColumn
null
for default label widthFormColumn.getLabelWidth()
public void setCellWidth(java.lang.String width)
FormColumn
setCellWidth
in interface FormColumn
width
- control cell width or null
FormColumn.setCellWidth(java.lang.String)
public void setLabelWidth(java.lang.String width)
FormColumn
setLabelWidth
in interface FormColumn
width
- label width or null
for default label widthFormColumn.setLabelWidth(java.lang.String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |