com.sencha.gxt.theme.base.client.field
Class TextFieldDefaultAppearance

java.lang.Object
  extended by com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
      extended by com.sencha.gxt.theme.base.client.field.TextFieldDefaultAppearance
All Implemented Interfaces:
FieldCell.FieldAppearance, TextInputCell.TextFieldAppearance, ValueBaseInputCell.ValueBaseFieldAppearance

public class TextFieldDefaultAppearance
extends ValueBaseFieldDefaultAppearance
implements TextInputCell.TextFieldAppearance


Nested Class Summary
static interface TextFieldDefaultAppearance.TextFieldResources
           
static interface TextFieldDefaultAppearance.TextFieldStyle
           
 
Nested classes/interfaces inherited from class com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
ValueBaseFieldDefaultAppearance.ValueBaseFieldResources, ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle
 
Constructor Summary
TextFieldDefaultAppearance()
           
TextFieldDefaultAppearance(TextFieldDefaultAppearance.TextFieldResources resources)
           
 
Method Summary
 XElement getInputElement(Element parent)
           
 void onResize(XElement parent, int width, int height)
           
 void render(SafeHtmlBuilder sb, java.lang.String type, java.lang.String value, FieldCell.FieldAppearanceOptions options)
           
 
Methods inherited from class com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
onEmpty, onFocus, onValid, setReadOnly
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.sencha.gxt.cell.core.client.form.FieldCell.FieldAppearance
onEmpty, onFocus, onValid, setReadOnly
 

Constructor Detail

TextFieldDefaultAppearance

public TextFieldDefaultAppearance()

TextFieldDefaultAppearance

public TextFieldDefaultAppearance(TextFieldDefaultAppearance.TextFieldResources resources)
Method Detail

getInputElement

public XElement getInputElement(Element parent)
Specified by:
getInputElement in interface ValueBaseInputCell.ValueBaseFieldAppearance

render

public void render(SafeHtmlBuilder sb,
                   java.lang.String type,
                   java.lang.String value,
                   FieldCell.FieldAppearanceOptions options)
Specified by:
render in interface TextInputCell.TextFieldAppearance

onResize

public void onResize(XElement parent,
                     int width,
                     int height)
Specified by:
onResize in interface TextInputCell.TextFieldAppearance


Copyright © 2012. All Rights Reserved.