com.cc.framework.ui.model.imp
Class FormColumnImp

java.lang.Object
  extended bycom.cc.framework.ui.model.imp.FormColumnImp
All Implemented Interfaces:
FormColumn

public class FormColumnImp
extends java.lang.Object
implements FormColumn

Form column properties

Version:
$Revision: 1.2 $
Author:
Harald Schulz

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

labelWidth

private java.lang.String labelWidth
The width of the label area for this container


cellWidth

private java.lang.String cellWidth
The width of the cell area for this container

Constructor Detail

FormColumnImp

public FormColumnImp()
Constructor

Method Detail

getCellWidth

public java.lang.String getCellWidth()
Description copied from interface: FormColumn
Returns the width of the control cell for this container.

Specified by:
getCellWidth in interface FormColumn
Returns:
control cell width or null
See Also:
FormColumn.getCellWidth()

getLabelWidth

public java.lang.String getLabelWidth()
Description copied from interface: FormColumn
Returns the width of the labels for this container.

Specified by:
getLabelWidth in interface FormColumn
Returns:
label width or null for default label width
See Also:
FormColumn.getLabelWidth()

setCellWidth

public void setCellWidth(java.lang.String width)
Description copied from interface: FormColumn
Sets the width of the control cell for this container.

Specified by:
setCellWidth in interface FormColumn
Parameters:
width - control cell width or null
See Also:
FormColumn.setCellWidth(java.lang.String)

setLabelWidth

public void setLabelWidth(java.lang.String width)
Description copied from interface: FormColumn
Sets the width of the labels for this container.

Specified by:
setLabelWidth in interface FormColumn
Parameters:
width - label width or null for default label width
See Also:
FormColumn.setLabelWidth(java.lang.String)


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