| Package | com.kapit.diagram.proxies |
| Class | public class GenericDialog |
| Inheritance | GenericDialog mx.containers.Panel |
| Property | Defined by | ||
|---|---|---|---|
| automaticLayoutChange : Boolean | GenericDialog | ||
| diagramProxy : DiagramProxy
DiagramProxy to which this layout Options belongs
| GenericDialog | ||
| _proxy : DiagramProxy | GenericDialog | ||
| Method | Defined 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 | ||
| automaticLayoutChange | property |
automaticLayoutChange:Boolean [read-write]Implementation
public function get automaticLayoutChange():Boolean
public function set automaticLayoutChange(value:Boolean):void
| diagramProxy | property |
diagramProxy:DiagramProxy [read-write]DiagramProxy to which this layout Options belongs
Implementation public function get diagramProxy():DiagramProxy
public function set diagramProxy(value:DiagramProxy):void
| _proxy | property |
public var _proxy:DiagramProxy
| GenericDialog | () | constructor |
public function GenericDialog()Builds a GenericDialog instance
| 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):voidParameters
object:Array |
|
keyIndex:int |
| parseParams | () | method |
public function parseParams():void