net.pleso.framework.client.bl.forms.items
Interface IFormItemsGroup

All Known Implementing Classes:
FormItemsGroup

public interface IFormItemsGroup

Represents group of form items. Groups are used for form data structuring.


Method Summary
 java.lang.String getCaption()
          Represents items group caption.
 IFormItem[] getItems()
          Returns array of form items included in this group.
 

Method Detail

getCaption

java.lang.String getCaption()
Represents items group caption. Can be null if there is no caption for this group.

Returns:
group caption

getItems

IFormItem[] getItems()
Returns array of form items included in this group.

Returns:
array of form items


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