Method Summary |
|
public String | getAlign() Returns the alignment. |
public String | getAlt() Returns the alt. |
public String | getBorder() Returns the border. |
public String | getHeight() Returns the height. |
public String | getHspace() Returns the hspace. |
public String | getId() Returns the id attribute. |
public String | getOnclick() Returns the onclick. |
public String | getSclass() Returns the style class. |
public String | getSrc() Returns the src (URL). |
public String | getStyle() Returns the style. |
public String | getTitle() Returns the title. |
public String | getVspace() Returns the vspace. |
public String | getWidth() Returns the width. |
public void | render(ActionContext ac, boolean nested) |
public void | setAlign(String align) Sets the alignment. |
public void | setAlt(String alt) Sets the alt. |
public void | setBorder(String border) Sets the border. |
public void | setHeight(String height) Sets the height. |
public void | setHspace(String hspace) Sets the hspace. |
public void | setId(String id) Sets the id attribute. |
public void | setOnclick(String onclick) Sets the onclick. |
public void | setSclass(String sclass) Sets the style class. |
public void | setSrc(String src) Sets the src (URL). |
public void | setStyle(String style) Sets the style. |
public void | setTitle(String title) Sets the title. |
public void | setVspace(String vspace) Sets the vspace. |
public void | setWidth(String width) Sets the width. |
public String | toString() |