com.github.gwtbootstrap.datepicker.client.ui.base
Interface HasLanguage

All Known Subinterfaces:
HasAllDatePickerHandlers
All Known Implementing Classes:
DateBox, DateBoxBase

public interface HasLanguage

Define the element to have language support.

Since:
2.0.4.0
Author:
Carlos Alexandro Becker

Method Summary
 void setLanguage(String language)
          Setup the language of the component.
 

Method Detail

setLanguage

void setLanguage(String language)
Setup the language of the component. Depend on the JS plugin behavior, it can not work after the widget is already visible.

Parameters:
language: - the language.


Copyright © 2012 gwtbootstrap. All Rights Reserved.