Package com.hp.lft.sdk.sap.gui
Class CalendarDescription.Init<T extends CalendarDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.sap.gui.ElementDescription.Init<T>
com.hp.lft.sdk.sap.gui.CalendarDescription.Init<T>
- Direct Known Subclasses:
CalendarDescription.Builder
- Enclosing class:
- CalendarDescription
protected abstract static class CalendarDescription.Init<T extends CalendarDescription.Init<T>>
extends ElementDescription.Init<T>
Helper class for CalendarDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachedText
(StringProperty attachedText) Initializes the static text that is attached to the control.attachedText
(String attachedText) Initializes the static text that is attached to the control.build()
Returns the built description instance (builder pattern).Initializes whether the object can accept user input.Methods inherited from class com.hp.lft.sdk.sap.gui.ElementDescription.Init
absoluteLocation, absoluteLocation, absoluteLocation, id, id, location, location, location, name, name, size, size, size, type
Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classElementDescription.Init<T extends CalendarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
attachedText
Initializes the static text that is attached to the control.- Parameters:
attachedText
- aStringProperty
orRegExpProperty
.- Returns:
- the description instance with the update state (builder pattern).
-
attachedText
Initializes the static text that is attached to the control.- Parameters:
attachedText
- the static text that is attached to the control.- Returns:
- the description instance with the update state (builder pattern).
-
enabled
Initializes whether the object can accept user input.- Parameters:
enabled
- true to set as enabled.- Returns:
- the description instance with the update state (builder pattern).
-