java.lang.ObjectItemCombo
public class ItemCombo
Representa un elemento a visualizar en la combo
Constructor Summary | |
---|---|
ItemCombo()
Constructor for objects of class ItemCombo |
|
ItemCombo(java.lang.String[] v,
int bound)
|
Method Summary | |
---|---|
java.lang.String |
getValue()
|
java.lang.String[] |
getValues()
|
static ItemCombo |
newInstance(java.lang.String[] v,
int bound)
|
void |
setBoundColumn(int c)
|
void |
setValues(java.lang.String[] v)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ItemCombo()
public ItemCombo(java.lang.String[] v, int bound)
Method Detail |
---|
public java.lang.String getValue()
public java.lang.String[] getValues()
public static ItemCombo newInstance(java.lang.String[] v, int bound)
public void setBoundColumn(int c)
public void setValues(java.lang.String[] v)
public java.lang.String toString()
toString
in class java.lang.Object