public static class GenericTemplate.ColumnHeader extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="tooltip" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="resizable" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="alignment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alignment |
protected String |
label |
protected String |
name |
protected Boolean |
resizable |
protected Boolean |
sortable |
protected String |
tooltip |
protected Boolean |
visible |
protected String |
width |
| Constructor and Description |
|---|
ColumnHeader() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlignment()
Gets the value of the alignment property.
|
String |
getLabel()
Gets the value of the label property.
|
String |
getName()
Gets the value of the name property.
|
String |
getTooltip()
Gets the value of the tooltip property.
|
String |
getWidth()
Gets the value of the width property.
|
Boolean |
isResizable()
Gets the value of the resizable property.
|
Boolean |
isSortable()
Gets the value of the sortable property.
|
Boolean |
isVisible()
Gets the value of the visible property.
|
void |
setAlignment(String value)
Sets the value of the alignment property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setResizable(Boolean value)
Sets the value of the resizable property.
|
void |
setSortable(Boolean value)
Sets the value of the sortable property.
|
void |
setTooltip(String value)
Sets the value of the tooltip property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
protected String label
protected String width
protected Boolean visible
protected Boolean sortable
protected String tooltip
protected Boolean resizable
protected String alignment
protected String name
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is
Stringpublic Boolean isVisible()
Booleanpublic void setVisible(Boolean value)
value - allowed object is
Booleanpublic Boolean isSortable()
Booleanpublic void setSortable(Boolean value)
value - allowed object is
Booleanpublic String getTooltip()
Stringpublic void setTooltip(String value)
value - allowed object is
Stringpublic Boolean isResizable()
Booleanpublic void setResizable(Boolean value)
value - allowed object is
Booleanpublic String getAlignment()
Stringpublic void setAlignment(String value)
value - allowed object is
Stringpublic String getName()
String