BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.databinding.jsp
Class FilterWindowService.Filter

java.lang.Object
  extended by com.bea.wlw.netui.databinding.jsp.FilterWindowService.Filter
Enclosing class:
FilterWindowService

public static class FilterWindowService.Filter
extends Object

The Filter class contains information about filters that are applied to a grid/column pair for which the filter window is being rendered.


Method Summary
 int getOperation()
          Get the filter operation for a filter.
 String getValue()
          Get the value of a filter
 String toString()
          Create a String containing the state of a Filter object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getOperation

public int getOperation()
Get the filter operation for a filter.

Returns:
an value represnting a filter operation

getValue

public String getValue()
Get the value of a filter

Returns:
the String value of a filter

toString

public String toString()
Create a String containing the state of a Filter object.

Overrides:
toString in class Object
Returns:
a String
Exclude:

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.