org.exoplatform.gwtframework.ui.client
Interface GwtResources.Style

All Superinterfaces:
com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype
Enclosing interface:
GwtResources

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

CSS styles for GWT components.


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
 java.lang.String checkBox()
           
 java.lang.String checkBoxDisabled()
           
 java.lang.String checkBoxTitleLeft()
           
 java.lang.String loaderBackground()
           
 java.lang.String loaderCenteredContent()
           
 java.lang.String loaderImage()
           
 java.lang.String radioButton()
           
 java.lang.String radioButtonDisabled()
           
 java.lang.String textBox()
           
 java.lang.String textBoxDisabled()
           
 java.lang.String textBoxFocused()
           
 java.lang.String transparent()
           
 
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

checkBox

java.lang.String checkBox()
Returns:
String checkbox style

checkBoxDisabled

java.lang.String checkBoxDisabled()
Returns:
String checkbox disabled state style

checkBoxTitleLeft

java.lang.String checkBoxTitleLeft()
Returns:
String checkbox when title is at the left side

radioButton

java.lang.String radioButton()
Returns:
String radio button's style

radioButtonDisabled

java.lang.String radioButtonDisabled()
Returns:
String radio button's style when disabled

textBox

java.lang.String textBox()
Returns:
String text box's style

textBoxFocused

java.lang.String textBoxFocused()
Returns:
String text box's style when has focus

textBoxDisabled

java.lang.String textBoxDisabled()
Returns:
String text box's style in disabled state

transparent

java.lang.String transparent()

loaderBackground

java.lang.String loaderBackground()

loaderCenteredContent

java.lang.String loaderCenteredContent()

loaderImage

java.lang.String loaderImage()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.