net.pleso.framework.client.bl.forms.items
Interface IEditColumnFormItem
- All Superinterfaces:
- IEditFormItem, IFormItem
- All Known Subinterfaces:
- IEditEnumColumnFormItem, IMultilineEditFormItem
- All Known Implementing Classes:
- EditFormItem, EnumFormItem, MultilineEditFormItem
public interface IEditColumnFormItem
- extends IEditFormItem
Represents simple edit column form item. This item is most of all used for
simple edited row columns such as text, numeric, date and time fields.
Methods inherited from interface net.pleso.framework.client.bl.forms.items.IFormItem |
getCaption |
getDataColumn
IDataColumn getDataColumn()
- Returns edited data column.
- Returns:
- edited data column
Copyright © 2006-2007 pleso.net crew All Rights Reserved.