com.sencha.gxt.widget.core.client.form
Interface FieldLabel.FieldLabelAppearance

All Known Implementing Classes:
FieldLabelDefaultAppearance
Enclosing class:
FieldLabel

public static interface FieldLabel.FieldLabelAppearance

Describes the appearance for a FieldLabel object. Different from most appearance objects, as it must provide direct access to the wrapper element instead of just access to set and get the properties of the UI.


Method Summary
 void clearLabelFor(XElement parent)
           
 XElement getChildElementWrapper(XElement parent)
           
 XElement getLabelElement(XElement parent)
           
 java.lang.String getLabelHtml(XElement parent)
           
 java.lang.String getLabelText(XElement parent)
           
 void onUpdateOptions(XElement parent, FieldLabel.FieldLabelOptions options)
           
 void render(SafeHtmlBuilder sb, java.lang.String id, FieldLabel.FieldLabelOptions label)
           
 void setLabelFor(XElement parent, java.lang.String id)
           
 

Method Detail

clearLabelFor

void clearLabelFor(XElement parent)

getChildElementWrapper

XElement getChildElementWrapper(XElement parent)

getLabelElement

XElement getLabelElement(XElement parent)

getLabelHtml

java.lang.String getLabelHtml(XElement parent)

getLabelText

java.lang.String getLabelText(XElement parent)

onUpdateOptions

void onUpdateOptions(XElement parent,
                     FieldLabel.FieldLabelOptions options)

render

void render(SafeHtmlBuilder sb,
            java.lang.String id,
            FieldLabel.FieldLabelOptions label)

setLabelFor

void setLabelFor(XElement parent,
                 java.lang.String id)


Copyright © 2012. All Rights Reserved.