public abstract class UIExtensionAbstractFilter extends Object implements UIExtensionFilter
| Modifier and Type | Field and Description |
|---|---|
protected String |
messageKey
The default key of the message to display in case of error
|
| Modifier | Constructor and Description |
|---|---|
protected |
UIExtensionAbstractFilter() |
protected |
UIExtensionAbstractFilter(String messageKey) |
protected |
UIExtensionAbstractFilter(String messageKey,
UIExtensionFilterType type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createUIPopupMessages(Map<String,Object> context,
String key)
Creates a popup to display the message
|
protected void |
createUIPopupMessages(Map<String,Object> context,
String key,
Object[] args)
Creates a popup to display the message
|
protected void |
createUIPopupMessages(Map<String,Object> context,
String key,
Object[] args,
int type)
Creates a popup to display the message
|
UIExtensionFilterType |
getType()
Indicates the type of the current filter
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaccept, onDenyprotected final String messageKey
protected UIExtensionAbstractFilter()
protected UIExtensionAbstractFilter(String messageKey)
protected UIExtensionAbstractFilter(String messageKey, UIExtensionFilterType type)
public UIExtensionFilterType getType()
getType in interface UIExtensionFilterprotected void createUIPopupMessages(Map<String,Object> context, String key, Object[] args, int type)
protected void createUIPopupMessages(Map<String,Object> context, String key, Object[] args)
Copyright © 2003–2017 eXo Platform SAS. All rights reserved.