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

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

package tools.dynamia.viewers;

import java.io.Serializable;

/**
 * Generic Interface for Table View Footer
 */
public interface TableViewFooterComponent extends Serializable {

    Object getValue();

    void setValue(Object value);

    void clear();

    Field getField();

    void setField(Field field);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy