Packageat.fhjoanneum.dmt.umj.core.display.settingsui.components.deprecated
Classpublic class UltraEditor
InheritanceUltraEditor Inheritance spark.components.Group
Implements mx.binding.IBindingClient

A visual component spark group that is deprecated and no longer used.

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  btBold : ToggleButton
UltraEditor
  btItalic : ToggleButton
UltraEditor
  btLink : ToggleButton
UltraEditor
  btOlist : ToggleButton
UltraEditor
  btRlist : ToggleButton
UltraEditor
  btStrike : ToggleButton
UltraEditor
  btUlist : ToggleButton
UltraEditor
  btUnderline : ToggleButton
UltraEditor
  cbFont : DropDownList
UltraEditor
  cbSize : ComboBox
UltraEditor
  cpColor : ColorPicker
UltraEditor
  fontFamily : String = Arial
UltraEditor
  fontSize : int = 12
UltraEditor
  position : String
UltraEditor
  richEditor : TextArea
UltraEditor
  sourceText : String
UltraEditor
  sourceTextFlow : TextFlow
UltraEditor
  text : String
UltraEditor
  textFlow : TextFlow
UltraEditor
  txLink : TextInput
UltraEditor
Public Methods
 MethodDefined By
  
Constructor.
UltraEditor
  
setText(value:String):void
UltraEditor
  
setTextFlow(value:TextFlow):void
UltraEditor
Protected Methods
 MethodDefined By
  
UltraEditor
  
goLink():void
UltraEditor
  
insertTab(event:KeyboardEvent):void
UltraEditor
  
onChange(event:TextOperationEvent):void
UltraEditor
  
onCreationComplete(event:FlexEvent):void
UltraEditor
  
onKeyFocusChange(event:FocusEvent):void
UltraEditor
  
onSetUnderline(event:KeyboardEvent):void
UltraEditor
  
passTab(event:KeyboardEvent):void
UltraEditor
  
UltraEditor
  
removeList():void
UltraEditor
  
removeTab(event:KeyboardEvent):void
UltraEditor
  
UltraEditor
  
setColor(color:uint = 0, selector:Boolean = true):void
UltraEditor
  
setFont():void
UltraEditor
  
setItalic():void
UltraEditor
  
setLink():void
UltraEditor
  
setOList():void
UltraEditor
  
setSize(number:int = -1):void
UltraEditor
  
setStrike():void
UltraEditor
  
setUList():void
UltraEditor
  
UltraEditor
Property Detail
btBoldproperty
public var btBold:ToggleButton

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

btItalicproperty 
public var btItalic:ToggleButton

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

btLinkproperty 
public var btLink:ToggleButton

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

btOlistproperty 
public var btOlist:ToggleButton

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

btRlistproperty 
public var btRlist:ToggleButton

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

btStrikeproperty 
public var btStrike:ToggleButton

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

btUlistproperty 
public var btUlist:ToggleButton

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

btUnderlineproperty 
public var btUnderline:ToggleButton

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

cbFontproperty 
public var cbFont:DropDownList

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

cbSizeproperty 
public var cbSize:ComboBox

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

cpColorproperty 
public var cpColor:ColorPicker

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

fontFamilyproperty 
public var fontFamily:String = Arial

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

fontSizeproperty 
public var fontSize:int = 12

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

positionproperty 
position:String


Implementation
    public function get position():String
    public function set position(value:String):void
richEditorproperty 
public var richEditor:TextArea

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

sourceTextproperty 
sourceText:String


Implementation
    public function get sourceText():String
    public function set sourceText(value:String):void
sourceTextFlowproperty 
sourceTextFlow:TextFlow


Implementation
    public function get sourceTextFlow():TextFlow
    public function set sourceTextFlow(value:TextFlow):void
textproperty 
public var text:String

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

textFlowproperty 
public var textFlow:TextFlow

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

txLinkproperty 
public var txLink:TextInput

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

Constructor Detail
UltraEditor()Constructor
public function UltraEditor()

Constructor.

Method Detail
changeValues()method
protected function changeValues():void

goLink()method 
protected function goLink():void

insertTab()method 
protected function insertTab(event:KeyboardEvent):void

Parameters

event:KeyboardEvent

onChange()method 
protected function onChange(event:TextOperationEvent):void

Parameters

event:TextOperationEvent

onCreationComplete()method 
protected function onCreationComplete(event:FlexEvent):void

Parameters

event:FlexEvent

onKeyFocusChange()method 
protected function onKeyFocusChange(event:FocusEvent):void

Parameters

event:FocusEvent

onSetUnderline()method 
protected function onSetUnderline(event:KeyboardEvent):void

Parameters

event:KeyboardEvent

passTab()method 
protected function passTab(event:KeyboardEvent):void

Parameters

event:KeyboardEvent

registerFocus()method 
protected function registerFocus():void

removeList()method 
protected function removeList():void

removeTab()method 
protected function removeTab(event:KeyboardEvent):void

Parameters

event:KeyboardEvent

selectionChange()method 
protected function selectionChange():void

setColor()method 
protected function setColor(color:uint = 0, selector:Boolean = true):void

Parameters

color:uint (default = 0)
 
selector:Boolean (default = true)

setFont()method 
protected function setFont():void

setItalic()method 
protected function setItalic():void

setLink()method 
protected function setLink():void

setOList()method 
protected function setOList():void

setSize()method 
protected function setSize(number:int = -1):void

Parameters

number:int (default = -1)

setStrike()method 
protected function setStrike():void

setText()method 
public function setText(value:String):void

Parameters

value:String

setTextFlow()method 
public function setTextFlow(value:TextFlow):void

Parameters

value:TextFlow

setUList()method 
protected function setUList():void

setUnderline()method 
protected function setUnderline():void