Class ComboButton
java.lang.Object
org.gvsig.andami.plugins.config.generate.ComboButton
- All Implemented Interfaces:
Serializable
Class ComboButton.
- Version:
- $Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddComboButtonElement(int index, ComboButtonElement vComboButtonElement) Method addComboButtonElementvoidaddComboButtonElement(ComboButtonElement vComboButtonElement) Method addComboButtonElementMethod enumerateComboButtonElementMethod getComboButtonElementgetComboButtonElement(int index) Method getComboButtonElementintMethod getComboButtonElementCountgetName()Returns the value of field 'name'.Returns the value of field 'position'.booleanisValid()Method isValidvoidMethod marshalvoidmarshal(ContentHandler handler) Method marshalvoidMethod removeAllComboButtonElementremoveComboButtonElement(int index) Method removeComboButtonElementvoidsetComboButtonElement(int index, ComboButtonElement vComboButtonElement) Method setComboButtonElementvoidsetComboButtonElement(ComboButtonElement[] comboButtonElementArray) Method setComboButtonElementvoidSets the value of field 'name'.voidsetPosition(Object position) Sets the value of field 'position'.static ObjectMethod unmarshalvoidvalidate()Method validate
-
Constructor Details
-
ComboButton
public ComboButton()
-
-
Method Details
-
addComboButtonElement
public void addComboButtonElement(ComboButtonElement vComboButtonElement) throws IndexOutOfBoundsException Method addComboButtonElement- Parameters:
vComboButtonElement-- Throws:
IndexOutOfBoundsException
-
addComboButtonElement
public void addComboButtonElement(int index, ComboButtonElement vComboButtonElement) throws IndexOutOfBoundsException Method addComboButtonElement- Parameters:
index-vComboButtonElement-- Throws:
IndexOutOfBoundsException
-
enumerateComboButtonElement
Method enumerateComboButtonElement -
getComboButtonElement
Method getComboButtonElement- Parameters:
index-- Throws:
IndexOutOfBoundsException
-
getComboButtonElement
Method getComboButtonElement -
getComboButtonElementCount
public int getComboButtonElementCount()Method getComboButtonElementCount -
getName
Returns the value of field 'name'.- Returns:
- the value of field 'name'.
-
getPosition
Returns the value of field 'position'.- Returns:
- the value of field 'position'.
-
isValid
public boolean isValid()Method isValid -
marshal
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method marshal- Parameters:
out-- Throws:
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
marshal
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method marshal- Parameters:
handler-- Throws:
IOExceptionorg.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
removeAllComboButtonElement
public void removeAllComboButtonElement()Method removeAllComboButtonElement -
removeComboButtonElement
Method removeComboButtonElement- Parameters:
index-
-
setComboButtonElement
public void setComboButtonElement(int index, ComboButtonElement vComboButtonElement) throws IndexOutOfBoundsException Method setComboButtonElement- Parameters:
index-vComboButtonElement-- Throws:
IndexOutOfBoundsException
-
setComboButtonElement
Method setComboButtonElement- Parameters:
comboButtonElementArray-
-
setName
Sets the value of field 'name'.- Parameters:
name- the value of field 'name'.
-
setPosition
Sets the value of field 'position'.- Parameters:
position- the value of field 'position'.
-
unmarshal
public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException Method unmarshal- Parameters:
reader-- Throws:
org.exolab.castor.xml.MarshalExceptionorg.exolab.castor.xml.ValidationException
-
validate
public void validate() throws org.exolab.castor.xml.ValidationExceptionMethod validate- Throws:
org.exolab.castor.xml.ValidationException
-