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

org.robobinding.widget.menuitemgroup.EnabledAttribute Maven / Gradle / Ivy

package org.robobinding.widget.menuitemgroup;

import org.robobinding.viewattribute.property.PropertyViewAttribute;

/**
 * 
 * @since 1.0
 * @version $Revision: 1.0 $
 * @author Robert Taylor
 */
public class EnabledAttribute implements PropertyViewAttribute {
	@Override
	public void updateView(MenuItemGroup view, Boolean newValue) {
		view.setEnabled(newValue);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy