net.pleso.framework.client.bl.forms.items.impl
Class FormItemsGroup

java.lang.Object
  extended by net.pleso.framework.client.bl.forms.items.impl.FormItemsGroup
All Implemented Interfaces:
IFormItemsGroup

public class FormItemsGroup
extends java.lang.Object
implements IFormItemsGroup

Represents default implementation for IFormItemsGroup


Constructor Summary
FormItemsGroup(java.lang.String caption, IFormItem[] columns)
          Constructor
 
Method Summary
 java.lang.String getCaption()
          Represents items group caption.
 IFormItem[] getItems()
          Returns array of form items included in this group.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormItemsGroup

public FormItemsGroup(java.lang.String caption,
                      IFormItem[] columns)
Constructor

Parameters:
caption - caption of group
columns - columns in group
Method Detail

getCaption

public java.lang.String getCaption()
Description copied from interface: IFormItemsGroup
Represents items group caption. Can be null if there is no caption for this group.

Specified by:
getCaption in interface IFormItemsGroup
Returns:
group caption

getItems

public IFormItem[] getItems()
Description copied from interface: IFormItemsGroup
Returns array of form items included in this group.

Specified by:
getItems in interface IFormItemsGroup
Returns:
array of form items


Copyright © 2006-2007 pleso.net crew All Rights Reserved.