|
|||||||||
| 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
com.smartgwt.client.widgets.form.fields.RowSpacerItem
public class RowSpacerItem
Form item that renders as a blank row in the form layout.
Set startRow to false to create a rowSpacer
that simply takes up every remaining column in the current row rather than starting a new row.
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
RowSpacerItem()
|
|
RowSpacerItem(JavaScriptObject jsObj)
|
|
RowSpacerItem(String name)
|
|
| Method Summary | |
|---|---|
int |
getColSpan()
by default, separators span all remaining columns |
Boolean |
getEndRow()
these items are in a row by themselves by default |
static RowSpacerItem |
getOrCreateRef(JavaScriptObject jsObj)
|
Boolean |
getShowTitle()
we never show a separate title cell for separators |
Boolean |
getStartRow()
these items are in a row by themselves by default |
void |
setColSpan(int colSpan)
by default, separators span all remaining columns |
void |
setEndRow(Boolean endRow)
these items are in a row by themselves by default |
void |
setShowTitle(Boolean showTitle)
we never show a separate title cell for separators |
void |
setStartRow(Boolean startRow)
these items are in a row by themselves by default |
| Methods inherited from class com.smartgwt.client.widgets.form.fields.SpacerItem |
|---|
getHeight, getWidth, setHeight, setWidth |
| 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 RowSpacerItem()
public RowSpacerItem(JavaScriptObject jsObj)
public RowSpacerItem(String name)
| Method Detail |
|---|
public static RowSpacerItem getOrCreateRef(JavaScriptObject jsObj)
public 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 setEndRow(Boolean endRow)
setEndRow in class FormItemendRow - endRow Default value is trueAppearance overview and related methodspublic Boolean getEndRow()
getEndRow in class FormItemAppearance overview and related methodspublic void setShowTitle(Boolean showTitle)
setShowTitle in class SpacerItemshowTitle - showTitle Default value is falseAppearance overview and related methodspublic Boolean getShowTitle()
getShowTitle in class SpacerItemAppearance overview and related methodspublic void setStartRow(Boolean startRow)
setStartRow in class FormItemstartRow - startRow Default value is trueAppearance overview and related methodspublic Boolean getStartRow()
getStartRow in class FormItemAppearance overview and related methods
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||