Package apple.uikit.enums
Class UITextSmartInsertDeleteType
- java.lang.Object
-
- apple.uikit.enums.UITextSmartInsertDeleteType
-
public final class UITextSmartInsertDeleteType extends java.lang.ObjectUITextSmartInsertDeleteType Controls the automatic insertion/removal of spaces for a text widget.
-
-
Field Detail
-
Default
public static final long Default
- See Also:
- Constant Field Values
-
No
public static final long No
- See Also:
- Constant Field Values
-
Yes
public static final long Yes
- See Also:
- Constant Field Values
-
-