com.hp.lft.sdk.sap.ui5

Class ListBoxDescription.Builder

  • Enclosing class:
    ListBoxDescription


    public static class ListBoxDescription.Builder
    extends ListBoxDescription.Init<ListBoxDescription.Builder>
    This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.
    Usage example: ListBoxDescription description = new ListBoxDescription.Builder().tagName("some tag").Name("some name").build();