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

All Known Subinterfaces:
IActionFormItem, IEditColumnFormItem, IEditEnumColumnFormItem, IEditFormItem, IEditRangeFormItem, IInfoEnumColumnFormItem, IInfoFormItem, IMultilineEditFormItem, ISelectorFormItem
All Known Implementing Classes:
ActionFormItem, EditFormItem, EditRangeFormItem, EnumFormItem, InfoEnumFormItem, InfoFormItem, MultilineEditFormItem, SelectorFormItem

public interface IFormItem

Represents abstract form item. Other interfaces extend this interface to represent specific form items.


Method Summary
 java.lang.String getCaption()
          Item caption is used as short item description for user.
 

Method Detail

getCaption

java.lang.String getCaption()
Item caption is used as short item description for user.

Returns:
item caption.


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