| Package | qnx.fuse.ui.core |
| Class | public final class VisibilityCullType |
| Inheritance | VisibilityCullType Object |
| Constant | Defined 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 | ||
| VISIBILITY_CULL_IMMEDIATE | Constant |
public static const VISIBILITY_CULL_IMMEDIATE:String = cullImmediateImmediate 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_NONE | Constant |
public static const VISIBILITY_CULL_NONE:String = cullNoneTurn off visbility culling. By setting the visibility cull type to none, the visibility of all immediate children will be set to true.