public class ImageButtonBean extends Object implements Serializable
ActionForm
can be used to capture these
and provide a simple means of detecting whether or not the corresponding
image was selected.Constructor and Description |
---|
ImageButtonBean()
Construct an instance with empty property values.
|
ImageButtonBean(String x,
String y)
Construct an instance with the supplied property values.
|
Modifier and Type | Method and Description |
---|---|
String |
getX() |
String |
getY() |
boolean |
isSelected()
A convenience method to determine whether or not the corresponding
image element was selected.
|
void |
setX(String x) |
void |
setY(String y) |
String |
toString()
Return a string representation of this object.
|
public ImageButtonBean()
Copyright © 2000–2016 Apache Software Foundation. All rights reserved.