|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smartgwt.client.core.JsObject
com.smartgwt.client.core.DataClass
com.smartgwt.client.core.RefDataClass
com.smartgwt.client.widgets.form.fields.FormItem
com.smartgwt.client.widgets.form.fields.BlurbItem
public class BlurbItem
FormItem intended for inserting blurbs of instructional HTML into DynamicForms.
Set the defaultValue of
this item to the HTML you want to embed in the form.
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
BlurbItem()
|
|
BlurbItem(JavaScriptObject jsObj)
|
|
BlurbItem(String name)
|
|
| Method Summary | |
|---|---|
Boolean |
getClipValue()
If true, text that exceeds the specified size of the form item will be clipped |
int |
getColSpan()
By default, texts span all remaining columns |
static BlurbItem |
getOrCreateRef(JavaScriptObject jsObj)
|
Boolean |
getShowTitle()
Blurb items show no title by default. |
String |
getTextBoxStyle()
Base css style for this item. |
Boolean |
getWrap()
If true, item contents can wrap. |
void |
setClipValue(Boolean clipValue)
If true, text that exceeds the specified size of the form item will be clipped |
void |
setColSpan(int colSpan)
By default, texts span all remaining columns |
void |
setJavaScriptObject(JavaScriptObject jsObj)
|
void |
setShowTitle(Boolean showTitle)
Blurb items show no title by default. |
void |
setTextBoxStyle(String textBoxStyle)
Base css style for this item. |
void |
setWrap(Boolean wrap)
If true, item contents can wrap. |
| Methods inherited from class com.smartgwt.client.core.RefDataClass |
|---|
getRef, getRef |
| Methods inherited from class com.smartgwt.client.core.DataClass |
|---|
doAddHandler, fireEvent, getAttributeAsDoubleArray, getAttributeAsIntArray, getAttributeAsLong, getAttributeAsMap, getAttributeAsObject, getAttributeAsRecord, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute |
| Methods inherited from class com.smartgwt.client.core.JsObject |
|---|
setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Constructor Detail |
|---|
public BlurbItem()
public BlurbItem(JavaScriptObject jsObj)
public BlurbItem(String name)
| Method Detail |
|---|
public static BlurbItem getOrCreateRef(JavaScriptObject jsObj)
public void setJavaScriptObject(JavaScriptObject jsObj)
setJavaScriptObject in class FormItempublic void setClipValue(Boolean clipValue)
clipValue - clipValue Default value is falseAppearance overview and related methodspublic Boolean getClipValue()
Appearance overview and related methodspublic void setColSpan(int colSpan)
setColSpan in class FormItemcolSpan - colSpan Default value is "*"Appearance overview and related methodspublic int getColSpan()
Appearance overview and related methodspublic void setShowTitle(Boolean showTitle)
setShowTitle in class FormItemshowTitle - showTitle Default value is falseAppearance overview and related methodspublic Boolean getShowTitle()
getShowTitle in class FormItemAppearance overview and related methodspublic void setTextBoxStyle(String textBoxStyle)
setTextBoxStyle in class FormItemtextBoxStyle - . See CSSStyleName. Default value is "staticTextItem"Appearance overview and related methodspublic String getTextBoxStyle()
getTextBoxStyle in class FormItemCSSStyleNameAppearance overview and related methodspublic void setWrap(Boolean wrap)
wrap - wrap Default value is nullAppearance overview and related methodspublic Boolean getWrap()
Appearance overview and related methods
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||