BindColumn
Inheritance: java.lang.Object
public class BindColumn
BindColumn.
Constructors
| Constructor | Description | 
|---|---|
| BindColumn() | Default constructor. | 
Methods
| Method | Description | 
|---|---|
| equals(Object arg0) | |
| getAlternativeStyle() | Gets the alternative style of the column. | 
| getCaption() | The caption of the column. | 
| getClass() | |
| getColumnHeaderStyle() | Gets the style of the column. | 
| getCommandName() | The command name of the column. | 
| getCommandText() | The displaying command text of the column. | 
| getCustomFormat() | The custom format string. | 
| getDataField() | Gets the data field name string. | 
| getEnableSort() | Indicates whether the user can click the column header to sort by this field. | 
| getImageUrl() | The image url of the command hyperlink. | 
| getName() | Design time used only. | 
| getNumberType() | Gets the number type of the column. | 
| getStyle() | Gets the style of the column. | 
| getUseAlternativeStyle() | Gets whether to use the alternative style for the column. | 
| getValidation() | Gets the validation object of the column. | 
| getWidth() | Gets of sets the width of the column.only pixel or point accept | 
| hashCode() | |
| isAutoCreated() | Indicates whether the column is created automatically. | 
| isReadOnly() | Indicates whether the column is readonly. | 
| notify() | |
| notifyAll() | |
| setAlternativeStyle(GridTableItemStyle value) | Sets the alternative style of the column. | 
| setAutoCreated(boolean value) | Indicates whether the column is created automatically. | 
| setCaption(String value) | The caption of the column. | 
| setColumnHeaderStyle(GridTableItemStyle value) | Sets the style of the column. | 
| setCommandName(String value) | The command name of the column. | 
| setCommandText(String value) | The displaying command text of the column. | 
| setCustomFormat(String value) | The custom format string. | 
| setDataField(String value) | Sets the data field name string. | 
| setEnableSort(boolean value) | Indicates whether the user can click the column header to sort by this field. | 
| setImageUrl(String value) | The image url of the command hyperlink. | 
| setNumberType(int value) | Sets the number type of the column. | 
| setReadOnly(boolean value) | Indicates whether the column is readonly. | 
| setStyle(GridTableItemStyle value) | Sets the style of the column. | 
| setUseAlternativeStyle(boolean value) | Sets whether to use the alternative style for the column. | 
| setValidation(GridValidation value) | Sets the validation object of the column. | 
| setWidth(Unit value) | Gets of sets the width of the column.only pixel or point accept | 
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) | 
BindColumn()
public BindColumn()
Default constructor.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | java.lang.Object | 
Returns: boolean
getAlternativeStyle()
public GridTableItemStyle getAlternativeStyle()
Gets the alternative style of the column.
Returns: GridTableItemStyle
getCaption()
public String getCaption()
The caption of the column.
Returns: java.lang.String
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getColumnHeaderStyle()
public GridTableItemStyle getColumnHeaderStyle()
Gets the style of the column.
Returns: GridTableItemStyle
getCommandName()
public String getCommandName()
The command name of the column. A CellCommand Hyperlink will be created in the bound cell if the CommandName property is set.
Returns: java.lang.String
getCommandText()
public String getCommandText()
The displaying command text of the column. If set to null, the cell will use the field value as the command text.
Returns: java.lang.String
getCustomFormat()
public String getCustomFormat()
The custom format string.
Returns: java.lang.String
getDataField()
public String getDataField()
Gets the data field name string.
Returns: java.lang.String
getEnableSort()
public boolean getEnableSort()
Indicates whether the user can click the column header to sort by this field.
Returns: boolean
getImageUrl()
public String getImageUrl()
The image url of the command hyperlink.
Returns: java.lang.String
getName()
public String getName()
Design time used only.
Returns: java.lang.String
getNumberType()
public int getNumberType()
Gets the number type of the column.
See NumberType.
Returns: int
getStyle()
public GridTableItemStyle getStyle()
Gets the style of the column.
Returns: GridTableItemStyle
getUseAlternativeStyle()
public boolean getUseAlternativeStyle()
Gets whether to use the alternative style for the column.
Returns: boolean
getValidation()
public GridValidation getValidation()
Gets the validation object of the column.
Returns: GridValidation
getWidth()
public Unit getWidth()
Gets of sets the width of the column.only pixel or point accept
Returns: Unit
hashCode()
public native int hashCode()
Returns: int
isAutoCreated()
public boolean isAutoCreated()
Indicates whether the column is created automatically. If true, the column will be deleted when user change the datasource in the design time.
Returns: boolean
isReadOnly()
public boolean isReadOnly()
Indicates whether the column is readonly.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAlternativeStyle(GridTableItemStyle value)
public void setAlternativeStyle(GridTableItemStyle value)
Sets the alternative style of the column.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | GridTableItemStyle | 
setAutoCreated(boolean value)
public void setAutoCreated(boolean value)
Indicates whether the column is created automatically. If true, the column will be deleted when user change the datasource in the design time.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
setCaption(String value)
public void setCaption(String value)
The caption of the column.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setColumnHeaderStyle(GridTableItemStyle value)
public void setColumnHeaderStyle(GridTableItemStyle value)
Sets the style of the column.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | GridTableItemStyle | 
setCommandName(String value)
public void setCommandName(String value)
The command name of the column. A CellCommand Hyperlink will be created in the bound cell if the CommandName property is set.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setCommandText(String value)
public void setCommandText(String value)
The displaying command text of the column. If set to null, the cell will use the field value as the command text.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setCustomFormat(String value)
public void setCustomFormat(String value)
The custom format string.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setDataField(String value)
public void setDataField(String value)
Sets the data field name string.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setEnableSort(boolean value)
public void setEnableSort(boolean value)
Indicates whether the user can click the column header to sort by this field.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
setImageUrl(String value)
public void setImageUrl(String value)
The image url of the command hyperlink.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | java.lang.String | 
setNumberType(int value)
public void setNumberType(int value)
Sets the number type of the column.
See NumberType.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | int | 
setReadOnly(boolean value)
public void setReadOnly(boolean value)
Indicates whether the column is readonly.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
setStyle(GridTableItemStyle value)
public void setStyle(GridTableItemStyle value)
Sets the style of the column.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | GridTableItemStyle | 
setUseAlternativeStyle(boolean value)
public void setUseAlternativeStyle(boolean value)
Sets whether to use the alternative style for the column.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | boolean | 
setValidation(GridValidation value)
public void setValidation(GridValidation value)
Sets the validation object of the column.
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | GridValidation | 
setWidth(Unit value)
public void setWidth(Unit value)
Gets of sets the width of the column.only pixel or point accept
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| value | Unit | 
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | long | 
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description | 
|---|---|---|
| arg0 | long | |
| arg1 | int |