|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Applet
A generic applet component.
| Field Summary |
|---|
| Fields inherited from interface org.zkoss.zk.ui.Component |
|---|
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPE |
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Return the code of the applet, i.e., the URI of the Java class. |
java.util.Map |
getParams()
Returns a map of parameters (never null). |
void |
invoke(java.lang.String function)
Invokes the function of the applet running at the client. |
void |
invoke(java.lang.String function,
java.lang.String argument)
Invokes the function of the applet running at the client with one argument. |
void |
invoke(java.lang.String function,
java.lang.String[] arguments)
Invokes the function of the applet running at the client with variable number argument. |
void |
setCode(java.lang.String code)
Sets the code of the applet, i.e., the URI of the Java class. |
void |
setField(java.lang.String field,
java.lang.String value)
Sets the value of the specified filed. |
java.lang.String |
setParam(java.lang.String name,
java.lang.String value)
Sets a parameter. |
void |
setParams(java.util.Map params)
Sets a map of parameters (all existent parameters are removed first). |
| Methods inherited from interface org.zkoss.zul.impl.api.XulElement |
|---|
getAction, getContext, getCtrlKeys, getPopup, getTooltip, setAction, setContext, setContext, setCtrlKeys, setPopup, setPopup, setTooltip, setTooltip |
| Methods inherited from interface org.zkoss.zk.ui.api.HtmlBasedComponent |
|---|
focus, getHeight, getLeft, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZclass, getZindex, getZIndex, setDraggable, setDroppable, setFocus, setHeight, setLeft, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndex |
| Method Detail |
|---|
java.lang.String getCode()
void setCode(java.lang.String code)
void setParams(java.util.Map params)
java.util.Map getParams()
java.lang.String setParam(java.lang.String name,
java.lang.String value)
void invoke(java.lang.String function)
void invoke(java.lang.String function,
java.lang.String argument)
void invoke(java.lang.String function,
java.lang.String[] arguments)
void setField(java.lang.String field,
java.lang.String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||