interface: Internationalized

public abstract <<interface>> interface: Internationalized
Author: franke (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1850 $ $LastChangedDate: 2008-12-17 13:; Complexity: 1
Dates: Created: 16.07.2009 15:31:55; Modified: 16.07.2009 15:31:55;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {3E44935B-F8B3-49ec-95D7-FBA0583D3C6D}
This interface defines the implementing class as internationalized. All localized messages should be fetched through the getMessage method.
 

Goto: Methods

See also: InternationalizedImpl, ContainerPanelUI, UIPaginatorControl, PubItemVOPresentation

Appears in: appbase

Connections
 
Internationalized Methods
Operation Details
package
bindComponentLabel(
   UIComponent component,
   String placeholder):void
Sequential
Notes: Bind a localized label to a JSF component value.
package
getLabel(
   String placeholder):String
Sequential
Notes: Returns the localized label to a given placeholder.
@return The according localized label.
package
getMessage(
   String placeholder):String
Sequential
Notes: Returns the localized message to a given placeholder.
@return The according localized message.