Uses of Class
com.hp.lft.sdk.web.ButtonDescription.Init
Packages that use ButtonDescription.Init
Package
Description
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing Web objects.
-
Uses of ButtonDescription.Init in com.hp.lft.sdk.sap.ui5
Subclasses of ButtonDescription.Init in com.hp.lft.sdk.sap.ui5Modifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the ButtonDescription class using the builder pattern.protected static class
ButtonDescription.Init<T extends ButtonDescription.Init<T>>
Helper class for ButtonDescription.Builder.static class
This class can be used to construct an instance of the RadioButtonDescription class using the builder pattern.protected static class
RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
Helper class for RadioButtonDescription.Builder.static class
This class can be used to construct an instance of the ToggleButtonDescription class using the builder pattern.protected static class
ToggleButtonDescription.Init<T extends ToggleButtonDescription.Init<T>>
Helper class for ToggleButtonDescription.Builder. -
Uses of ButtonDescription.Init in com.hp.lft.sdk.web
Classes in com.hp.lft.sdk.web with type parameters of type ButtonDescription.InitModifier and TypeClassDescriptionprotected static class
ButtonDescription.Init<T extends ButtonDescription.Init<T>>
Helper class for ButtonDescription.Builder.Subclasses of ButtonDescription.Init in com.hp.lft.sdk.webModifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the ButtonDescription class using the builder pattern.Constructors in com.hp.lft.sdk.web with parameters of type ButtonDescription.InitModifierConstructorDescriptionprotected
ButtonDescription
(ButtonDescription.Init<?> init) Initializes a new instance of the ButtonDescription class using the Builder pattern.