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

java.lang.Object
  extended by com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
      extended by com.sencha.gxt.theme.base.client.field.TextAreaDefaultAppearance
All Implemented Interfaces:
FieldCell.FieldAppearance, TextAreaInputCell.TextAreaAppearance, ValueBaseInputCell.ValueBaseFieldAppearance

public class TextAreaDefaultAppearance
extends ValueBaseFieldDefaultAppearance
implements TextAreaInputCell.TextAreaAppearance


Nested Class Summary
static interface TextAreaDefaultAppearance.TextAreaResources
           
static interface TextAreaDefaultAppearance.TextAreaStyle
           
 
Nested classes/interfaces inherited from class com.sencha.gxt.theme.base.client.field.ValueBaseFieldDefaultAppearance
ValueBaseFieldDefaultAppearance.ValueBaseFieldResources, ValueBaseFieldDefaultAppearance.ValueBaseFieldStyle
 
Constructor Summary
TextAreaDefaultAppearance()
           
TextAreaDefaultAppearance(TextAreaDefaultAppearance.TextAreaResources resources)
           
 
Method Summary
 XElement getInputElement(Element parent)
           
 void onResize(XElement parent, int width, int height)
           
 void render(SafeHtmlBuilder sb, 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

TextAreaDefaultAppearance

public TextAreaDefaultAppearance()

TextAreaDefaultAppearance

public TextAreaDefaultAppearance(TextAreaDefaultAppearance.TextAreaResources resources)
Method Detail

render

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

getInputElement

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

onResize

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


Copyright © 2012. All Rights Reserved.