Interface SimplePager.Style
-
- All Superinterfaces:
CssResource
,CssResourceBase
,ResourcePrototype
- Enclosing class:
- SimplePager
public static interface SimplePager.Style extends CssResource
Styles used by this widget.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
CssResource.ClassName, CssResource.Import, CssResource.ImportedWithPrefix, CssResource.NotStrict, CssResource.Shared, CssResource.Strict
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
button()
Applied to buttons.java.lang.String
disabledButton()
Applied to disabled buttons.java.lang.String
pageDetails()
Applied to the details text.-
Methods inherited from interface com.google.gwt.resources.client.CssResource
ensureInjected, getText
-
Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype
getName
-
-