Uses of Interface
org.exoplatform.webui.ext.filter.UIExtensionFilter
-
Packages that use UIExtensionFilter Package Description org.exoplatform.webui.ext org.exoplatform.webui.ext.filter org.exoplatform.webui.ext.filter.impl -
-
Uses of UIExtensionFilter in org.exoplatform.webui.ext
Methods in org.exoplatform.webui.ext that return types with arguments of type UIExtensionFilter Modifier and Type Method Description List<UIExtensionFilter>UIExtension. getComponentFilters()List<UIExtensionFilter>UIExtension. getExtendedFilters()Method parameters in org.exoplatform.webui.ext with type arguments of type UIExtensionFilter Modifier and Type Method Description voidUIExtension. setExtendedFilters(List<UIExtensionFilter> extendedFilters) -
Uses of UIExtensionFilter in org.exoplatform.webui.ext.filter
Classes in org.exoplatform.webui.ext.filter that implement UIExtensionFilter Modifier and Type Class Description classUIExtensionAbstractFilterCreated by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 6 mai 2009classUIExtensionORFilterCreated by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 7 mai 2009Constructor parameters in org.exoplatform.webui.ext.filter with type arguments of type UIExtensionFilter Constructor Description UIExtensionORFilter(List<UIExtensionFilter> filters)UIExtensionORFilter(List<UIExtensionFilter> filters, String messageKey)UIExtensionORFilter(List<UIExtensionFilter> filters, String messageKey, UIExtensionFilterType type) -
Uses of UIExtensionFilter in org.exoplatform.webui.ext.filter.impl
Classes in org.exoplatform.webui.ext.filter.impl that implement UIExtensionFilter Modifier and Type Class Description classFileFilterCreated by The eXo Platform SARL Author : Dang Van Minh minh.dang@exoplatform.com Aug 18, 2009 7:08:32 AMclassUserACLFilterThis filter is used to add some access permissions to a specific extension Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 14 mai 2009
-