|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.wewebu.ow.server.dmsdialogs.views.OwObjectListView.OwFilterEntry
public static class OwObjectListView.OwFilterEntry
Single filter setting.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
| Field Summary | |
|---|---|
protected static String |
PERSIST_ACTIVE_ATTR_NAME
DOM name for persistence see get/setPersistentNode() |
protected static String |
PERSIST_NODE_NAME
DOM name for persistence see get/setPersistentNode() |
| Constructor Summary | |
|---|---|
OwObjectListView.OwFilterEntry(OwFieldDefinition info_p,
int iOperator_p)
|
|
OwObjectListView.OwFilterEntry(OwFieldDefinition info_p,
OwFieldDefinitionProvider fieldDefinitionProvider_p,
String sResourceName_p,
int iOperator_p)
|
|
| Method Summary | |
|---|---|
Element |
getPersistentNode(Document doc_p)
get a XML node that persists the current state of the criteria and that can be used with setPersistentNode() to recreate the state |
OwSearchNode |
getSearchNode()
the search node this filter works with |
boolean |
isActive()
get active flag |
void |
setActive(boolean fActive_p)
enable / disable filter |
void |
setOperator(int iOperator_p)
set the operator of the criteria |
void |
setPersistentNode(Node entryNode_p)
set a XML node that persists the current state of the criteria |
void |
toggle()
toggle active state |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final String PERSIST_NODE_NAME
protected static final String PERSIST_ACTIVE_ATTR_NAME
| Constructor Detail |
|---|
public OwObjectListView.OwFilterEntry(OwFieldDefinition info_p,
OwFieldDefinitionProvider fieldDefinitionProvider_p,
String sResourceName_p,
int iOperator_p)
throws Exception
info_p - fieldDefinitionProvider_p - sResourceName_p - iOperator_p -
Exception
public OwObjectListView.OwFilterEntry(OwFieldDefinition info_p,
int iOperator_p)
throws Exception
info_p - iOperator_p -
Exception| Method Detail |
|---|
public void setOperator(int iOperator_p)
throws Exception
iOperator_p - as defined in OwSearchOperator.CRIT_OP_...
Exceptionpublic boolean isActive()
public void toggle()
public void setActive(boolean fActive_p)
public OwSearchNode getSearchNode()
public void setPersistentNode(Node entryNode_p)
throws Exception
Exception
public Element getPersistentNode(Document doc_p)
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||