public static interface ProcessesPresenter.MyView extends com.gwtplatform.mvp.client.View, com.gwtplatform.mvp.client.HasUiHandlers<ProcessesUIHandlers>, com.google.inject.Provider<com.google.gwt.user.client.ui.HasEnabled[]>, PrintingContext
PrintingContext.PreviewDialogParameters, PrintingContext.Range| Modifier and Type | Method and Description |
|---|---|
CloneProcessView |
getCloneProcessView()
Gets a reference to the Clone Process Account View.
|
com.google.gwt.user.client.ui.HasWidgets |
getProcDefModalParent()
Returns the parent container where the Add/Edit Process Account Definition View will be
revealed in.
|
boolean |
isCertificateSelected(TaggedName cert)
Tests if the given peer certificate is selected.
|
boolean |
isProcessAccountSelected(TaggedName account)
Tests if the given process account is selected now.
|
boolean |
isProcessAccountsSelected(java.util.Set<TaggedName> accounts)
Tests if the given set of process accounts is selected now.
|
void |
selectProcessAccount(TaggedName account)
Selects the target process account by its tagged name.
|
void |
selectProcessAccountByName(java.lang.String name)
Selects the target process account by its account name.
|
void |
setAssignedCert(TaggedName selectedAccount,
java.lang.String alias)
Assigns the given peer certificate to the selected process account.
|
void |
setCerts(TaggedName[] certs)
Sets the peer certificates table model.
|
void |
setProcesses(TaggedName[] processes)
Sets the all process accounts table model.
|
void |
toggleDisableProcessButton(TaggedName selectedAccount,
boolean enabled)
Toggles the label of the Disable/Enable process account button.
|
addToSlot, removeFromSlot, setInSlotgetDataSize, getPathToPrintPreviewOwner, getPreviewDialogParameter, getReportParametersvoid setProcesses(TaggedName[] processes)
processes - The array of process accounts given by tagged namesvoid setCerts(TaggedName[] certs)
certs - The array of peer certificates given by tagged namesboolean isProcessAccountSelected(TaggedName account)
account - The given process accountboolean isProcessAccountsSelected(java.util.Set<TaggedName> accounts)
accounts - The given set of process accountsvoid selectProcessAccount(TaggedName account)
account - The tagged namevoid selectProcessAccountByName(java.lang.String name)
name - The account namevoid setAssignedCert(TaggedName selectedAccount, java.lang.String alias)
selectedAccount - The selected process accountalias - The peer certificate alias namevoid toggleDisableProcessButton(TaggedName selectedAccount, boolean enabled)
selectedAccount - The selected process accountenabled - The enabled flag which true value indicates that the target buttons label
becomes "Disable Process", otherwise this label becomes "Enable Process".boolean isCertificateSelected(TaggedName cert)
cert - The given peer certificateCloneProcessView getCloneProcessView()
com.google.gwt.user.client.ui.HasWidgets getProcDefModalParent()