public static class ViewProperties.GridColumns.Column extends Object
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="ID" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Index" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
id |
protected Integer |
index |
protected Integer |
width |
| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getID()
Gets the value of the id property.
|
Integer |
getIndex()
Gets the value of the index property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setID(Integer value)
Sets the value of the id property.
|
void |
setIndex(Integer value)
Sets the value of the index property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
public void setID(Integer value)
value - allowed object is
Stringpublic Integer getIndex()
Stringpublic void setIndex(Integer value)
value - allowed object is
Stringpublic Integer getWidth()
StringCopyright © 2000–2025 MPXJ. All rights reserved.