
net.ulrice.databinding.directbinding.table.EditableTableModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ulrice-databinding Show documentation
Show all versions of ulrice-databinding Show documentation
Ulrice-Databinding is a databinding-extension for Ulrice
The newest version!
package net.ulrice.databinding.directbinding.table;
import java.util.List;
public interface EditableTableModel {
void setEditable (List columnsEditable);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy