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

All Superinterfaces:
IFormItem
All Known Subinterfaces:
IInfoEnumColumnFormItem
All Known Implementing Classes:
InfoEnumFormItem, InfoFormItem

public interface IInfoFormItem
extends IFormItem

Represents read only information form item. Information item is used to show user some simple text information.


Method Summary
 IDataColumn getDataColumn()
          Returns binded data column.
 
Methods inherited from interface net.pleso.framework.client.bl.forms.items.IFormItem
getCaption
 

Method Detail

getDataColumn

IDataColumn getDataColumn()
Returns binded data column.

Returns:
binded data column


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