public class ColumnDescriptor
extends java.lang.Object
and what the column's label should be.
It is only used if the underlying UI actually supports this level of customization.
Constructor and Description |
---|
ColumnDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeName()
Name of the attribute rendered in this column.
|
java.lang.String |
getFormat()
Format to use for the rendered values in this column.
|
java.lang.String |
getLabel()
Header UI label of column.
|
ColumnDescriptorType |
getType()
Datatype of values in this column.
|
java.lang.Integer |
getWidth()
Width of this column in characters (hint only).
|
int |
hashCode() |
void |
setAttributeName(java.lang.String attributeName)
Name of the attribute rendered in this column.
|
void |
setFormat(java.lang.String format)
Format to use for the rendered values in this column.
|
void |
setLabel(java.lang.String label)
Header UI label of column.
|
void |
setType(ColumnDescriptorType type)
Datatype of values in this column.
|
void |
setWidth(java.lang.Integer width)
Width of this column in characters (hint only).
|
java.lang.String |
toString() |
@Pure public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
@Pure public java.lang.String getLabel()
public void setLabel(java.lang.String label)
@Pure public java.lang.String getFormat()
This is an optional property.
public void setFormat(java.lang.String format)
This is an optional property.
@Pure public ColumnDescriptorType getType()
This is an optional property.
public void setType(ColumnDescriptorType type)
This is an optional property.
@Pure public java.lang.Integer getWidth()
This is an optional property.
public void setWidth(java.lang.Integer width)
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object