Class fvaswing.components.FvAlertResources

Description

Localisation properties for FvAlert component.

Field Index

abortLabel, cancelLabel, ignoreLabel, noLabel, okLabel, retryLabel, yesLabel

Method Index

getInstance(), onLocalisationUpdate()

Inherited from Resources

Field Detail

okLabel

public okLabel:String

yesLabel

public yesLabel:String

noLabel

public noLabel:String

abortLabel

public abortLabel:String

cancelLabel

public cancelLabel:String

ignoreLabel

public ignoreLabel:String

retryLabel

public retryLabel:String

Method Detail

getInstance

static public function getInstance():FvAlertResources

Returns FvAlertResources instance.

Singleton design

onLocalisationUpdate

public function onLocalisationUpdate(event:LocalisationEvent):Void

Triggered when Localisation language change.

Specified By

onLocalisationUpdate() in fever.app.local.LocalisationListener

Overrides

onLocalisationUpdate() in fever.core.Resources