|
|||||||||
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, 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 RowSpacerItem()
public RowSpacerItem(JavaScriptObject jsObj)
public RowSpacerItem(String name)
Method Detail |
---|
public static RowSpacerItem getOrCreateRef(JavaScriptObject jsObj)
public void setShowTitle(Boolean showTitle)
setShowTitle
in class SpacerItem
showTitle
- showTitle Default value is falsepublic Boolean getShowTitle()
getShowTitle
in class SpacerItem
public void setColSpan(int colSpan)
setColSpan
in class FormItem
colSpan
- colSpan Default value is "*"public int getColSpan()
public void setStartRow(Boolean startRow)
setStartRow
in class FormItem
startRow
- startRow Default value is truepublic Boolean getStartRow()
getStartRow
in class FormItem
public void setEndRow(Boolean endRow)
setEndRow
in class FormItem
endRow
- endRow Default value is truepublic Boolean getEndRow()
getEndRow
in class FormItem
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |