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

org.robobinding.widget.edittext.EditTextBinding Maven / Gradle / Ivy

package org.robobinding.widget.edittext;

import org.robobinding.viewattribute.BindingAttributeMappings;
import org.robobinding.viewattribute.ViewBinding;

import android.widget.EditText;

/**
 * 
 * @since 1.0
 * @version $Revision: 1.0 $
 * @author Robert Taylor
 */
public class EditTextBinding implements ViewBinding {
	@Override
	public void mapBindingAttributes(BindingAttributeMappings mappings) {
		mappings.mapGroupedAttribute(TwoWayTextAttributeGroup.class, TwoWayTextAttributeGroup.TEXT, TwoWayTextAttributeGroup.VALUE_COMMIT_MODE);

		mappings.mapEvent(OnTextChangedAttribute.class, "onTextChanged");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy