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

pl.fhframework.model.forms.optimized.TableCellOptimized Maven / Gradle / Ivy

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

import pl.fhframework.model.forms.Form;
import pl.fhframework.model.forms.TableCell;

/**
 * Component used to group other form's elements and attach them to Table component. It has no
 * direct javascript representation.
 */
public class TableCellOptimized extends TableCell {
    public TableCellOptimized(Form form) {
        super(form);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy