Packagecom.adobe.portfolio.properties
Classpublic class DefaultProperties
InheritanceDefaultProperties Inheritance CommonProperties Inheritance flash.events.EventDispatcher

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

An empty subclass of CommonProperties that can be used by navigators that do not provide custom properties.



Public Properties
 PropertyDefined By
 InheritedbackgroundGradientIntensity : PropertyNumberValue
The gradient intensity for the Navigator background.
CommonProperties
 InheritedbackgroundGradientOpacity : PropertyNumberValue
The gradient opacity for the Navigator background.
CommonProperties
 InheritedbackgroundGradientType : PropertyValue
The gradient type for the navigator background.
CommonProperties
 InheritedbackgroundImageBlur : PropertyNumberValue
The image blur for the navigator background.
CommonProperties
 InheritedbackgroundImageOpacity : PropertyNumberValue
The image opacity for the Navigator background.
CommonProperties
 InheritedbackgroundImagePosition : PropertyValue
The image position value for the Navigatro background.
CommonProperties
 InheritedbackgroundImagePositionList : PropertyListValue
The image position list for the Navigator background.
CommonProperties
 InheritedbackgroundImageScale : PropertyValue
The image scale value for the Navigator background.
CommonProperties
 InheritedbackgroundImageScaleList : PropertyListValue
The image scale list for the Navigator background.
CommonProperties
 InheritedbackgroundImageSourceList : PropertyListValue
The image source list for the Navigator background.
CommonProperties
 InheritedcardSize : PropertyNumberValue
The card size for cards, as specified by the portfolio context.
CommonProperties
 InheritedembedFonts : PropertyBooleanValue
Checkbox indicating whether or not fonts should be embedded, as specified by the text field context.
CommonProperties
 InheritedfontColor : PropertyColorValue
The font color used by the current text field selection.
CommonProperties
 InheritedfontFamilyList : PropertyListValue
The name of the font family used by the current text field selection.
CommonProperties
 InheritedfontSize : PropertyNumberValue
The font size used by the current text field selection.
CommonProperties
 InheritedfontStyleList : PropertyListValue
The font style used by the current text field selection.
CommonProperties
 InheritedfontUnderlined : PropertyBooleanValue
Indicates whether the font used by the current text field selection is underlined or not.
CommonProperties
 InheritedfontWeightList : PropertyListValue
The font weight used by the current text field selection.
CommonProperties
 InheritedheaderAddImageAction : PropertyActionValue
The action control used to add an image to the Navigator header.
CommonProperties
 InheritedheaderAddTextAction : PropertyActionValue
The action control used to add a text item to the Navigator header.
CommonProperties
 InheritedheaderBackgroundColor : PropertyColorValue
The background color for the Navigator header component.
CommonProperties
 InheritedheaderBackgroundGradientIntensity : PropertyNumberValue
The background gradient intensity for the Navigator header component.
CommonProperties
 InheritedheaderBackgroundGradientType : PropertyListValue
The background gradient type for the Navigator header component.
CommonProperties
 InheritedheaderBackgroundOpacity : PropertyNumberValue
The background opacity for the Navigator header component.
CommonProperties
 InheritedheaderTemplateList : PropertyListValue
The selected template for the Navigator header.
CommonProperties
 Inheritednavigator : UIComponent
[write-only] Sets the navigator hosting this object.
CommonProperties
 InheritedportfolioCardsAngled : PropertyBooleanValue
Indicates whether cards should be shown at random angles or not.
CommonProperties
 InheritedportfolioCardsAutoSize : PropertyBooleanValue
Indicates whether cards should automatically change size when the window size changes
CommonProperties
 InheritedportfolioCardSizeList : PropertyListValue
The card size list for card, as specified by the portfolio context.
CommonProperties
 InheritedportfolioEmbedFonts : PropertyBooleanValue
Checkbox indicating whether or not fonts should be embedded, as specified by the portfolio context.
CommonProperties
 InheritedportfolioFontName : PropertyValue
The name of the Portfolio font
CommonProperties
 InheritedportfolioFontSize : PropertyNumberValue
The font size of the Portfolio font
CommonProperties
 InheritedportfolioFontStyle : PropertyValue
The font style of the Portfolio font
CommonProperties
 Inheritedskin : SkinValue
The current theme (skin), as specified by the activeValue of skinList.
CommonProperties
 InheritedskinList : PropertyListValue
The property list of themes (skins) available to this Navigator.
CommonProperties
Protected Properties
 PropertyDefined By
 InheritedheaderContext : PropertyContext
The header property context
CommonProperties
 InheritedportfolioContext : PropertyContext
The portfolio property context
CommonProperties
 InheritedtextFieldContext : PropertyContext
The text field property context.
CommonProperties
Public Methods
 MethodDefined By
  
Constructor
DefaultProperties
 Inherited
getCardSize(sizeName:String):Number
Returns the size, in pixels, of cards with the specified size name
CommonProperties
 Inherited
Returns the current property context for the type of context specified by contextName.
CommonProperties
 Inherited
setCurrentContext(propertyContext:PropertyContext, id:Object, clearing:Boolean = false):void
Set the current propertyContext
CommonProperties
 Inherited
setCurrentContextByName(contextName:String, id:Object):void
Sets the current property context to the one with the given name.
CommonProperties
 Inherited
unloadSkin(update:Boolean):void
Unloads the current skin.
CommonProperties
Protected Methods
 MethodDefined By
  
[override] Returns the property files used by this class as an XML List.
DefaultProperties
 Inherited
Returns the name of the default non-global property context.
CommonProperties
 Inherited
Loads known properties from a property context.
CommonProperties
 Inherited
loadSkin():void
Loads the current skin, as specified by the activeValue of skinList.
CommonProperties
 Inherited
An event listener than is invoked when the PropertyManager has finished loading a property context.
CommonProperties
 Inherited
onLoadXMLCompleteOrError(event:Event):void
An event listener than is invoked when a load XML command has completed or has generated an error.
CommonProperties
 Inherited
onSkinModuleLoadError(moduleURL:String):void
Displays an error message to the user that the given skin resource could not be found.
CommonProperties
 Inherited
onValueChange(event:PropertyChangeEvent):void
A common event listener for handling changed properties.
CommonProperties
Public Constants
 ConstantDefined By
 InheritedBACKGROUND_IMAGE_SOURCE_URL : String = navigator/backgroundImage.ext
[static] The URL for the source of the background image
CommonProperties
 InheritedCONTEXT_BACKGROUND : String = com.adobe.navigator.background
[static] The string to specify the context name for Navigator backgrounds
CommonProperties
 InheritedCONTEXT_CLEAR : String
[static] The string used to clear the current context
CommonProperties
 InheritedCONTEXT_HEADER : String = com.adobe.navigator.header
[static] The string to specify the context name for Navigator headers
CommonProperties
 InheritedCONTEXT_INITIALIZE : String = com.adobe.navigator.initalize
[static] The string to specify the context name for Navigator initialization
CommonProperties
 InheritedCONTEXT_PORTFOLIO : String = com.adobe.navigator.portfolio
[static] The string to specify the context name for Navigator Portfolios
CommonProperties
 InheritedCONTEXT_TEXTFIELD : String = com.adobe.navigator.textField
[static] The string to specify the context name for Navigator text fields
CommonProperties
 InheritedCONTEXT_THEMES : String = com.adobe.navigator.themes
[static] The string to specify the context name for Navigator themes (skins)
CommonProperties
 InheritedIMPORTED_THEME_NAME : String = user_theme
[static]
CommonProperties
 InheritedPROPERTY_ADD_IMAGE : String = addImage
[static] The string to specify the add image property
CommonProperties
 InheritedPROPERTY_ADD_SWF : String = addSwf
[static] The string to specify the add swf property
CommonProperties
 InheritedPROPERTY_ADD_TEXT : String = addText
[static] The string to specify the add text property
CommonProperties
 InheritedPROPERTY_BACKGROUND_COLOR : String = backgroundColor
[static] The string to specify the background color property
CommonProperties
 InheritedPROPERTY_BACKGROUND_OPACITY : String = backgroundOpacity
[static] The string to specify the background opacity property
CommonProperties
 InheritedPROPERTY_CARDS_ANGLED : String = cardsAngled
[static] The string to specify the cards angled property available to clients
CommonProperties
 InheritedPROPERTY_CARDS_AUTOSIZE : String = cardsAutoSize
[static] The string to specify the cards autosized property available to clients
CommonProperties
 InheritedPROPERTY_CARD_SIZE : String = cardSize
[static] The string to specify the card size property available to clients
CommonProperties
 InheritedPROPERTY_CARD_SIZE_LARGE : String = large
[static] The largest of the card size images
CommonProperties
 InheritedPROPERTY_CARD_SIZE_MEDIUM : String = medium
[static] The medium images size for a card
CommonProperties
 InheritedPROPERTY_CARD_SIZE_SMALL : String = small
[static] The smallest of the card image sizes
CommonProperties
 InheritedPROPERTY_EMBED_FONTS : String = embedFonts
[static] The string to specify the embed fonts property available to clients
CommonProperties
 InheritedPROPERTY_FILE_PLACEHOLDER : String = nothing
[static] Indicates that the image source is a placeholder only
CommonProperties
 InheritedPROPERTY_FILE_REMOVE : String = remove
[static] Removes the image source
CommonProperties
 InheritedPROPERTY_FILE_SELECT : String = select
[static] The "select" choice for the image source property
CommonProperties
 InheritedPROPERTY_GRADIENT_INTENSITY : String = gradientIntensity
[static] The string to specify the gradient intensity property available to clients
CommonProperties
 InheritedPROPERTY_GRADIENT_OPACITY : String = gradientOpacity
[static] The string to specify the gradient opacity property available to clients
CommonProperties
 InheritedPROPERTY_GRADIENT_TYPE : String = gradientType
[static] The string to specify the gradient type property available to clients
CommonProperties
 InheritedPROPERTY_IMAGE_BLUR : String = imageBlur
[static] The string to specify the image blur property available to clients
CommonProperties
 InheritedPROPERTY_IMAGE_OPACITY : String = imageOpacity
[static] The string to specify the image opacity property available to clients
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION : String = imagePosition
[static] The string to specify the image position property available to clients
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_BOTTOM_CENTER : String = bottomCenter
[static] Displays image so its bottom edge is aligned with the bottom of the window and the image's horizontal center is aligned with the horizontal center of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_BOTTOM_LEFT : String = bottomLeft
[static] Displays image so its bottom edge is aligned with the bottom of the window and the image's left edge is aligned with the left of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_BOTTOM_RIGHT : String = bottomRight
[static] Displays image so its bottom edge is aligned with the bottom of the window and the image's right edge is aligned with the right of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_MIDDLE_CENTER : String = center
[static] Displays image relative to the center of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_MIDDLE_LEFT : String = middleLeft
[static] Displays image so its vertical center is aligned with the vertical center of the window and the image's left edge is aligned with the left of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_MIDDLE_RIGHT : String = middleRight
[static] Displays image so its vertical center is aligned with the vertical center of the window and the image's right edge is aligned with the right of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_TOP_CENTER : String = topCenter
[static] Displays image so its top edge is aligned with the top of the window and the image's horizontal center is aligned with the horizontal center of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_TOP_LEFT : String = topLeft
[static] Displays image so its top edge is aligned with the top of the window and the image's left edge is aligned with the left of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_POSITION_TOP_RIGHT : String = topRight
[static] Displays image so its top edge is aligned with the top of the window and the image's right edge is aligned with the right of the window.
CommonProperties
 InheritedPROPERTY_IMAGE_SCALE : String = imageScale
[static] The string to specify the image scale property available to clients
CommonProperties
 InheritedPROPERTY_IMAGE_SCALE_ACTUAL_SIZE : String = actualSize
[static] Displays image at its full resolution (not scaled).
CommonProperties
 InheritedPROPERTY_IMAGE_SCALE_ACTUAL_SIZE_TILED : String = actualSizeTiled
[static] Images are tiled (repeated) until the entire containing window is filled with the original image.
CommonProperties
 InheritedPROPERTY_IMAGE_SCALE_NO_BORDER : String = noBorder
[static] Displays image scaled to fill the containing window, but clipping may occur on the top and bottom or sides.
CommonProperties
 InheritedPROPERTY_IMAGE_SCALE_SHOW_ALL : String = showAll
[static] Displays image scaled to fill the containing window without clipping on the top, bottom or sides.
CommonProperties
 InheritedPROPERTY_IMAGE_SOURCE : String = imageSource
[static] The string to specify the image source property available to clients
CommonProperties
 InheritedPROPERTY_IMPORT_THEME : String = importTheme
[static] The string to specify the import theme property available to clients
CommonProperties
 InheritedPROPERTY_INITIALIZED : String = initialized
[static] Indicates the property has been initialized.
CommonProperties
 InheritedPROPERTY_PRESET_LIST : String = presetList
[static] The string to specify the preset list property
CommonProperties
 InheritedPROPERTY_SKINS : String = skins
[static] The string to specify the skins property available to clients
CommonProperties
 InheritedPROPERTY_TEXTFIELD_BOLD : String = bold
[static] Indicates the property's text field should be a bold weight font.
CommonProperties
 InheritedPROPERTY_TEXTFIELD_FONTCOLOR : String = fontColor
[static] The string to specify the text field font color property available to clients
CommonProperties
 InheritedPROPERTY_TEXTFIELD_FONTFAMILY : String = fontFamily
[static] The string to specify the text field font family property available to clients
CommonProperties
 InheritedPROPERTY_TEXTFIELD_FONTSIZE : String = fontSize
[static] The string to specify the text field font size property available to clients
CommonProperties
 InheritedPROPERTY_TEXTFIELD_FONTSTYLE : String = fontStyle
[static] The string to specify the text field font style property available to clients
CommonProperties
 InheritedPROPERTY_TEXTFIELD_FONTUNDERLINED : String = fontUnderlined
[static] The string to specify the text field font underlined property available to clients
CommonProperties
 InheritedPROPERTY_TEXTFIELD_FONTWEIGHT : String = fontWeight
[static] The string to specify the text field font weight property available to clients
CommonProperties
 InheritedPROPERTY_TEXTFIELD_ITALIC : String = italic
[static] Indicates the property's text field should have an italic style.
CommonProperties
 InheritedPROPERTY_TEXTFIELD_NORMAL : String = normal
[static] Indicates the property's text field should be a normal weight font.
CommonProperties
Protected Constants
 ConstantDefined By
 InheritedcollectionManager : CollectionManager
[static] The collection manager instance used by this Navigator
CommonProperties
Constructor Detail
DefaultProperties()Constructor
public function DefaultProperties()

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Constructor

Method Detail
createXMLList()method
override protected function createXMLList():Array

Language Version : ActionScript 3.0
Product Version : Portfolio 10.0
Runtime Versions : Flash Player 10.1, AIR 2.0

Returns the property files used by this class as an XML List. This class does not rely on any additional resource files, so this returns an empty array for property files.

Returns
Array