Package | feathers.controls.text |
Interface | public interface ITextEditorViewPort extends ITextEditor, IViewPort, IFeathersControl, IFeathersControl, ITextBaselineControl, IValidating, IMeasureDisplayObject |
Implementors | TextFieldTextEditorViewPort |
Product Version : | Feathers 1.1.0 |
See also
Property | Defined By | ||
---|---|---|---|
alpha : Number
The opacity of the display object. | IFeathersDisplayObject | ||
base : DisplayObject [read-only]
The top-most object of the display tree that the display object is
connected to. | IFeathersDisplayObject | ||
baseline : Number [read-only]
Returns the text baseline measurement, in pixels. | ITextBaselineControl | ||
blendMode : String
The blend mode used when rendering the display object. | IFeathersDisplayObject | ||
bounds : Rectangle [read-only]
The bounds of the display object in its local coordinate space. | IFeathersDisplayObject | ||
contentX : Number [read-only] | IViewPort | ||
contentY : Number [read-only] | IViewPort | ||
depth : int [read-only]
The component's depth in the display list, relative to the stage. | IValidating | ||
displayAsPassword : Boolean
Determines if the entered text will be masked so that it cannot be
seen, such as for a password input. | ITextEditor | ||
effectsSuspended : Boolean [read-only]
Indicates if effects have been suspended. | IFeathersControl | ||
explicitHeight : Number [read-only]
The height value explicitly set by passing a value to the
height setter or by calling the setSize()
function. | IMeasureDisplayObject | ||
explicitMaxHeight : Number [read-only]
The maximum height value explicitly set by passing a value to the
maxHeight setter. | IMeasureDisplayObject | ||
explicitMaxWidth : Number [read-only]
The maximum width value explicitly set by passing a value to the
maxWidth setter. | IMeasureDisplayObject | ||
explicitMinHeight : Number [read-only]
The minimum height value explicitly set by passing a value to the
minHeight setter. | IMeasureDisplayObject | ||
explicitMinWidth : Number [read-only]
The minimum width value explicitly set by passing a value to the
minWidth setter. | IMeasureDisplayObject | ||
explicitWidth : Number [read-only]
The width value explicitly set by passing a value to the
width setter or to the setSize() method. | IMeasureDisplayObject | ||
filter : FragmentFilter
The filter used when rendering the display object. | IFeathersDisplayObject | ||
fontStyles : FontStylesSet
The internal font styles used to render the text that are passed down
from the parent component. | ITextEditor | ||
height : Number
The height of the display object in the parent's coordinate space. | IFeathersDisplayObject | ||
horizontalScrollPosition : Number | IViewPort | ||
horizontalScrollStep : Number [read-only] | IViewPort | ||
isCreated : Boolean [read-only]
Determines if the component has been initialized and validated for
the first time. | IFeathersControl | ||
isEditable : Boolean
Determines if the text is editable. | ITextEditor | ||
isEnabled : Boolean
Indicates whether the control is interactive or not. | IFeathersControl | ||
isInitialized : Boolean [read-only]
Determines if the component has been initialized yet. | IFeathersControl | ||
isSelectable : Boolean
If the isEditable property is set to false,
the isSelectable property determines if the text is
selectable. | ITextEditor | ||
mask : DisplayObject
The display object's mask. | IFeathersDisplayObject | ||
maxChars : int
The maximum number of characters that may be entered. | ITextEditor | ||
maxHeight : Number
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IMeasureDisplayObject | ||
maxVisibleHeight : Number | IViewPort | ||
maxVisibleWidth : Number | IViewPort | ||
maxWidth : Number
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IMeasureDisplayObject | ||
minHeight : Number
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IMeasureDisplayObject | ||
minVisibleHeight : Number | IViewPort | ||
minVisibleWidth : Number | IViewPort | ||
minWidth : Number
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IMeasureDisplayObject | ||
name : String
The name of the display object. | IFeathersDisplayObject | ||
paddingBottom : Number
The padding between the bottom edge of the viewport and the text. | ITextEditorViewPort | ||
paddingLeft : Number
The padding between the left edge of the viewport and the text. | ITextEditorViewPort | ||
paddingRight : Number
The padding between the right edge of the viewport and the text. | ITextEditorViewPort | ||
paddingTop : Number
The padding between the top edge of the viewport and the text. | ITextEditorViewPort | ||
parent : DisplayObjectContainer [read-only]
The display object's parent, or null if it doesn't have
a parent. | IFeathersDisplayObject | ||
pivotX : Number
The x coordinate of the display object's origin in its own coordinate
space. | IFeathersDisplayObject | ||
pivotY : Number
The y coordinate of the display object's origin in its own coordinate
space. | IFeathersDisplayObject | ||
requiresMeasurementOnScroll : Boolean [read-only] | IViewPort | ||
restrict : String
Limits the set of characters that may be entered. | ITextEditor | ||
root : DisplayObject [read-only]
| IFeathersDisplayObject | ||
rotation : Number
The rotation of the display object, in radians. | IFeathersDisplayObject | ||
scaleX : Number
This horizontal scale factor. | IFeathersDisplayObject | ||
scaleY : Number
The vertical scale factor. | IFeathersDisplayObject | ||
selectionBeginIndex : int [read-only]
The index of the first character of the selection. | ITextEditor | ||
selectionEndIndex : int [read-only]
The index of the last character of the selection. | ITextEditor | ||
setTouchFocusOnEndedPhase : Boolean [read-only]
Determines if the owner should call setFocus() on
TouchPhase.ENDED or on TouchPhase.BEGAN. | ITextEditor | ||
skewX : Number
The horizontal skew, in radians. | IFeathersDisplayObject | ||
skewY : Number
The vertical skew, in radians. | IFeathersDisplayObject | ||
stage : Stage [read-only]
The stage that the display object is connected to, or null
if it is not connected to a stage. | IFeathersDisplayObject | ||
styleName : String
The concatenated styleNameList, with values separated
by spaces. | IFeathersControl | ||
styleNameList : TokenList [read-only]
Contains a list of all "styles" assigned to this control. | IFeathersControl | ||
styleProvider : IStyleProvider
When a component initializes, a style provider may be used to set
properties that affect the component's visual appearance. | IFeathersControl | ||
text : String
The text displayed by the editor. | ITextEditor | ||
toolTip : String
Text to display in a tool tip to when hovering over this component,
if the ToolTipManager is enabled. | IFeathersControl | ||
touchable : Boolean
Determines if the display object may be touched. | IFeathersDisplayObject | ||
transformationMatrix : Matrix [read-only]
The transformation matrix of the display object, relative to its
parent. | IFeathersDisplayObject | ||
useHandCursor : Boolean
Determines if the mouse cursor should turn into a hand when the mouse
is over the display object. | IFeathersDisplayObject | ||
verticalScrollPosition : Number | IViewPort | ||
verticalScrollStep : Number [read-only] | IViewPort | ||
visible : Boolean
Determines the visibility of the display object. | IFeathersDisplayObject | ||
visibleHeight : Number | IViewPort | ||
visibleWidth : Number | IViewPort | ||
width : Number
The width of the display object in the parent's coordinate space. | IFeathersDisplayObject | ||
x : Number
The x, or horizontal, position of the display object in the parent's
coordinate space. | IFeathersDisplayObject | ||
y : Number
The y, or vertical, position of the display object in the parent's
coordinate space. | IFeathersDisplayObject |
paddingBottom | property |
paddingBottom:Number
The padding between the bottom edge of the viewport and the text.
public function get paddingBottom():Number
public function set paddingBottom(value:Number):void
paddingLeft | property |
paddingLeft:Number
The padding between the left edge of the viewport and the text.
public function get paddingLeft():Number
public function set paddingLeft(value:Number):void
paddingRight | property |
paddingRight:Number
The padding between the right edge of the viewport and the text.
public function get paddingRight():Number
public function set paddingRight(value:Number):void
paddingTop | property |
paddingTop:Number
The padding between the top edge of the viewport and the text.
public function get paddingTop():Number
public function set paddingTop(value:Number):void