Package com.hp.lft.sdk.stdwin
Class CalendarDescription.Init<T extends CalendarDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.stdwin.UiObjectBaseDescription.Init<T>
com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription.Init<T>
com.hp.lft.sdk.stdwin.CalendarDescription.Init<T>
- Direct Known Subclasses:
- CalendarDescription.Builder
- Enclosing class:
- CalendarDescription
protected abstract static class CalendarDescription.Init<T extends CalendarDescription.Init<T>>
extends UiObjectWithLayoutInfoDescription.Init<T>
Helper class for CalendarDescription.Builder
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Returns the built description instance (builder pattern).Initializes the date of the calendar.state(CheckedState state) Initializes the Calendar state.Methods inherited from class com.hp.lft.sdk.stdwin.UiObjectWithLayoutInfoDescription.InitrightAligned, rightToLeftLayout, rightToLeftReadingMethods inherited from class com.hp.lft.sdk.stdwin.UiObjectBaseDescription.InitabsoluteLocation, absoluteLocation, absoluteLocation, accessibleName, accessibleName, attachedText, attachedText, enabled, focused, location, location, location, nativeClass, nativeClass, size, size, size, text, text, visible, windowClassRegExp, windowClassRegExp, windowExtendedStyle, windowExtendedStyle, windowId, windowStyle, windowStyle, 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 CalendarDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
stateInitializes the Calendar state.- Parameters:
- state- the Calendar state.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
dateInitializes the date of the calendar.- Parameters:
- date- the date of the calendar.
- Returns:
- the description instance with updated state (builder pattern).
 
 
-