public class ActionTool
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ActionTool() |
Modifier and Type | Method and Description |
---|---|
void |
deleteLast()
Method deleteLast
|
void |
deletePosition()
Method deletePosition
|
java.lang.String |
getActionCommand()
Returns the value of field 'actionCommand'.
|
java.lang.String |
getDropDownGroup()
Returns the value of field 'dropdowngroup'.
|
java.lang.String |
getEnableText()
Returns the value of field 'enableText'.
|
java.lang.String |
getIcon()
Returns the value of field 'icon'.
|
boolean |
getLast()
Returns the value of field 'last'.
|
java.lang.String |
getName()
Returns the value of field 'name'.
|
long |
getPosition()
Returns the value of field 'position'.
|
java.lang.String |
getText()
Returns the value of field 'text'.
|
java.lang.String |
getTooltip()
Returns the value of field 'tooltip'.
|
boolean |
hasLast()
Method hasLast
|
boolean |
hasPosition()
Method hasPosition
|
boolean |
isValid()
Method isValid
|
void |
marshal(org.xml.sax.ContentHandler handler)
Method marshal
|
void |
marshal(java.io.Writer out)
Method marshal
|
void |
setActionCommand(java.lang.String actionCommand)
Sets the value of field 'actionCommand'.
|
void |
setDropDownGroup(java.lang.String dropdowngroup)
Sets the value of field 'dropdowngroup'.
|
void |
setEnableText(java.lang.String enableText)
Sets the value of field 'enableText'.
|
void |
setIcon(java.lang.String icon)
Sets the value of field 'icon'.
|
void |
setLast(boolean last)
Sets the value of field 'last'.
|
void |
setName(java.lang.String name)
Sets the value of field 'name'.
|
void |
setPosition(long position)
Sets the value of field 'position'.
|
void |
setText(java.lang.String text)
Sets the value of field 'text'.
|
void |
setTooltip(java.lang.String tooltip)
Sets the value of field 'tooltip'.
|
java.lang.String |
toString() |
static java.lang.Object |
unmarshal(java.io.Reader reader)
Method unmarshal
|
void |
validate()
Method validate
|
public void deleteLast()
public void deletePosition()
public java.lang.String getActionCommand()
public java.lang.String getEnableText()
public java.lang.String getIcon()
public java.lang.String getDropDownGroup()
public boolean getLast()
public java.lang.String getName()
public long getPosition()
public java.lang.String getText()
public java.lang.String getTooltip()
public boolean hasLast()
public boolean hasPosition()
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.MarshalException
org.exolab.castor.xml.ValidationException
public void marshal(org.xml.sax.ContentHandler handler) throws java.io.IOException, org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
handler
- java.io.IOException
org.exolab.castor.xml.MarshalException
org.exolab.castor.xml.ValidationException
public void setActionCommand(java.lang.String actionCommand)
actionCommand
- the value of field 'actionCommand'.public void setEnableText(java.lang.String enableText)
enableText
- the value of field 'enableText'.public void setIcon(java.lang.String icon)
icon
- the value of field 'icon'.public void setDropDownGroup(java.lang.String dropdowngroup)
dropdowngroup
- the value of field 'dropdowngroup'.public void setLast(boolean last)
last
- the value of field 'last'.public void setName(java.lang.String name)
name
- the value of field 'name'.public void setPosition(long position)
position
- the value of field 'position'.public void setText(java.lang.String text)
text
- the value of field 'text'.public void setTooltip(java.lang.String tooltip)
tooltip
- the value of field 'tooltip'.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.MarshalException
org.exolab.castor.xml.ValidationException
public void validate() throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException
public java.lang.String toString()
toString
in class java.lang.Object