Interface SimplePager.ImageButtonsConstants
-
- All Superinterfaces:
Constants,Localizable,Localizable,LocalizableResource
- Enclosing class:
- SimplePager
public static interface SimplePager.ImageButtonsConstants extends Constants
Constant for labeling the simple pager navigationalSimplePager.ImageButtons
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.Constants
Constants.DefaultBooleanValue, Constants.DefaultDoubleValue, Constants.DefaultFloatValue, Constants.DefaultIntValue, Constants.DefaultStringArrayValue, Constants.DefaultStringMapValue, Constants.DefaultStringValue
-
Nested classes/interfaces inherited from interface com.google.gwt.i18n.client.LocalizableResource
LocalizableResource.DefaultLocale, LocalizableResource.Description, LocalizableResource.Generate, LocalizableResource.GeneratedFrom, LocalizableResource.GenerateKeys, LocalizableResource.Key, LocalizableResource.Meaning
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringfastForward()java.lang.StringfirstPage()java.lang.StringlastPage()java.lang.StringnextPage()java.lang.StringprevPage()
-
-
-
Method Detail
-
fastForward
@DefaultStringValue("Fast forward") java.lang.String fastForward()
-
firstPage
@DefaultStringValue("First page") java.lang.String firstPage()
-
lastPage
@DefaultStringValue("Last page") java.lang.String lastPage()
-
nextPage
@DefaultStringValue("Next page") java.lang.String nextPage()
-
prevPage
@DefaultStringValue("Previous page") java.lang.String prevPage()
-
-