net.pleso.framework.client.bl.providers
Interface IActionProvider
- All Known Subinterfaces:
- IAddFormProvider, IAdditionalInfoProvider, IDeleteRowProvider, IEditFormProvider, IMenu, IParametersFormProvider, IRBProvider, IReportProvider, ISearchFormProvider, ISelector, IViewFormProvider
- All Known Implementing Classes:
- Menu
public interface IActionProvider
Represents abstract action provider. This inteface extends by other specific
action providers interfaces.
Action provider - is simple abstracion which provides access to some action.
In another words we can imagine that action provider is an action button
which provide access to some action.
getActionCaption
java.lang.String getActionCaption()
- Returns action caption.
- Returns:
- action caption
Copyright © 2006-2007 pleso.net crew All Rights Reserved.