public static interface OsUsersPresenter.MyView extends com.gwtplatform.mvp.client.View, com.gwtplatform.mvp.client.HasUiHandlers<OsUsersUIHandlers>, com.google.inject.Provider<com.google.gwt.user.client.ui.HasEnabled[]>, PrintingContext
PrintingContext.PreviewDialogParameters, PrintingContext.Range| Modifier and Type | Method and Description |
|---|---|
DeletingOsUsersAlert |
getDeletingUsersAlert()
Gets a reference to the Deleting Users Alert.
|
com.google.gwt.user.client.ui.HasWidgets |
getOsUserDefModalParent()
Returns the parent container where the Add/Edit User Definition View will be revealed in.
|
boolean |
isSelectedFromUsers(TaggedName[] users)
Tests if these tested users have been selected from the all users table.
|
void |
selectUser(TaggedName user)
Selects the user's data row from the all users table by a given user's tagged name.
|
void |
selectUserByName(java.lang.String name)
Selects the user's data row from the all users table by a given user's account name.
|
void |
setAssociatedFwdUsers(TaggedName[] fwdUsers)
Sets the FWD users table's model with all associated FWD users for the single selected OS user
from the OS users table view.
|
void |
setUsers(TaggedName[] users)
Sets the all users table's model with users accounts data given by tagged names
|
void |
toggleDisableUserButton(boolean enabled)
Toggles the Disable/Enable User button's label.
|
addToSlot, removeFromSlot, setInSlotgetDataSize, getPathToPrintPreviewOwner, getPreviewDialogParameter, getReportParametersvoid setUsers(TaggedName[] users)
users - The array of users accounts given by tagged namesboolean isSelectedFromUsers(TaggedName[] users)
users - The array of tested user accounts given by tagged namesvoid selectUser(TaggedName user)
user - The user account given by its tagged namevoid selectUserByName(java.lang.String name)
name - The account name.void toggleDisableUserButton(boolean enabled)
enabled - Indicates the user's enabled state. The true value switches this button's label
from "Enable User" to "Disable User" and vice versa the false value switches
from "Disable User" to "Enable User".DeletingOsUsersAlert getDeletingUsersAlert()
com.google.gwt.user.client.ui.HasWidgets getOsUserDefModalParent()
void setAssociatedFwdUsers(TaggedName[] fwdUsers)
fwdUsers - The array of FWD users given by tagged names