Class ComboButton

java.lang.Object
org.gvsig.andami.plugins.config.generate.ComboButton
All Implemented Interfaces:
Serializable

public class ComboButton extends Object implements Serializable
Class ComboButton.
Version:
$Revision: 29593 $ $Date: 2009-06-29 17:54:31 +0200 (lun, 29 jun 2009) $
See Also:
  • 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

      public Enumeration enumerateComboButtonElement()
      Method enumerateComboButtonElement
    • getComboButtonElement

      public ComboButtonElement getComboButtonElement(int index) throws IndexOutOfBoundsException
      Method getComboButtonElement
      Parameters:
      index -
      Throws:
      IndexOutOfBoundsException
    • getComboButtonElement

      public ComboButtonElement[] getComboButtonElement()
      Method getComboButtonElement
    • getComboButtonElementCount

      public int getComboButtonElementCount()
      Method getComboButtonElementCount
    • getName

      public String getName()
      Returns the value of field 'name'.
      Returns:
      the value of field 'name'.
    • getPosition

      public Object 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.MarshalException
      org.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:
      IOException
      org.exolab.castor.xml.MarshalException
      org.exolab.castor.xml.ValidationException
    • removeAllComboButtonElement

      public void removeAllComboButtonElement()
      Method removeAllComboButtonElement
    • removeComboButtonElement

      public ComboButtonElement removeComboButtonElement(int index)
      Method removeComboButtonElement
      Parameters:
      index -
    • setComboButtonElement

      public void setComboButtonElement(int index, ComboButtonElement vComboButtonElement) throws IndexOutOfBoundsException
      Method setComboButtonElement
      Parameters:
      index -
      vComboButtonElement -
      Throws:
      IndexOutOfBoundsException
    • setComboButtonElement

      public void setComboButtonElement(ComboButtonElement[] comboButtonElementArray)
      Method setComboButtonElement
      Parameters:
      comboButtonElementArray -
    • setName

      public void setName(String name)
      Sets the value of field 'name'.
      Parameters:
      name - the value of field 'name'.
    • setPosition

      public void setPosition(Object position)
      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.MarshalException
      org.exolab.castor.xml.ValidationException
    • validate

      public void validate() throws org.exolab.castor.xml.ValidationException
      Method validate
      Throws:
      org.exolab.castor.xml.ValidationException