public class GridColumn extends Object implements IndexedEntity
| Modifier | Constructor and Description |
|---|---|
protected |
GridColumn(Editable model)
Creates an instance of this class and associates it with the parent model.
|
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getData()
This method gets data of this row.
|
int |
getIndex()
Gets an unique index of the object.
|
protected Editable |
getModel()
Getter for property 'model'.
|
String |
getName()
Getter for property 'name'.
|
void |
setIndex(int index)
Sets an unique index of the object.
|
void |
setName(String name)
Setter for property 'name'.
|
protected GridColumn(Editable model)
model - is a grid model.public String getName()
public void setName(String name)
name - Value to set for property 'name'.public int getIndex()
getIndex in interface IndexedEntitypublic void setIndex(int index)
setIndex in interface IndexedEntityindex - is an index value.public Object[] getData() throws IllegalStateException
getData in interface IndexedEntityIllegalStateExceptionprotected Editable getModel()
Copyright © 2008–2013. All rights reserved.