Packagecom.kapit.diagram.proxies
Classpublic class GenericDialog
InheritanceGenericDialog Inheritance mx.containers.Panel

Layout options panel.



Public Properties
 PropertyDefined by
  automaticLayoutChange : Boolean
GenericDialog
  diagramProxy : DiagramProxy
DiagramProxy to which this layout Options belongs
GenericDialog
  _proxy : DiagramProxy
GenericDialog
Public Methods
 MethodDefined by
  
Builds a GenericDialog instance
GenericDialog
  
exportParam(object:Array, keyIndex:int):void
GenericDialog
  
exportParams():void
GenericDialog
  
handleCheck(clickEvent:MouseEvent):void
GenericDialog
  
handleComboChange(listEvent:ListEvent):void
GenericDialog
  
handleFocus(focusEvent:FocusEvent):void
GenericDialog
  
handleRelease(sliderEvent:SliderEvent):void
GenericDialog
  
parseParam(object:Array, keyIndex:int):void
GenericDialog
  
parseParams():void
GenericDialog
Property detail
automaticLayoutChangeproperty
automaticLayoutChange:Boolean  [read-write]Implementation
    public function get automaticLayoutChange():Boolean
    public function set automaticLayoutChange(value:Boolean):void
diagramProxyproperty 
diagramProxy:DiagramProxy  [read-write]

DiagramProxy to which this layout Options belongs

Implementation
    public function get diagramProxy():DiagramProxy
    public function set diagramProxy(value:DiagramProxy):void
_proxyproperty 
public var _proxy:DiagramProxy
Constructor detail
GenericDialog()constructor
public function GenericDialog()

Builds a GenericDialog instance

Method detail
exportParam()method
public function exportParam(object:Array, keyIndex:int):voidParameters
object:Array
 
keyIndex:int
exportParams()method 
public function exportParams():void
handleCheck()method 
public function handleCheck(clickEvent:MouseEvent):voidParameters
clickEvent:MouseEvent
handleComboChange()method 
public function handleComboChange(listEvent:ListEvent):voidParameters
listEvent:ListEvent
handleFocus()method 
public function handleFocus(focusEvent:FocusEvent):voidParameters
focusEvent:FocusEvent
handleRelease()method 
public function handleRelease(sliderEvent:SliderEvent):voidParameters
sliderEvent:SliderEvent
parseParam()method 
public function parseParam(object:Array, keyIndex:int):void

Parameters
object:Array
 
keyIndex:int
parseParams()method 
public function parseParams():void