
com.vaadin.ui.ProtectedMethods Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of madura-vaadin Show documentation
Show all versions of madura-vaadin Show documentation
Integrates Madura Objects with Vaadin applications including support for dynamic metadata changes (available choices, read/write status of fields etc).
package com.vaadin.ui;
import com.vaadin.ui.AbstractField;
/**
* Allows us to get to the protected methods on {link com.vaadin.ui.AbstractField}.
* @author Roger Parkinson
*
*/
public class ProtectedMethods {
public static void fireValueChange(AbstractField> abstractProperty) {
abstractProperty.fireValueChange(false);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy