|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.report.filter.SharedFilter
public class SharedFilter
Class that represents a shared filter definition for a report.
| Constructor Summary | |
|---|---|
SharedFilter()
|
|
| Method Summary | |
|---|---|
void |
addMapping(SharedFilterMapping mapping)
Adds a mapping to this filter. |
Object |
clone()
|
boolean |
containsMapping(SharedFilterMapping mapping)
Determines if this filter contains the specified mapping. |
boolean |
equals(Object o)
|
int |
hashCode()
|
Iterator |
iterator()
|
void |
parseXML(Element tag)
|
void |
removeMapping(SharedFilterMapping mapping)
Removes a mapping from this filter. |
int |
size()
Gets the number of mappings included in this filter. |
String |
toString()
|
void |
writeXML(PrintWriter writer)
|
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SharedFilter()
| Method Detail |
|---|
public void addMapping(SharedFilterMapping mapping)
mapping - the mapping to add.public void removeMapping(SharedFilterMapping mapping)
mapping - the mapping to remove.public boolean containsMapping(SharedFilterMapping mapping)
mapping - the mapping to find.
public int size()
public Iterator iterator()
iterator in interface Iterablepublic void writeXML(PrintWriter writer)
writeXML in interface inetsoft.util.XMLSerializable
public void parseXML(Element tag)
throws Exception
parseXML in interface inetsoft.util.XMLSerializableExceptionpublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic Object clone()
clone in class Objectpublic String toString()
toString in class Object
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||