Uses of Class
com.hp.lft.sdk.web.FormFieldDescription.Init
Packages that use FormFieldDescription.Init
Package
Description
Provides the SDK for testing SAPUI5 objects.
Provides the SDK for testing Web objects.
-
Uses of FormFieldDescription.Init in com.hp.lft.sdk.sap.ui5
Subclasses of FormFieldDescription.Init in com.hp.lft.sdk.sap.ui5Modifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the SAPUI5 CheckBoxDescription class using the builder pattern.protected static class
CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
Helper class for CheckBoxDescription.Builder.static class
This class can be used to construct an instance of the EditFieldDescription class using the builder pattern.protected static class
EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
Helper class for EditFieldDescription.Builder.static class
This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.protected static class
ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>
Helper class for ListBoxDescription.Builder.static class
This class can be used to construct an instance of the PasswordDescription class using the builder pattern.protected static class
PasswordDescription.Init<T extends PasswordDescription.Init<T>>
Helper class for PasswordDescription.Builder. -
Uses of FormFieldDescription.Init in com.hp.lft.sdk.web
Classes in com.hp.lft.sdk.web with type parameters of type FormFieldDescription.InitModifier and TypeClassDescriptionprotected static class
FormFieldDescription.Init<T extends FormFieldDescription.Init<T>>
Helper class for derived Builder classes.Subclasses of FormFieldDescription.Init in com.hp.lft.sdk.webModifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.protected static class
CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
Helper class for CheckBoxDescription.Builder.protected static class
EditFieldBaseDescription.Init<T extends EditFieldBaseDescription.Init<T>>
Helper class for derived Builder classes.static class
This class can be used to construct an instance of the EditFieldDescription class using the builder pattern.protected static class
EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
Helper class for EditFieldDescription.Builder.static class
This class can be used to construct an instance of the FileFieldDescription class using the builder pattern.protected static class
FileFieldDescription.Init<T extends FileFieldDescription.Init<T>>
Helper class for FileFieldDescription.Builder.static class
This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.protected static class
ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>
Helper class for ListBoxDescription.Builder.static class
This class can be used to construct an instance of the NumericFieldDescription class using the builder pattern.protected static class
NumericFieldDescription.Init<T extends NumericFieldDescription.Init<T>>
Helper class for NumericFieldDescription.Builder.static class
This class can be used to construct an instance of the RadioGroupDescription class using the builder pattern.protected static class
RadioGroupDescription.Init<T extends RadioGroupDescription.Init<T>>
Helper class for RadioGroupDescription.Builder.static class
This class can be used to construct an instance of the SliderDescription class using the builder pattern.protected static class
SliderDescription.Init<T extends SliderDescription.Init<T>>
Helper class for SliderDescription.Builder.Constructors in com.hp.lft.sdk.web with parameters of type FormFieldDescription.InitModifierConstructorDescriptionprotected
Initializes a new instance of the FormFieldDescription class using the Builder pattern.