Packageqnx.fuse.ui.core
Classpublic final class VisibilityCullType
InheritanceVisibilityCullType Inheritance Object



Public Constants
 ConstantDefined By
  VISIBILITY_CULL_IMMEDIATE : String = cullImmediate
[static] Immediate children of this Container are visited on scroll and constraint change events to determine their visibility.
VisibilityCullType
  VISIBILITY_CULL_NONE : String = cullNone
[static] Turn off visbility culling.
VisibilityCullType
Constant Detail
VISIBILITY_CULL_IMMEDIATEConstant
public static const VISIBILITY_CULL_IMMEDIATE:String = cullImmediate

Immediate children of this Container are visited on scroll and constraint change events to determine their visibility. If the immediate child resides outside of this Container's mask, the child's visbility is set to false.

VISIBILITY_CULL_NONEConstant 
public static const VISIBILITY_CULL_NONE:String = cullNone

Turn off visbility culling. By setting the visibility cull type to none, the visibility of all immediate children will be set to true.