|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponentBase
javax.faces.component.UINamingContainer
net.sourceforge.smile.component.UIScreen
UIScreen is the root component for smile JSF component trees.
Field Summary |
Fields inherited from interface javax.faces.component.UIComponent |
SEPARATOR_CHAR |
Constructor Summary | |
UIScreen()
|
Method Summary | |
void |
encodeBegin(javax.faces.context.FacesContext context)
The default UIScreen will write the response as an HTML output and generate an HTML form for submitting. |
void |
encodeEnd(javax.faces.context.FacesContext context)
The default UIScreen will close the HTML form and HTML elements. |
java.lang.String |
getTitle()
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class javax.faces.component.UINamingContainer |
addComponentToNamespace, findComponentInNamespace, generateClientId, removeComponentFromNamespace |
Methods inherited from class javax.faces.component.UIComponentBase |
addChild, addChild, addFacet, addValidator, broadcast, clearChildren, clearFacets, clearValidators, containsChild, decode, encodeChildren, findComponent, getAttribute, getAttributeNames, getChild, getChildCount, getChildren, getClientId, getComponentId, getConverter, getFacet, getFacetNames, getFacetsAndChildren, getParent, getRendererType, getRendersChildren, getRendersSelf, getValidators, isRendered, isValid, processDecodes, processReconstitutes, processUpdates, processValidators, reconstitute, removeChild, removeChild, removeFacet, removeValidator, setAttribute, setComponentId, setConverter, setParent, setRendered, setRendererType, setValid, updateModel, validate |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UIScreen()
Method Detail |
public void encodeBegin(javax.faces.context.FacesContext context) throws java.io.IOException
java.io.IOException
UIComponent.encodeBegin(javax.faces.context.FacesContext)
public void encodeEnd(javax.faces.context.FacesContext context) throws java.io.IOException
java.io.IOException
UIComponent.encodeEnd(javax.faces.context.FacesContext)
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |