| Package | com.jwopitz.containers |
| Class | public class FieldSet |
| Inheritance | FieldSet mx.containers.Box |
The <jwo_lib:FieldSet> tag inherits all of the tag
attributes of its superclass, and adds the following tag attributes:
<jwo_lib:FieldSet
Properties
title=""
Styles
titleAlign="left|center|right"
titleGap="2"
titleStyleName="bold"
>
...
child tags
...
</jwo_lib:FieldSet>
See also
| Property | Defined by | ||
|---|---|---|---|
| title : String
The string value of the FieldSet's title.
| FieldSet | ||
| Method | Defined by | ||
|---|---|---|---|
|
getTitlePoint():Point
Calculates the targeted origin pt of the title textField based on titleAlignment.
| FieldSet | ||
|
layoutChrome(unscaledWidth:Number, unscaledHeight:Number):void
| FieldSet | ||
| title | property |
title:String [read-write]The string value of the FieldSet's title.
This property can be used as the source for data binding.
Implementation public function get title():String
public function set title(value:String):void
| getTitlePoint | () | method |
protected function getTitlePoint():PointCalculates the targeted origin pt of the title textField based on titleAlignment.
ReturnsPoint — A point whose x and y coordinates are the location for the tilte textField.
|
| layoutChrome | () | method |
protected override function layoutChrome(unscaledWidth:Number, unscaledHeight:Number):voidParameters
unscaledWidth:Number |
|
unscaledHeight:Number |