|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Button
A Button can be in three states (normal, mouse over and mouse down). Each of these states may have an image associated with it.
| Method Summary | |
|---|---|
Image |
getDefaultImage()
Return button image. |
java.lang.String |
getHtmlTag()
Deprecated. generated html tag is not xhtml strict compliant, create tag from presentation JSP. Use the following JSP code to get the same result: |
java.lang.String |
getIdentifier()
Return the name of the button. |
java.lang.String |
getJavascript()
Deprecated. initMo statement selects element id with a # and this is not xhtml strict compliant. Create javascript in presentation JSP. See getHtmlTag(). |
Image |
getMouseDownImage()
Return the image that is used when the button is clicked. |
Image |
getMouseOverImage()
Return the image that is used when the mouse hovers over the image. |
| Method Detail |
|---|
Image getDefaultImage()
Image getMouseOverImage()
Image getMouseDownImage()
java.lang.String getIdentifier()
@Deprecated java.lang.String getHtmlTag()
@Deprecated java.lang.String getJavascript()
getHtmlTag().
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||