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

All Superinterfaces:
IFormItem
All Known Implementing Classes:
ActionFormItem

public interface IActionFormItem
extends IFormItem

Represents action form item. Action item is wrapper of IActionProvider for using as form item. In visual interpretation this interface allows to specify some action button as form item.


Method Summary
 IActionProvider getAction()
          Returns item action provider.
 FormItemSize getSize()
          Returns item size.
 
Methods inherited from interface net.pleso.framework.client.bl.forms.items.IFormItem
getCaption
 

Method Detail

getAction

IActionProvider getAction()
Returns item action provider.

Returns:
item action provider

getSize

FormItemSize getSize()
Returns item size.

Returns:
item size


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