pl.fhframework.model.forms.Footer Maven / Gradle / Ivy
package pl.fhframework.model.forms;
import pl.fhframework.annotations.Control;
@Control(parents = {PanelGroup.class, Table.class}, canBeDesigned = true)
public class Footer extends GroupingComponent {
public Footer(Form form) {
super(form);
}
}