Class ListaExpedientePresenter

All Implemented Interfaces:
FocusablePresenter, Presenter<ListaExpedienteView>, PresenterLifeCicleAware<ListaExpedienteView>, ConfigPresenter<ListaExpedienteView>, WritableConfigPresenter<ListaExpedienteView>, Serializable

@Component @Scope("prototype") @MenuContext(@Entry(displayName="Expedientes",menu="CENTRAL_CONFIG_MENU",path="Cadastro")) @ConfigInfo(type=SYSTEM) public class ListaExpedientePresenter extends AbstractEntityContainerSmartSearchPresenter<Expediente,ListaExpedienteView> implements WritableConfigPresenter<ListaExpedienteView>
See Also: