|
|||||||||
| 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.widgets.grid.HeaderSpan
public class HeaderSpan
A header span appears as a second level of headers in a ListGrid, spanning one or more ListGrid columns and their associated headers.
See headerSpans.
In
addition to the properties documented here, all other properties specified on the headerSpan object will be passed to
the create() method of the headerSpanConstructor. This allows you to set properties such as baseStyle or src directly in a headerSpan.
| Field Summary |
|---|
| Fields inherited from class com.smartgwt.client.core.JsObject |
|---|
jsObj |
| Constructor Summary | |
|---|---|
HeaderSpan()
|
|
HeaderSpan(JavaScriptObject jsObj)
|
|
HeaderSpan(String title,
String[] fields)
|
|
| Method Summary | |
|---|---|
Alignment |
getAlign()
Horizontal alignment of the title of this headerSpan. |
String[] |
getFields()
List of fields that this header spans. |
Integer |
getHeight()
Height of this headerSpan. |
String |
getName()
Name for this headerSpan, for use in APIs like ListGrid.setHeaderSpanTitle. |
static HeaderSpan |
getOrCreateRef(JavaScriptObject jsObj)
|
String |
getTitle()
Title for this headerSpan. |
VerticalAlignment |
getValign()
Vertical alignment of the title of this headerSpan. |
void |
setAlign(Alignment align)
Horizontal alignment of the title of this headerSpan. |
void |
setFields(String... fields)
List of fields that this header spans. |
void |
setHeight(Integer height)
Height of this headerSpan. |
void |
setName(String name)
Name for this headerSpan, for use in APIs like ListGrid.setHeaderSpanTitle. |
void |
setTitle(String title)
Title for this headerSpan. |
void |
setValign(VerticalAlignment valign)
Vertical alignment of the title of this headerSpan. |
| Methods inherited from class com.smartgwt.client.core.JsObject |
|---|
isCreated, setJsObj |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderSpan()
public HeaderSpan(JavaScriptObject jsObj)
public HeaderSpan(String title,
String[] fields)
| Method Detail |
|---|
public static HeaderSpan getOrCreateRef(JavaScriptObject jsObj)
public void setAlign(Alignment align)
align - align Default value is "center"public Alignment getAlign()
public void setFields(String... fields)
name.
fields - fields Default value is nullpublic String[] getFields()
name.
public void setHeight(Integer height)
headerSpanHeight.
height - height Default value is nullpublic Integer getHeight()
headerSpanHeight.
public void setName(String name)
ListGrid.setHeaderSpanTitle. Name is optional, but if specified, must be unique for this ListGrid (but not globally unique).
name - name Default value is nullpublic String getName()
ListGrid.setHeaderSpanTitle. Name is optional, but if specified, must be unique for this ListGrid (but not globally unique).
public void setTitle(String title)
title - title Default value is nullpublic String getTitle()
public void setValign(VerticalAlignment valign)
Defaults to listGrid.headerSpanVAlign if unset.
valign - valign Default value is nullpublic VerticalAlignment getValign()
Defaults to listGrid.headerSpanVAlign if unset.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||