org.exoplatform.gwtframework.ui.client
Interface TextInputResource.Style
- All Superinterfaces:
- com.google.gwt.resources.client.CssResource, com.google.gwt.resources.client.CssResourceBase, com.google.gwt.resources.client.ResourcePrototype
- Enclosing interface:
- TextInputResource
public static interface TextInputResource.Style
- extends com.google.gwt.resources.client.CssResource
CSS style resource.
| 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 |
| Methods inherited from interface com.google.gwt.resources.client.CssResource |
ensureInjected, getText |
| Methods inherited from interface com.google.gwt.resources.client.ResourcePrototype |
getName |
textInput
java.lang.String textInput()
- Returns:
String style of text input
textInputDisabled
java.lang.String textInputDisabled()
- Returns:
String style of text input, when it's in disabled state
textInputWithTopTitle
java.lang.String textInputWithTopTitle()
- Returns:
String style of text input, when it's title has top orientation
textInputTitle
java.lang.String textInputTitle()
- Returns:
String style of text input's title
textInputTitleHidden
java.lang.String textInputTitleHidden()
- Returns:
String style of text input's title, when it's not shown
textInputTitleTop
java.lang.String textInputTitleTop()
- Returns:
String style of text input's title with top orientation
textInputTitleLeft
java.lang.String textInputTitleLeft()
- Returns:
String style of text input's title with left orientation
textInputTitleRight
java.lang.String textInputTitleRight()
- Returns:
String style of text input's title with right orientation
textAlignCenter
java.lang.String textAlignCenter()
- Returns:
String style of text input's title with text align center
textAlignLeft
java.lang.String textAlignLeft()
- Returns:
String style of text input's title with text align left
textAlignRight
java.lang.String textAlignRight()
- Returns:
String style of text input's title with text align right
Copyright © 2013 eXo Platform SAS. All Rights Reserved.