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

java.lang.Object
  extended by net.pleso.framework.client.bl.forms.items.impl.InfoFormItem
All Implemented Interfaces:
IFormItem, IInfoFormItem

public class InfoFormItem
extends java.lang.Object
implements IInfoFormItem

Represents default implementation for IInfoFormItem


Constructor Summary
InfoFormItem(IDataColumn dataColumn)
          Constructor
 
Method Summary
 java.lang.String getCaption()
          Item caption is used as short item description for user.
 IDataColumn getDataColumn()
          Returns binded data column.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfoFormItem

public InfoFormItem(IDataColumn dataColumn)
Constructor

Parameters:
dataColumn - binded column
Method Detail

getCaption

public java.lang.String getCaption()
Description copied from interface: IFormItem
Item caption is used as short item description for user.

Specified by:
getCaption in interface IFormItem
Returns:
item caption.

getDataColumn

public IDataColumn getDataColumn()
Description copied from interface: IInfoFormItem
Returns binded data column.

Specified by:
getDataColumn in interface IInfoFormItem
Returns:
binded data column


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