public interface MultiTypeRow
MultiTypeModel| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of the row.
|
Object |
getType()
Get the type of the row.
|
EditableValue |
getValue()
Get the editor for the value.
|
void |
setName(String name)
Set name of the row.
|
void |
setType(Object type)
Set the type.
|
Object getType()
void setType(Object type)
type - The type of the row.String getName()
void setName(String name)
name - The name.EditableValue getValue()
Copyright © 2023. All rights reserved.