Packagestarling.filters
Classpublic class FragmentFilterMode
InheritanceFragmentFilterMode Inheritance Object

A class that provides constant values for filter modes. The values are used in the FragmentFilter.mode property and define how a filter result is combined with the original object.



Public Constants
 ConstantDefined By
  ABOVE : String = above
[static] The filter is displayed above the filtered object.
FragmentFilterMode
  BELOW : String = below
[static] The filter is displayed below the filtered object.
FragmentFilterMode
  REPLACE : String = replace
[static] The filter is replacing the filtered object.
FragmentFilterMode
Constant Detail
ABOVEConstant
public static const ABOVE:String = above

The filter is displayed above the filtered object.

BELOWConstant 
public static const BELOW:String = below

The filter is displayed below the filtered object.

REPLACEConstant 
public static const REPLACE:String = replace

The filter is replacing the filtered object.