com.cc.framework.ui.model
Interface FormColumnGroup

All Known Implementing Classes:
FormColumnGroupImp

public interface FormColumnGroup

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

Author:
Harald Schulz

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()
           
 

Method Detail

size

public int size()
Returns:
returns the number of column definitions

addColumn

public void addColumn(FormColumn column)
Adds a new column to the column group

Parameters:
column - the column to add

getColumn

public FormColumn getColumn(int index)
Retrieves the column with the given index

Parameters:
index - column index
Returns:
the column


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