Class fvaswing.components.datechooser.FvCalendarResources

Description

Localisation properties for FvCalendar component.

Field Index

monthNavigation, monthSelection, title, yearNavigation, yearSelection

Method Index

getInstance(), onLocalisationUpdate()

Inherited from Resources

Field Detail

title

public title:String

monthNavigation

public monthNavigation:String

monthSelection

public monthSelection:String

yearNavigation

public yearNavigation:String

yearSelection

public yearSelection:String

Method Detail

getInstance

static public function getInstance():FvCalendarResources

Returns FvCalendarResources 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