public interface CPListTemplateItem
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnabled()
A Boolean value indicating whether the button is enabled.
|
void |
setEnabled(boolean value)
A Boolean value indicating whether the button is enabled.
|
void |
setUserInfo(java.lang.Object value)
Any custom user info related to this item.
|
java.lang.String |
text()
The primary text shown in a cell displaying this list item.
|
java.lang.Object |
userInfo()
Any custom user info related to this item.
|
void setUserInfo(java.lang.Object value)
java.lang.String text()
java.lang.Object userInfo()
boolean isEnabled()
Set the value of this property to @c YES to enable the button or @c NO to disable it. The default value of this property is @c YES.
void setEnabled(boolean value)
Set the value of this property to @c YES to enable the button or @c NO to disable it. The default value of this property is @c YES.