public interface CPSelectableListItem extends CPListTemplateItem
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CPSelectableListItem.Block_handler_ret |
static interface |
CPSelectableListItem.Block_setHandler |
| Modifier and Type | Method and Description |
|---|---|
CPSelectableListItem.Block_handler_ret |
handler()
An optional action block, fired when the user selects this item in a list template.
|
void |
setHandler(CPSelectableListItem.Block_setHandler value)
An optional action block, fired when the user selects this item in a list template.
|
isEnabled, setEnabled, setUserInfo, text, userInfoCPSelectableListItem.Block_handler_ret handler()
You must call the completion block after processing the user's selection.
void setHandler(CPSelectableListItem.Block_setHandler value)
You must call the completion block after processing the user's selection.