/*optional*/ String | |
Get method for attribute "ActionButtonLabel" Specifies label of the action button. Can benull, which means no action button will be shown. | |
String | |
Get method for attribute "CheckLabel" Specifies the label of the check. | |
String | GetCheckName () |
Get method for attribute "CheckName" Specifies the name of the check. | |
GetListener () | |
Get method for attribute "Listener" The object containing the implementation of the custom check methods. | |
/*optional*/ String | |
Get method for attribute "UpdateButtonLabel" Specifies label of the update button. Can benull, which means no update button will be shown. | |
void | SetActionButtonLabel ( /*optional*/ String value) |
Set method for attribute "ActionButtonLabel" Specifies label of the action button. Can benull, which means no action button will be shown. | |
void | SetCheckLabel (String value) |
Set method for attribute "CheckLabel" Specifies the label of the check. | |
void | SetCheckName (String value) |
Set method for attribute "CheckName" Specifies the name of the check. | |
void | |
Set method for attribute "Listener" The object containing the implementation of the custom check methods. | |
void | SetUpdateButtonLabel ( /*optional*/ String value) |
Set method for attribute "UpdateButtonLabel" Specifies label of the update button. Can benull, which means no update button will be shown. |
GetCheckName | ||
String | GetCheckName | () |
SetCheckName | ||
void | SetCheckName | (String value) |
GetCheckLabel | ||
String | GetCheckLabel | () |
SetCheckLabel | ||
void | SetCheckLabel | (String value) |
GetUpdateButtonLabel | ||
/*optional*/ String | GetUpdateButtonLabel | () |
SetUpdateButtonLabel | ||
void | SetUpdateButtonLabel | ( /*optional*/ String value) |
GetActionButtonLabel | ||
/*optional*/ String | GetActionButtonLabel | () |
SetActionButtonLabel | ||
void | SetActionButtonLabel | ( /*optional*/ String value) |
GetListener | ||
GetListener | () | |
SetListener | ||
void | SetListener |