Package com.hp.lft.sdk.winforms
Class CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.winforms.UiObjectDescriptionBase.Init<T>
com.hp.lft.sdk.winforms.CheckBoxDescription.Init<T>
- Direct Known Subclasses:
- CheckBoxDescription.Builder
- Enclosing class:
- CheckBoxDescription
protected abstract static class CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
extends UiObjectDescriptionBase.Init<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).Initializes whether the check box is checked.state(CheckedState state) Initializes the CheckBox state.threeState(Boolean isThreeState) Initializes whether the CheckBox is able to display three check states.Methods inherited from class com.hp.lft.sdk.winforms.UiObjectDescriptionBase.InitabsoluteLocation, absoluteLocation, absoluteLocation, childWindow, enabled, focused, fullNamePath, fullNamePath, fullType, fullType, location, location, location, nativeClass, nativeClass, objectName, objectName, ownedWindow, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowId, windowTitleRegExp, windowTitleRegExpMethods inherited from class com.hp.lft.sdk.DescriptionBase.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- DescriptionBase.Init<T extends CheckBoxDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
stateInitializes the CheckBox state.- Parameters:
- state- the CheckBox state
- Returns:
- the description instance with the update state (builder pattern).
 
- 
checkedInitializes whether the check box is checked.- Parameters:
- isChecked- whether the check box is checked
- Returns:
- the description instance with the update state (builder pattern).
 
- 
threeStateInitializes whether the CheckBox is able to display three check states.- Parameters:
- isThreeState- whether the CheckBox is able to display three check states
- Returns:
- the description instance with the update state (builder pattern).
 
 
-