|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Transformation bean definition for creating an image button.
Method Summary | |
String |
getAlignment()
Gets the alignment of the image. |
String |
getAlternateText()
Gets the alternate text of the image. |
int |
getHeight()
Gets the height of the image. |
int |
getHorizontalSpace()
Gets the horizontal space of the image. |
String |
getImage()
Gets the source for the image. |
String |
getName()
Gets the name |
int |
getVerticalSpace()
Gets the vertical space of the image. |
int |
getWidth()
Gets the width of the image. |
void |
setAlignment(String align)
Sets the alignment for the image. |
void |
setAlternateText(String text)
Sets the alternate text for the image. |
void |
setHeight(int height)
Sets the height for the image. |
void |
setHorizontalSpace(int hspace)
Sets the horizontal space for the image. |
void |
setImage(String image)
Sets the source for the image. |
void |
setName(String value)
Sets the name |
void |
setVerticalSpace(int hspace)
Sets the vertical space for the image. |
void |
setWidth(int width)
Sets the width for the image. |
Methods inherited from interface com.sas.servlet.beans.TransformationInterface |
getCustomAttributes,
getDescription,
getParent,
getRequest,
getResponse,
setCustomAttributes,
setDescription,
setParent,
setRequest,
setResponse,
write,
write,
write,
write |
Method Detail |
public void setName(String value)
value
- The namepublic String getName()
public void setImage(String image)
type
- The URL of the imagepublic String getImage()
public void setAlternateText(String text)
text
- The alternate text of the imagepublic String getAlternateText()
public void setAlignment(String align)
align
- The alignment of the image (top, bottom, middle, left, right)public String getAlignment()
public void setWidth(int width)
width
- The width of the imagepublic int getWidth()
public void setHeight(int height)
height
- The height of the imagepublic int getHeight()
public void setHorizontalSpace(int hspace)
hspace
- The horizontal space of the imagepublic int getHorizontalSpace()
public void setVerticalSpace(int hspace)
hspace
- The vertical space of the imagepublic int getVerticalSpace()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |