com.cc.framework.ui.model
Interface FormColumn

All Known Implementing Classes:
FormColumnImp

public interface FormColumn

A form column defines the visual aspects for a single column of a form element group

Author:
Harald Schulz

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

getLabelWidth

public java.lang.String getLabelWidth()
Returns the width of the labels for this container.

Returns:
label width or null for default label width

setLabelWidth

public void setLabelWidth(java.lang.String width)
Sets the width of the labels for this container.

Parameters:
width - label width or null for default label width

getCellWidth

public java.lang.String getCellWidth()
Returns the width of the control cell for this container.

Returns:
control cell width or null

setCellWidth

public void setCellWidth(java.lang.String width)
Sets the width of the control cell for this container.

Parameters:
width - control cell width or null


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.