Packagecom.flexicious.components.container
Classpublic class FieldSet
InheritanceFieldSet Inheritance spark.components.BorderContainer

This class extends the border container and attaches a specialized skin to it so it appears similar to a HTML fieldset component. The title property becomes he legend of the FieldSet.

Default MXML PropertymxmlContentFactory



Public Properties
 PropertyDefined By
  title : String
A Title for the fieldset
FieldSet
Public Methods
 MethodDefined By
  
FieldSet
Property Detail
titleproperty
title:String

A Title for the fieldset

This property can be used as the source for data binding.


Implementation
    public function get title():String
    public function set title(value:String):void
Constructor Detail
FieldSet()Constructor
public function FieldSet()