All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bklab.flow.creator.ClassMethodMainCreator Maven / Gradle / Ivy

There is a newer version: 22.0.1
Show newest version
/*
 * Copyright (c) 2008 - 2020. - Broderick Labs.
 * Author: Broderick Johansson
 * E-mail: [email protected]
 * Modify date:2020-06-24 13:13:04
 * _____________________________
 * Project name: fluent-vaadin-flow
 * Class name:org.bklab.flow.creator.ClassMethodMainCreator
 * Copyright (c) 2008 - 2020. - Broderick Labs.
 */

package org.bklab.flow.creator;

import com.vaadin.flow.component.button.ButtonVariant;
import com.vaadin.flow.component.checkbox.CheckboxGroup;
import com.vaadin.flow.component.checkbox.CheckboxGroupVariant;
import com.vaadin.flow.component.textfield.BigDecimalField;
import com.vaadin.flow.component.textfield.IntegerField;
import com.vaadin.flow.data.selection.MultiSelect;
import dev.mett.vaadin.tooltip.config.TooltipConfiguration;
import org.bklab.flow.base.MultiSelectFactory;
import org.bklab.flow.factory.BigDecimalFieldFactory;
import org.bklab.flow.factory.CheckboxGroupFactory;
import org.bklab.flow.factory.IntegerFieldFactory;
import org.bklab.flow.factory.TooltipConfigurationFactory;

public class ClassMethodMainCreator {

    public static void main(String[] args) {

        Class factoryClass = IntegerFieldFactory.class;
        Class targetClass = IntegerField.class;
//        Class> variantClass = CheckboxGroupVariant.class;
        new PrintClassMethod(factoryClass, targetClass).print();
//        new PrintLumoTheme(factoryClass, targetClass).print(variantClass);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy