javax.faces.component
public class UIGraphic extends UIComponentBase
Version: $Revision: 166994 $ $Date: 2004-07-02 00:12:40 +0200 (Fri, 02 Jul 2004) $
| Field Summary | |
|---|---|
| static String | COMPONENT_FAMILY |
| static String | COMPONENT_TYPE |
| Constructor Summary | |
|---|---|
| UIGraphic() | |
| Method Summary | |
|---|---|
| String | getFamily() |
| String | getUrl() |
| Object | getValue() |
| ValueBinding | getValueBinding(String name) |
| void | restoreState(FacesContext context, Object state) |
| Object | saveState(FacesContext context) |
| void | setUrl(String url) |
| void | setValue(Object value) |
| void | setValueBinding(String name, ValueBinding binding) |