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

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

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 - 2025 Weber Informatics LLC | Privacy Policy