org.drools.guvnor.client.widgets.tables
Interface GuvnorSimplePager.Style

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.ResourcePrototype
Enclosing class:
GuvnorSimplePager

public static interface GuvnorSimplePager.Style
extends com.google.gwt.resources.client.CssResource

Styles used by this widget.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict
 
Method Summary
 String button()
          Applied to buttons.
 String disabledButton()
          Applied to disabled buttons.
 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
 

Method Detail

button

String button()
Applied to buttons.


disabledButton

String disabledButton()
Applied to disabled buttons.


pageDetails

String pageDetails()
Applied to the details text.



Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.