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

scaffold.libs_as.feathers.controls.popups.IPopUpContentManagerWithPrompt.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.popups
{
	/**
	 * A custom IPopUpContentManager that has a prompt that may
	 * be customized by the parent component.
	 */
	public interface IPopUpContentManagerWithPrompt extends IPopUpContentManager
	{
		/**
		 * Some descriptive text to display with the pop-up.
		 */
		function get prompt():String;

		/**
		 * @private
		 */
		function set prompt(value:String):void;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy