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

java.lang.Object
  extended bycom.cc.framework.ui.model.imp.FormColumnGroupImp
All Implemented Interfaces:
FormColumnGroup

public class FormColumnGroupImp
extends java.lang.Object
implements FormColumnGroup

A form column group defines the visual attributes for the columns of a form element group

Author:
Harald Schulz

Field Summary
private  java.util.List columns
          The column list
 
Constructor Summary
FormColumnGroupImp()
           
 
Method Summary
 void addColumn(FormColumn column)
          Adds a new column to the column group
 FormColumn getColumn(int index)
          Retrieves the column with the given index
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columns

private java.util.List columns
The column list

Constructor Detail

FormColumnGroupImp

public FormColumnGroupImp()
Method Detail

addColumn

public void addColumn(FormColumn column)
Description copied from interface: FormColumnGroup
Adds a new column to the column group

Specified by:
addColumn in interface FormColumnGroup
Parameters:
column - the column to add
See Also:
FormColumnGroup.addColumn(com.cc.framework.ui.model.FormColumn)

getColumn

public FormColumn getColumn(int index)
Description copied from interface: FormColumnGroup
Retrieves the column with the given index

Specified by:
getColumn in interface FormColumnGroup
Parameters:
index - column index
Returns:
the column
See Also:
FormColumnGroup.getColumn(int)

size

public int size()
Specified by:
size in interface FormColumnGroup
Returns:
returns the number of column definitions
See Also:
FormColumnGroup.size()


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