Class ItemCombo

java.lang.Object
  extended by ItemCombo

public class ItemCombo
extends java.lang.Object

Representa un elemento a visualizar en la combo

Version:
(a version number or a date)
Author:
(your name)

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

ItemCombo

public ItemCombo()
Constructor for objects of class ItemCombo


ItemCombo

public ItemCombo(java.lang.String[] v,
                 int bound)
Method Detail

getValue

public java.lang.String getValue()

getValues

public java.lang.String[] getValues()

newInstance

public static ItemCombo newInstance(java.lang.String[] v,
                                    int bound)

setBoundColumn

public void setBoundColumn(int c)

setValues

public void setValues(java.lang.String[] v)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object