public abstract class JSFComponentBase
extends UIComponentBase
Modifier and Type | Class and Description |
---|---|
protected static class |
JSFComponentBase.DeadComponentHolderListener |
Constructor and Description |
---|
JSFComponentBase() |
Modifier and Type | Method and Description |
---|---|
protected static java.lang.String |
appendStyle(java.lang.String style,
java.lang.String attr,
java.lang.String value) |
protected void |
applyProperties(FacesContext context,
org.zkoss.zk.ui.Component component) |
protected void |
applyProperty(org.zkoss.zk.ui.Component comp,
java.lang.String nm,
java.lang.Object value) |
protected static void |
assignProperty(org.zkoss.zk.ui.Component comp,
java.lang.String name,
java.lang.Object value) |
protected void |
doAfterCompose(org.zkoss.zk.ui.Component component) |
void |
encodeBegin(FacesContext context) |
java.util.Map<java.lang.String,java.lang.Object> |
getAttributes() |
java.lang.String |
getFamily() |
protected java.lang.Object |
getStateProperty(java.lang.String name) |
org.zkoss.zk.ui.Component |
getZKComponent() |
protected java.lang.String |
getZKComponentUuid() |
org.zkoss.zk.ui.Desktop |
getZKDesktop() |
protected java.lang.String |
getZKDesktopId() |
protected JSFComponentBase.DeadComponentHolderListener |
newDeadComponentHolderListener() |
protected abstract org.zkoss.zk.ui.Component |
newZKComponent() |
void |
processUpdates(FacesContext context) |
protected void |
releaseResource(org.zkoss.zk.ui.Component comp)
call back to cleanup a component resource, it is in zk execution scope
|
void |
restoreState(FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(FacesContext context) |
void |
setValueExpression(java.lang.String name,
javax.el.ValueExpression binding) |
public void setValueExpression(java.lang.String name, javax.el.ValueExpression binding)
public java.util.Map<java.lang.String,java.lang.Object> getAttributes()
protected abstract org.zkoss.zk.ui.Component newZKComponent()
protected java.lang.String getZKComponentUuid()
public org.zkoss.zk.ui.Component getZKComponent()
protected java.lang.String getZKDesktopId()
public org.zkoss.zk.ui.Desktop getZKDesktop()
public void encodeBegin(FacesContext context) throws java.io.IOException
java.io.IOException
protected JSFComponentBase.DeadComponentHolderListener newDeadComponentHolderListener()
protected void releaseResource(org.zkoss.zk.ui.Component comp)
protected java.lang.Object getStateProperty(java.lang.String name)
protected void applyProperties(FacesContext context, org.zkoss.zk.ui.Component component)
protected void applyProperty(org.zkoss.zk.ui.Component comp, java.lang.String nm, java.lang.Object value)
protected static void assignProperty(org.zkoss.zk.ui.Component comp, java.lang.String name, java.lang.Object value)
protected void doAfterCompose(org.zkoss.zk.ui.Component component) throws java.lang.Exception
java.lang.Exception
public java.lang.String getFamily()
public void processUpdates(FacesContext context)
public void restoreState(FacesContext context, java.lang.Object state)
public java.lang.Object saveState(FacesContext context)
protected static java.lang.String appendStyle(java.lang.String style, java.lang.String attr, java.lang.String value)
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.