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

tools.dynamia.viewers.TableViewHeaderComponent Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package tools.dynamia.viewers;

import java.io.Serializable;

/**
 * Generic interface for table view header
 */
public interface TableViewHeaderComponent extends Serializable {

    Field getField();

    void setField(Field field);

    String getLabel();

    void setLabel(String label);


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy