| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| /*optional*/ String | GetActionButtonLabel
()
Get method for attribute "ActionButtonLabel" Specifies label of the action button. Can be null, which means no action button will be shown. |
| String | GetCheckLabel
()
Get method for attribute "CheckLabel" Specifies the label of the check. |
| String | GetCheckName
()
Get method for attribute "CheckName" Specifies the name of the check. |
| ModelCheckCustomCheckListener | GetListener
()
Get method for attribute "Listener" The object containing the implementation of the custom check methods. |
| /*optional*/ String | GetUpdateButtonLabel
()
Get method for attribute "UpdateButtonLabel" Specifies label of the update button. Can be null, 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 be null, 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 | SetListener
(ModelCheckCustomCheckListener value)
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 be null, which means no update button will be shown. |
| Method Detail |
|---|
| GetCheckName/SetCheckName |
|---|
| String | GetCheckName | () |
| void | SetCheckName | (String value) |
Specifies the name of the check.
|
| GetCheckLabel/SetCheckLabel |
|---|
| String | GetCheckLabel | () |
| void | SetCheckLabel | (String value) |
Specifies the label of the check.
|
| GetUpdateButtonLabel/SetUpdateButtonLabel |
|---|
| /*optional*/ String | GetUpdateButtonLabel | () |
| void | SetUpdateButtonLabel | ( /*optional*/ String value) |
Specifies label of the update button. Can be null,
which means no update button will be shown.
|
| GetActionButtonLabel/SetActionButtonLabel |
|---|
| /*optional*/ String | GetActionButtonLabel | () |
| void | SetActionButtonLabel | ( /*optional*/ String value) |
Specifies label of the action button. Can be null,
which means no action button will be shown.
|
| GetListener/SetListener |
|---|
| ModelCheckCustomCheckListener | GetListener | () |
| void | SetListener | (ModelCheckCustomCheckListener value) |
The object containing the implementation of the custom check
methods.
|