Package com.hp.lft.sdk.sap.nwbc
Class OKCodeDescription
java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
com.hp.lft.sdk.PropertiesDescription
com.hp.lft.sdk.DescriptionBase
com.hp.lft.sdk.sap.nwbc.UiObjectDescriptionBase
com.hp.lft.sdk.sap.nwbc.OKCodeDescription
- All Implemented Interfaces:
CloneableObject,Description,com.hp.lft.sdk.internal.DescriptionWithVri,Cloneable
The description of a SAP NWBC OKCode test object.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classThis class can be used to construct an instance of the OKCodeDescription class using the builder pattern.protected static classOKCodeDescription.Init<T extends OKCodeDescription.Init<T>>Helper class for OKCodeDescription.Builder. -
Field Summary
Fields inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
properties -
Constructor Summary
ConstructorsModifierConstructorDescriptionInitializes a new instance of the OKCodeDescription class.protectedOKCodeDescription(OKCodeDescription.Init<?> init) Initializes a new instance of the OKCodeDescription class using the Builder pattern. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether the text editing control is read-only to a user interacting with the control.voidsetReadOnly(boolean isReadOnly) Sets whether the text editing control is read-only to a user interacting with the control.Methods inherited from class com.hp.lft.sdk.sap.nwbc.UiObjectDescriptionBase
getAbsoluteLocation, getFullNamePath, getFullType, getLocation, getName, getObjectName, getSize, getText, getWindowTitleRegExp, IsEnabled, IsFocused, IsVisible, setAbsoluteLocation, setAbsoluteLocation, setAbsoluteLocation, setEnabled, setFocused, setFullNamePath, setFullNamePath, setFullType, setFullType, setLocation, setLocation, setLocation, setName, setName, setObjectName, setObjectName, setSize, setSize, setSize, setText, setText, setVisible, setWindowTitleRegExp, setWindowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBase
cloneTo, getIndex, getIndexType, getObjectProperties, getVRI, setIndex, setIndexType, setObjectProperties, setVRI, setVRIMethods inherited from class com.hp.lft.sdk.PropertiesDescription
cloneMethods inherited from class com.hp.lft.sdk.internal.PropertiesDescriptionBase
getValueAs, getValueAsStringProperty, insertValueMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hp.lft.sdk.CloneableObject
clone
-
Constructor Details
-
OKCodeDescription
public OKCodeDescription()Initializes a new instance of the OKCodeDescription class. -
OKCodeDescription
Initializes a new instance of the OKCodeDescription class using the Builder pattern.- Parameters:
init- the Builder pattern.
-
-
Method Details
-
setReadOnly
public void setReadOnly(boolean isReadOnly) Sets whether the text editing control is read-only to a user interacting with the control.- Parameters:
isReadOnly- true if the control is read-only; otherwise, false.
-
isReadOnly
public boolean isReadOnly()Returns whether the text editing control is read-only to a user interacting with the control.- Returns:
- true if the control is read-only; otherwise, false.
-