public class ComboButton extends Object implements 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
|
Enumeration |
enumerateComboButtonElement()
Method enumerateComboButtonElement
|
ComboButtonElement[] |
getComboButtonElement()
Method getComboButtonElement
|
ComboButtonElement |
getComboButtonElement(int index)
Method getComboButtonElement
|
int |
getComboButtonElementCount()
Method getComboButtonElementCount
|
String |
getName()
Returns the value of field 'name'.
|
Object |
getPosition()
Returns the value of field 'position'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(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(String name)
Sets the value of field 'name'.
|
void |
setPosition(Object position)
Sets the value of field 'position'.
|
static Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void addComboButtonElement(ComboButtonElement vComboButtonElement) throws IndexOutOfBoundsException
vComboButtonElement - IndexOutOfBoundsExceptionpublic void addComboButtonElement(int index,
ComboButtonElement vComboButtonElement)
throws IndexOutOfBoundsException
index - vComboButtonElement - IndexOutOfBoundsExceptionpublic Enumeration enumerateComboButtonElement()
public ComboButtonElement getComboButtonElement(int index) throws IndexOutOfBoundsException
index - IndexOutOfBoundsExceptionpublic ComboButtonElement[] getComboButtonElement()
public int getComboButtonElementCount()
public String getName()
public Object getPosition()
public boolean isValid()
public void marshal(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(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler - 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 IndexOutOfBoundsException
index - vComboButtonElement - IndexOutOfBoundsExceptionpublic void setComboButtonElement(ComboButtonElement[] comboButtonElementArray)
comboButtonElementArray - public void setName(String name)
name - the value of field 'name'.public void setPosition(Object position)
position - the value of field 'position'.public static Object unmarshal(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