| Package | com.elfgrid.events |
| Class | public class ElfGridEditorEvent |
| Inheritance | ElfGridEditorEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| commitValue : Boolean = true | ElfGridEditorEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
ElfGridEditorEvent(type:String, commitValueVal:Boolean = true, bubbles:Boolean = false, cancelable:Boolean = false)
| ElfGridEditorEvent | ||
|
clone():Event
| ElfGridEditorEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| EDITOR_CLOSE : String = "editorClose" [static]
| ElfGridEditorEvent | ||
| EDITOR_OPEN : String = "editorOpen" [static]
| ElfGridEditorEvent | ||
| commitValue | property |
public var commitValue:Boolean = true
| ElfGridEditorEvent | () | constructor |
public function ElfGridEditorEvent(type:String, commitValueVal:Boolean = true, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
commitValueVal:Boolean (default = true) |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| EDITOR_CLOSE | constant |
public static const EDITOR_CLOSE:String = "editorClose"
| EDITOR_OPEN | constant |
public static const EDITOR_OPEN:String = "editorOpen"