public class RenderTextFieldUtil extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
RenderTextFieldUtil.Function |
Constructor and Description |
---|
RenderTextFieldUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
safeFunctionCallOn(com.extjs.gxt.ui.client.widget.Component c,
RenderTextFieldUtil.Function f)
Safe function call on a component, which was rendered or not.
|
static void |
setTextAttr(com.extjs.gxt.ui.client.widget.Text text,
String cssAttrNm,
String attrVal) |
static void |
setTextFieldAttr(com.extjs.gxt.ui.client.widget.form.Field<?> textField,
String cssAttrNm,
String attrVal) |
public static void safeFunctionCallOn(com.extjs.gxt.ui.client.widget.Component c, RenderTextFieldUtil.Function f)
c
- Component object that must be not null.f
- Function object with the function that must be called.public static void setTextFieldAttr(com.extjs.gxt.ui.client.widget.form.Field<?> textField, String cssAttrNm, String attrVal)
Copyright © 2016. All Rights Reserved.