public class ComboButtonElement extends Object implements Serializable
Constructor and Description |
---|
ComboButtonElement() |
Modifier and Type | Method and Description |
---|---|
String |
getActionCommand()
Returns the value of field 'actionCommand'.
|
String |
getIcon()
Returns the value of field 'icon'.
|
boolean |
isValid()
Method isValid
|
void |
marshal(ContentHandler handler)
Method marshal
|
void |
marshal(Writer out)
Method marshal
|
void |
setActionCommand(String actionCommand)
Sets the value of field 'actionCommand'.
|
void |
setIcon(String icon)
Sets the value of field 'icon'.
|
static Object |
unmarshal(Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public String getActionCommand()
public String getIcon()
public boolean isValid()
public void marshal(Writer out) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
out
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(ContentHandler handler) throws IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setActionCommand(String actionCommand)
actionCommand
- the value of field 'actionCommand'.public void setIcon(String icon)
icon
- the value of field 'icon'.public static Object unmarshal(Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader
- org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException