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

pl.fhframework.model.forms.DropdownDivider Maven / Gradle / Ivy

There is a newer version: 4.10.401
Show newest version
package pl.fhframework.model.forms;

import pl.fhframework.annotations.Control;

@Control(parents = {Dropdown.class, Repeater.class}, canBeDesigned = false)
public class DropdownDivider extends FormElement {
    public DropdownDivider(Form form) {
        super(form);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy