|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.webui.ext.filter.UIExtensionAbstractFilter
public abstract class UIExtensionAbstractFilter
Created by The eXo Platform SAS Author : eXoPlatform nicolas.filotto@exoplatform.com 6 mai 2009
| Field Summary | |
|---|---|
protected String |
messageKey
The default key of the message to display in case of error |
| Constructor Summary | |
|---|---|
protected |
UIExtensionAbstractFilter()
|
protected |
UIExtensionAbstractFilter(String messageKey)
|
protected |
UIExtensionAbstractFilter(String messageKey,
UIExtensionFilterType type)
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.exoplatform.webui.ext.filter.UIExtensionFilter |
|---|
accept, onDeny |
| Field Detail |
|---|
protected final String messageKey
| Constructor Detail |
|---|
protected UIExtensionAbstractFilter()
protected UIExtensionAbstractFilter(String messageKey)
protected UIExtensionAbstractFilter(String messageKey,
UIExtensionFilterType type)
| Method Detail |
|---|
public UIExtensionFilterType getType()
getType in interface UIExtensionFilter
protected void createUIPopupMessages(Map<String,Object> context,
String key,
Object[] args,
int type)
protected void createUIPopupMessages(Map<String,Object> context,
String key,
Object[] args)
protected void createUIPopupMessages(Map<String,Object> context,
String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||