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

org.robobinding.viewattribute.view.SelectedAttribute Maven / Gradle / Ivy

package org.robobinding.viewattribute.view;

import org.robobinding.viewattribute.AbstractReadOnlyPropertyViewAttribute;

import android.view.View;

/**
 * 
 * @since 1.0
 * @version $Revision: 1.0 $
 * @author Cheng Wei
 */
public class SelectedAttribute extends AbstractReadOnlyPropertyViewAttribute {
    @Override
    protected void valueModelUpdated(Boolean newValue) {
	view.setSelected(newValue);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy