Class fvaswing.components.filechooser.events.FvFileChooserModelEvent

Description

Event structure for internal MVC event flow.

Field Index

ERROR, UPDATE

Method Index

new FvFileChooserModelEvent()
getCacheList(), getCurrentPath(), getFileList(), isSuccess(), setSuccess()

Inherited from AbstractEvent

Constructor Detail

FvFileChooserModelEvent

public function FvFileChooserModelEvent(e:EventType, currentPath:String, fileList:Array, cacheList:Array)

Constructor.

Field Detail

UPDATE

static public UPDATE:EventType

ERROR

static public ERROR:EventType

Method Detail

setSuccess

public function setSuccess(b:Boolean):Void

Defines if process has finished successfully or not.

isSuccess

public function isSuccess():Boolean

Indicates event success.

getCurrentPath

public function getCurrentPath():String

Returns current looked path

getFileList

public function getFileList():Array

Returns the entire files list

getCacheList

public function getCacheList():Array

Returns cache'id list used for combobox 'lookin'