Package apple.uikit.enums
Class UICellAccessoryOutlineDisclosureStyle
- java.lang.Object
-
- apple.uikit.enums.UICellAccessoryOutlineDisclosureStyle
-
public final class UICellAccessoryOutlineDisclosureStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longAutomaticThe style will be automatically determined based on whether the cell is configured to be a section header or not.static longCellA style appropriate for a cell which can be selected itself and also has nested children, where only taps on the outline disclosure will toggle the expansion state of the item; taps on the cell will select the item as normal.static longHeaderA style appropriate for a section header, where a tap anywhere in the header will toggle the expansion state of the item (the cell cannot be selected).
-
-
-
Field Detail
-
Automatic
public static final long Automatic
The style will be automatically determined based on whether the cell is configured to be a section header or not.- See Also:
- Constant Field Values
-
Header
public static final long Header
A style appropriate for a section header, where a tap anywhere in the header will toggle the expansion state of the item (the cell cannot be selected).- See Also:
- Constant Field Values
-
Cell
public static final long Cell
A style appropriate for a cell which can be selected itself and also has nested children, where only taps on the outline disclosure will toggle the expansion state of the item; taps on the cell will select the item as normal.- See Also:
- Constant Field Values
-
-