API Documentation > Interfaces > Interface CustomCheckInstructions
Interface CustomCheckInstructions

package com.ptc.pfc.pfcModelCheck;

public interface
CustomCheckInstructions
extends
jxobject


Description
This class provides the details about custom ModelCheck check.
Method Summary
/*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
Get method for attribute "CheckName"
Specifies the name of the check.
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.
Method Detail
GetCheckName
String
GetCheckName
()
SetCheckName
void
SetCheckName
(String value)
Specifies the name of the check.
Manual References:
GetCheckLabel
String
GetCheckLabel
()
SetCheckLabel
void
SetCheckLabel
(String value)
Specifies the label of the check.
Manual References:
GetUpdateButtonLabel
/*optional*/ String
GetUpdateButtonLabel
()
SetUpdateButtonLabel
void
SetUpdateButtonLabel
( /*optional*/ String value)
Specifies label of the update button. Can be null, which means no update button will be shown.
Manual References:
GetActionButtonLabel
/*optional*/ String
GetActionButtonLabel
()
SetActionButtonLabel
void
SetActionButtonLabel
( /*optional*/ String value)
Specifies label of the action button. Can be null, which means no action button will be shown.
Manual References:
GetListener
GetListener
()
SetListener
void
SetListener
The object containing the implementation of the custom check methods.
Manual References:
Was this helpful?