Package apple.webkit.enums
Class WKSelectionGranularity
- java.lang.Object
-
- apple.webkit.enums.WKSelectionGranularity
-
public final class WKSelectionGranularity extends java.lang.Object[@enum] WKSelectionGranularity The granularity with which a selection can be created and modified interactively. [@constant] WKSelectionGranularityDynamic Selection granularity varies automatically based on the selection. [@constant] WKSelectionGranularityCharacter Selection endpoints can be placed at any character boundary. An example of how granularity may vary when WKSelectionGranularityDynamic is used is that when the selection is within a single block, the granularity may be single character, and when the selection is not confined to a single block, the selection granularity may be single block.
-
-
Field Detail
-
Dynamic
public static final long Dynamic
- See Also:
- Constant Field Values
-
Character
public static final long Character
- See Also:
- Constant Field Values
-
-