org.got5.tapestry5.jquery.internal.FakeInheritedBinding Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tapestry5-jquery Show documentation
Show all versions of tapestry5-jquery Show documentation
Tapestry Components Library
package org.got5.tapestry5.jquery.internal;
/**
* see Issue #285 : do not use the environment to give access to the current DataTable's row and rowIndex parameters
* This is a naive fake binding implementation to allow access to the container setters.
*/
public interface FakeInheritedBinding {
/**
* Updates the current value.
*
* @param value
*/
void set(Object value);
}