TableColumn
अंतर्वस्तु
[
छिपाना
]Inheritance: java.lang.Object
public final class TableColumn
Represents a table column.
Constructors
| Constructor | Description |
|---|---|
| TableColumn() |
Methods
| Method | Description |
|---|---|
| getLockedWidth() | टेबल कॉलम की लॉक्ड चौड़ाई है या नहीं, यह दर्शाने वाला मान प्राप्त करता है और तालिका की सामग्री के अनुसार स्वचालित रूप से आकार नहीं बदलता। |
| getWidth() | Gets the width. |
| setLockedWidth(boolean value) | टेबल कॉलम की लॉक्ड चौड़ाई है या नहीं, यह दर्शाने वाला मान सेट करता है और तालिका की सामग्री के अनुसार स्वचालित रूप से आकार नहीं बदलता। |
| setWidth(float value) | Sets the width. |
TableColumn()
public TableColumn()
getLockedWidth()
public boolean getLockedWidth()
टेबल कॉलम की लॉक्ड चौड़ाई है या नहीं, यह दर्शाने वाला मान प्राप्त करता है और तालिका की सामग्री के अनुसार स्वचालित रूप से आकार नहीं बदलता। डिफ़ॉल्ट रूप से, कॉलम की चौड़ाई लॉक नहीं होती।
Returns: boolean
getWidth()
public float getWidth()
Gets the width.
Returns: float
setLockedWidth(boolean value)
public void setLockedWidth(boolean value)
टेबल कॉलम की लॉक्ड चौड़ाई है या नहीं, यह दर्शाने वाला मान सेट करता है और तालिका की सामग्री के अनुसार स्वचालित रूप से आकार नहीं बदलता। डिफ़ॉल्ट रूप से, कॉलम की चौड़ाई लॉक नहीं होती।
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
setWidth(float value)
public void setWidth(float value)
Sets the width.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | float |