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

org.robobinding.viewattribute.grouped.InitializedGroupedViewAttribute Maven / Gradle / Ivy

package org.robobinding.viewattribute.grouped;

import org.robobinding.BindingContext;

/**
 * 
 * @since 1.0
 * @version $Revision: 1.0 $
 * @author Cheng Wei
 */
public interface InitializedGroupedViewAttribute {
	void setupChildViewAttributes(ViewType view, ChildViewAttributesBuilder childViewAttributesBuilder, BindingContext bindingContext);

	void postBind(ViewType view, BindingContext bindingContext);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy