| org.zkoss.jsf.zul.impl.AbstractComponent org.zkoss.jsf.zul.impl.BaseInit
All known Subclasses: org.zkoss.jsf.zul.Init,
BaseInit | abstract public class BaseInit extends AbstractComponent (Code) | | The skeletal class used to implement the Initiator
author: Dennis.Chen |
encodeEnd | public void encodeEnd(FacesContext context) throws IOException(Code) | | Override Method, write a special mark denoting the component in this
method
|
getUseClass | public String getUseClass()(Code) | | Returns the class name that is used to implement the Initiator
Default: null
the class name used to implement the ZUL Component, or null touse the default |
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Override Method, restore the state of this component.
|
saveState | public Object saveState(FacesContext context)(Code) | | Override Method, save the state of this component.
|
setDynamicAttribute | public void setDynamicAttribute(Map map)(Code) | | Set dynamic attribute of Initiator
Parameters: map - the dynamic attributes. |
setUseClass | public void setUseClass(String useClass)(Code) | | Sets the class that implements
Initiator .
Parameters: useClass - a class name with derived class which is implementsInitiator throws: IllegalArgumentException - if input class can't be found or is not implement Initiator |
|
|