What is the reason, why the getters of IsCurrent, IsEdited, IsMouseOver, RowIndex, ColumnIndex... are internal or private? This prevents the implementation of custom DataGridBoundColumn's. Furthermore ...
@Data is the function of lombok. it will create getter and setter automatically, so you have no need to type in by yourself. @Setter(AccessLevel.NONE) means tell the system not create the setter for ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results