Package | com.flexcalendar.components.calendar.utils |
Class | public class ResourceBindingHelper |
Inheritance | ResourceBindingHelper ![]() |
Method | Defined By | ||
---|---|---|---|
ResourceBindingHelper | |||
bindString(site:Object, prop:String, key:String, resource:String = FlexCalendar):ChangeWatcher [static]
This function adds binding from resource bundle FlexCalendar to prop property on the site object. | ResourceBindingHelper | ||
bindStringSetter(setter:Function, key:String, resource:String = FlexCalendar):ChangeWatcher [static] | ResourceBindingHelper |
ResourceBindingHelper | () | Constructor |
public function ResourceBindingHelper()
bindString | () | method |
public static function bindString(site:Object, prop:String, key:String, resource:String = FlexCalendar):ChangeWatcher
This function adds binding from resource bundle FlexCalendar to prop property on the site object.
Parameters
site:Object — The Object defining the property to be bound to chain.
| |
prop:String — The name of the public property defined in the site Object to be bound. The property will receive the current value of chain, when the value of chain changes.
| |
key:String — Key name in properties file
| |
resource:String (default = FlexCalendar )
|
ChangeWatcher — A ChangeWatcher instance, if at least one property name has been specified to the chain argument; null otherwise.
|
bindStringSetter | () | method |
public static function bindStringSetter(setter:Function, key:String, resource:String = FlexCalendar):ChangeWatcher
Parameters
setter:Function | |
key:String | |
resource:String (default = FlexCalendar )
|
ChangeWatcher |