Class EmbeddedAttachmentsPresenter
- All Implemented Interfaces:
Presenter<EmbeddedAttachmentsView>,PresenterLifeCicleAware<EmbeddedAttachmentsView>,PaginationComponent.Delegate,Serializable
@Component
@Scope("prototype")
public class EmbeddedAttachmentsPresenter
extends AbstractPresenter<EmbeddedAttachmentsView>
implements PaginationComponent.Delegate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetView()booleanbooleanvoidload(int offset, int limit) voidvoidsetDenyChangesForAll(boolean denyChangesForAll) voidsetProcessInstanceId(String processInstanceId) voidsetReadOnly(boolean readOnly) voidMethods inherited from class AbstractPresenter
closeAllowed, getEventBus, handlePresenterAttach, handlePresenterClose, handlePresenterDetach, setEventBus
-
Constructor Details
-
EmbeddedAttachmentsPresenter
public EmbeddedAttachmentsPresenter()
-
-
Method Details
-
getView
- Specified by:
getViewin interfacePresenter<EmbeddedAttachmentsView>
-
isDenyChangesForAll
public boolean isDenyChangesForAll() -
setDenyChangesForAll
public void setDenyChangesForAll(boolean denyChangesForAll) -
refreshAttachments
public void refreshAttachments() -
setProcessInstanceId
-
setTaskId
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean readOnly) -
getRecordCount
public long getRecordCount()- Specified by:
getRecordCountin interfacePaginationComponent.Delegate
-
load
public void load(int offset, int limit) - Specified by:
loadin interfacePaginationComponent.Delegate
-