public class ComboButton
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description | 
|---|
ComboButton()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addComboButtonElement(ComboButtonElement vComboButtonElement)
Method addComboButtonElement 
 | 
void | 
addComboButtonElement(int index,
                     ComboButtonElement vComboButtonElement)
Method addComboButtonElement 
 | 
java.util.Enumeration | 
enumerateComboButtonElement()
Method enumerateComboButtonElement 
 | 
ComboButtonElement[] | 
getComboButtonElement()
Method getComboButtonElement 
 | 
ComboButtonElement | 
getComboButtonElement(int index)
Method getComboButtonElement 
 | 
int | 
getComboButtonElementCount()
Method getComboButtonElementCount 
 | 
java.lang.String | 
getName()
Returns the value of field 'name'. 
 | 
java.lang.Object | 
getPosition()
Returns the value of field 'position'. 
 | 
boolean | 
isValid()
Method isValid 
 | 
void | 
marshal(org.xml.sax.ContentHandler handler)
Method marshal 
 | 
void | 
marshal(java.io.Writer out)
Method marshal 
 | 
void | 
removeAllComboButtonElement()
Method removeAllComboButtonElement 
 | 
ComboButtonElement | 
removeComboButtonElement(int index)
Method removeComboButtonElement 
 | 
void | 
setComboButtonElement(ComboButtonElement[] comboButtonElementArray)
Method setComboButtonElement 
 | 
void | 
setComboButtonElement(int index,
                     ComboButtonElement vComboButtonElement)
Method setComboButtonElement 
 | 
void | 
setName(java.lang.String name)
Sets the value of field 'name'. 
 | 
void | 
setPosition(java.lang.Object position)
Sets the value of field 'position'. 
 | 
static java.lang.Object | 
unmarshal(java.io.Reader reader)
Method unmarshal 
 | 
void | 
validate()
Method validate 
 | 
public void addComboButtonElement(ComboButtonElement vComboButtonElement) throws java.lang.IndexOutOfBoundsException
vComboButtonElement - java.lang.IndexOutOfBoundsExceptionpublic void addComboButtonElement(int index,
                                  ComboButtonElement vComboButtonElement)
                           throws java.lang.IndexOutOfBoundsException
index - vComboButtonElement - java.lang.IndexOutOfBoundsExceptionpublic java.util.Enumeration enumerateComboButtonElement()
public ComboButtonElement getComboButtonElement(int index) throws java.lang.IndexOutOfBoundsException
index - java.lang.IndexOutOfBoundsExceptionpublic ComboButtonElement[] getComboButtonElement()
public int getComboButtonElementCount()
public java.lang.String getName()
public java.lang.Object getPosition()
public boolean isValid()
public void marshal(java.io.Writer out)
             throws org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void marshal(org.xml.sax.ContentHandler handler)
             throws java.io.IOException,
                    org.exolab.castor.xml.MarshalException,
                    org.exolab.castor.xml.ValidationException
handler - java.io.IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void removeAllComboButtonElement()
public ComboButtonElement removeComboButtonElement(int index)
index - public void setComboButtonElement(int index,
                                  ComboButtonElement vComboButtonElement)
                           throws java.lang.IndexOutOfBoundsException
index - vComboButtonElement - java.lang.IndexOutOfBoundsExceptionpublic void setComboButtonElement(ComboButtonElement[] comboButtonElementArray)
comboButtonElementArray - public void setName(java.lang.String name)
name - the value of field 'name'.public void setPosition(java.lang.Object position)
position - the value of field 'position'.public static java.lang.Object unmarshal(java.io.Reader reader)
                                  throws org.exolab.castor.xml.MarshalException,
                                         org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationExceptionpublic void validate()
              throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException