|
|||||||||
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, getAttributeAsIntArray, getAttributeAsMap, getAttributeAsObject, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, 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 setShowTitle(Boolean showTitle)
setShowTitle
in class FormItem
showTitle
- showTitle Default value is falsepublic Boolean getShowTitle()
getShowTitle
in class FormItem
public void setWidth(int width)
setWidth
in class FormItem
width
- width Default value is 20public int getWidth()
getWidth
in class FormItem
public void setHeight(int height)
setHeight
in class FormItem
height
- height Default value is 20public int getHeight()
getHeight
in class FormItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |