Class UIExtensionAbstractFilter

java.lang.Object
org.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
All Implemented Interfaces:
UIExtensionFilter
Direct Known Subclasses:
UIExtensionORFilter

public abstract class UIExtensionAbstractFilter extends Object implements UIExtensionFilter
Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 6 mai 2009
  • Field Details

    • messageKey

      protected final String messageKey
      The default key of the message to display in case of error
  • Constructor Details

    • UIExtensionAbstractFilter

      protected UIExtensionAbstractFilter()
    • UIExtensionAbstractFilter

      protected UIExtensionAbstractFilter(String messageKey)
    • UIExtensionAbstractFilter

      protected UIExtensionAbstractFilter(String messageKey, UIExtensionFilterType type)
  • Method Details

    • getType

      public UIExtensionFilterType getType()
      Indicates the type of the current filter
      Specified by:
      getType in interface UIExtensionFilter
      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

      protected void createUIPopupMessages(Map<String,Object> context, String key, Object[] args)
      Creates a popup to display the message
    • createUIPopupMessages

      protected void createUIPopupMessages(Map<String,Object> context, String key)
      Creates a popup to display the message