Package org.exoplatform.webui.ext.filter
Class UIExtensionAbstractFilter
java.lang.Object
org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
- All Implemented Interfaces:
UIExtensionFilter
- Direct Known Subclasses:
UIExtensionORFilter
Created by The eXo Platform SAS
Author : eXoPlatform
nicolas.filotto@exoplatform.com
6 mai 2009
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringThe default key of the message to display in case of error -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedprotectedUIExtensionAbstractFilter(String messageKey) protectedUIExtensionAbstractFilter(String messageKey, UIExtensionFilterType type) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcreateUIPopupMessages(Map<String, Object> context, String key) Creates a popup to display the messageprotected voidCreates a popup to display the messageprotected voidCreates a popup to display the messagegetType()Indicates the type of the current filterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.exoplatform.webui.ext.filter.UIExtensionFilter
accept, onDeny
-
Field Details
-
messageKey
The default key of the message to display in case of error
-
-
Constructor Details
-
UIExtensionAbstractFilter
protected UIExtensionAbstractFilter() -
UIExtensionAbstractFilter
-
UIExtensionAbstractFilter
-
-
Method Details
-
getType
Indicates the type of the current filter- Specified by:
getTypein interfaceUIExtensionFilter- Returns:
- the type of the filter
-
createUIPopupMessages
protected void createUIPopupMessages(Map<String, Object> context, String key, Object[] args, int type) Creates a popup to display the message -
createUIPopupMessages
Creates a popup to display the message -
createUIPopupMessages
Creates a popup to display the message
-