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

All Superinterfaces:
IFormItem
All Known Subinterfaces:
IEditColumnFormItem, IEditEnumColumnFormItem, IEditRangeFormItem, IMultilineEditFormItem, ISelectorFormItem
All Known Implementing Classes:
EditFormItem, EditRangeFormItem, EnumFormItem, MultilineEditFormItem, SelectorFormItem

public interface IEditFormItem
extends IFormItem

Represents abstract editable form item with required status. This interface is used for items which can be optionally required for input.


Method Summary
 boolean isRequired()
          Determines whether item is requred for input.
 
Methods inherited from interface net.pleso.framework.client.bl.forms.items.IFormItem
getCaption
 

Method Detail

isRequired

boolean isRequired()
Determines whether item is requred for input.

Returns:
true if item is required


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