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

scaffold.libs_as.feathers.controls.renderers.IGroupedListHeaderOrFooterRenderer.as Maven / Gradle / Ivy

/*
Feathers
Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved.

This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.controls.renderers
{
	[ExcludeClass]
	/**
	 * DEPRECATED: Replaced by separate IGroupedListHeaderRenderer
	 * and IGroupedListFooterRenderer interfaces.
	 *
	 * 

DEPRECATION WARNING: This interface is deprecated * starting with Feathers 2.3. It will be removed in a future version of * Feathers according to the standard * Feathers deprecation policy.

* * Interface to implement a renderer for a grouped list header or footer. * * @see feathers.controls.GroupedList */ public interface IGroupedListHeaderOrFooterRenderer extends IGroupedListHeaderRenderer, IGroupedListFooterRenderer { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy