public class BindColumn
extends java.lang.Object
| Constructor and Description |
|---|
BindColumn()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
GridTableItemStyle |
getAlternativeStyle()
Gets the alternative style of the column.
|
java.lang.String |
getCaption()
The caption of the column.
|
GridTableItemStyle |
getColumnHeaderStyle()
Gets the style of the column.
|
java.lang.String |
getCommandName()
The command name of the column.
|
java.lang.String |
getCommandText()
The displaying command text of the column.
|
java.lang.String |
getCustomFormat()
The custom format string.
|
java.lang.String |
getDataField()
Gets the data field name string.
|
boolean |
getEnableSort()
Indicates whether the user can click the column header to sort by this field.
|
java.lang.String |
getImageUrl()
The image url of the command hyperlink.
|
java.lang.String |
getName()
Design time used only.
|
int |
getNumberType()
Gets the number type of the column.
|
GridTableItemStyle |
getStyle()
Gets the style of the column.
|
boolean |
getUseAlternativeStyle()
Gets whether to use the alternative style for the column.
|
GridValidation |
getValidation()
Gets the validation object of the column.
|
Unit |
getWidth()
Gets of sets the width of the column.only pixel or point accept
|
boolean |
isAutoCreated()
Indicates whether the column is created automatically.
|
boolean |
isReadOnly()
Indicates whether the column is readonly.
|
void |
setAlternativeStyle(GridTableItemStyle value)
Sets the alternative style of the column.
|
void |
setAutoCreated(boolean value)
Indicates whether the column is created automatically.
|
void |
setCaption(java.lang.String value)
The caption of the column.
|
void |
setColumnHeaderStyle(GridTableItemStyle value)
Sets the style of the column.
|
void |
setCommandName(java.lang.String value)
The command name of the column.
|
void |
setCommandText(java.lang.String value)
The displaying command text of the column.
|
void |
setCustomFormat(java.lang.String value)
The custom format string.
|
void |
setDataField(java.lang.String value)
Sets the data field name string.
|
void |
setEnableSort(boolean value)
Indicates whether the user can click the column header to sort by this field.
|
void |
setImageUrl(java.lang.String value)
The image url of the command hyperlink.
|
void |
setNumberType(int value)
Sets the number type of the column.
|
void |
setReadOnly(boolean value)
Indicates whether the column is readonly.
|
void |
setStyle(GridTableItemStyle value)
Sets the style of the column.
|
void |
setUseAlternativeStyle(boolean value)
Sets whether to use the alternative style for the column.
|
void |
setValidation(GridValidation value)
Sets the validation object of the column.
|
void |
setWidth(Unit value)
Gets of sets the width of the column.only pixel or point accept
|
public java.lang.String getDataField()
public void setDataField(java.lang.String value)
public Unit getWidth()
public void setWidth(Unit value)
public GridTableItemStyle getStyle()
public void setStyle(GridTableItemStyle value)
public GridTableItemStyle getAlternativeStyle()
public void setAlternativeStyle(GridTableItemStyle value)
public boolean getUseAlternativeStyle()
public void setUseAlternativeStyle(boolean value)
public GridTableItemStyle getColumnHeaderStyle()
public void setColumnHeaderStyle(GridTableItemStyle value)
public int getNumberType()
See NumberType.
public void setNumberType(int value)
See NumberType.
public java.lang.String getCustomFormat()
public void setCustomFormat(java.lang.String value)
public GridValidation getValidation()
public void setValidation(GridValidation value)
public java.lang.String getCaption()
public void setCaption(java.lang.String value)
public boolean isReadOnly()
public void setReadOnly(boolean value)
public boolean getEnableSort()
public void setEnableSort(boolean value)
public boolean isAutoCreated()
public void setAutoCreated(boolean value)
public java.lang.String getName()
public java.lang.String getCommandName()
public void setCommandName(java.lang.String value)
public java.lang.String getCommandText()
public void setCommandText(java.lang.String value)
public java.lang.String getImageUrl()
public void setImageUrl(java.lang.String value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.