public class UserManagementUserOverviewWidget extends AbstractWidget
Modifier and Type | Field and Description |
---|---|
static String |
ACTION_DELETE
Defines the delete action.
|
static String |
ACTION_UPDATE
Defines the update action.
|
static String |
PARAM_USER_ID
User Id
|
static String |
PARAMETER_ACTION
Parameter name for action.
|
static String |
PARAMETER_IS_ADMINISTRATOR
Parameter name for is admin.
|
static String |
PARAMETER_STATUS
Parameter name for status.
|
static String |
PARAMETER_SUBMIT
Parameter name for submit.
|
METADATA_KEY_NO_CONTENT
PARAM_WIDGET_ID
Constructor and Description |
---|
UserManagementUserOverviewWidget() |
Modifier and Type | Method and Description |
---|---|
String |
getTile(String outputType)
Get the tile to be used for rendering
|
List<String> |
getUserStatusLiterals() |
Object |
handleRequest()
Handle the request and return a result
|
protected void |
initParameters()
abstract method hook that initializes the widget's parameters
|
boolean |
isCheckDeleteModeDisable()
Returns whether to preselect the disable deletion mode.
|
determineOutputType, getAttribute, getBooleanParameter, getGroupName, getIntParameter, getIntParameter, getLongArrayParameter, getLongParameter, getLongParameter, getParameter, getParameter, getParameterEscaped, getParameterEscaped, getParameters, getRequest, getResponse, getResponseMetadata, getStringArrayParameter, getViewIdentifier, getWidgetId, isSuccess, setAttribute, setGroupName, setParameter, setRequest, setResponse, setResponseMetadata, setSuccess
public static final String PARAM_USER_ID
public static final String ACTION_UPDATE
public static final String ACTION_DELETE
public static final String PARAMETER_SUBMIT
public static final String PARAMETER_STATUS
public static final String PARAMETER_ACTION
public static final String PARAMETER_IS_ADMINISTRATOR
public String getTile(String outputType)
outputType
- the output type (rss, dhtml ...) without any '.'public Object handleRequest()
protected void initParameters()
AbstractWidget
initParameters
in class AbstractWidget
public boolean isCheckDeleteModeDisable()
Copyright © 2019 Communote team. All rights reserved.