- com.smartbear.ready.ui.components.designkit.combobox.SBComboBoxFactory
-
public class SBComboBoxFactory
extends java.lang.Object
Factory class for creating SBComboBox instances with a fluent builder API.
Provides convenient methods to create small, medium, and large combo boxes with optional configuration.
-
-
Methods Summary
Methods
| Type Params |
Return Type |
Name and description |
<T> |
public static ComboBoxBuilder<T> |
large()
|
<T> |
public static ComboBoxBuilder<T> |
medium()
|
<T> |
public static ComboBoxBuilder<T> |
small()
|
-
Inherited Methods Summary
Inherited Methods
| Methods inherited from class |
Name |
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |
-
-
Method Detail
-
<T> public static ComboBoxBuilder<T> large()
-
<T> public static ComboBoxBuilder<T> medium()
-
<T> public static ComboBoxBuilder<T> small()
- | Detail:
Field Constructor - Method
ReadyAPI functional (soapui) SDK 4.0.1