|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary |
| Fields inherited from interface edu.washington.cs.supple.render.Widget |
MAX_HINT, NO_BORDER, NO_NAME, TOP_LEVEL_WIDGET |
| Method Summary | |
HtmlView |
doAction(java.lang.String name)
This method is called when a user clicks an html button. |
java.lang.String |
getHtmlComponent(int hints)
Produces HTML code for that instance of the widget |
java.lang.String |
getHtmlId()
Get the unique id used to identify this widget within an HTML document. |
void |
setParameterValue(java.lang.String name,
java.lang.String value)
This method is called in response to a user changing widget values. |
| Methods inherited from interface edu.washington.cs.supple.render.Widget |
childIterator, clone, clone, disengage, engage, getBag, getConcreteWidget, getConcreteWidget, getCost, getEffortEstimate, getPath, getSize, getSizeCache, getTextLabel, getType, getUiObject, getWidgetDescriptor, getWidgetProperties, hasChildren, isEngaged, isEquivalent, setBag, setCost, setEnabled, setParent, setSizeCache, setWrapper, unwrapWidget |
| Method Detail |
public java.lang.String getHtmlId()
public java.lang.String getHtmlComponent(int hints)
hints - rendering hints
public void setParameterValue(java.lang.String name,
java.lang.String value)
throws java.lang.IllegalArgumentException
name - Name of the parametervalue - the value passed back
java.lang.IllegalArgumentException - thrown if the value could not be accepted for some reason
public HtmlView doAction(java.lang.String name)
throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||