|
|||||||||
| 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.SpacerItem
public class SpacerItem
A SpacerItem takes up a single cell in the FormLayout, of arbitrary size.
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
SpacerItem()
|
|
SpacerItem(JavaScriptObject jsObj)
|
|
SpacerItem(String name)
|
|
| Method Summary | |
|---|---|
int |
getHeight()
default height for the spacer |
static SpacerItem |
getOrCreateRef(JavaScriptObject jsObj)
|
Boolean |
getShowTitle()
we never show a separate title cell for spacers |
int |
getWidth()
default width for the spacer |
void |
setHeight(int height)
default height for the spacer |
void |
setShowTitle(Boolean showTitle)
we never show a separate title cell for spacers |
void |
setWidth(int width)
default width for the spacer |
| 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, 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 SpacerItem()
public SpacerItem(JavaScriptObject jsObj)
public SpacerItem(String name)
| Method Detail |
|---|
public static SpacerItem getOrCreateRef(JavaScriptObject jsObj)
public void setHeight(int height)
setHeight in class FormItemheight - height Default value is 20Appearance overview and related methodspublic int getHeight()
getHeight in class FormItemAppearance 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 setWidth(int width)
setWidth in class FormItemwidth - width Default value is 20Appearance overview and related methodspublic int getWidth()
getWidth in class FormItemAppearance overview and related methods
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||