Uses of Interface
com.tekann.i18n.Internacionalizable

Packages that use Internacionalizable
com.tekann.codegen.pda   
com.tekann.i18n   
 

Uses of Internacionalizable in com.tekann.codegen.pda
 

Subinterfaces of Internacionalizable in com.tekann.codegen.pda
 interface IEditForm
          Interface represents a "detail" container.
 interface IFilterForm
          Interface represents a filter for grid.
 interface IForm
          Used by all kind of forms.
 interface ILoginForm
          Interface represents a form mapped with DTO object.
 interface IMain
          Interface implementada pela classe principal.
 interface IStepForm
          Interface represents a step-by-step form.
 interface ITableForm
          Interface represents a form based on a table.
 interface IViewForm
          Interface represents a form based on a table.
 

Classes in com.tekann.codegen.pda that implement Internacionalizable
 class FilterForm
          This class is used to make possible the use of a filter in the TKN Mobile Studio.
 

Uses of Internacionalizable in com.tekann.i18n
 

Methods in com.tekann.i18n with parameters of type Internacionalizable
static I18n I18nBundle.getBundle(Locale locale, Internacionalizable i)
           
 

Constructors in com.tekann.i18n with parameters of type Internacionalizable
I18n(Locale locale, Internacionalizable i)