net.sourceforge.smile.component
Class UIScreen

java.lang.Object
  extended byjavax.faces.component.UIComponentBase
      extended byjavax.faces.component.UINamingContainer
          extended bynet.sourceforge.smile.component.UIScreen
All Implemented Interfaces:
javax.faces.component.NamingContainer, java.io.Serializable, javax.faces.component.UIComponent
Direct Known Subclasses:
Demo

public class UIScreen
extends javax.faces.component.UINamingContainer

UIScreen is the root component for smile JSF component trees.

See Also:
Serialized Form

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

UIScreen

public UIScreen()
Method Detail

encodeBegin

public void encodeBegin(javax.faces.context.FacesContext context)
                 throws java.io.IOException
The default UIScreen will write the response as an HTML output and generate an HTML form for submitting.

Throws:
java.io.IOException
See Also:
UIComponent.encodeBegin(javax.faces.context.FacesContext)

encodeEnd

public void encodeEnd(javax.faces.context.FacesContext context)
               throws java.io.IOException
The default UIScreen will close the HTML form and HTML elements.

Throws:
java.io.IOException
See Also:
UIComponent.encodeEnd(javax.faces.context.FacesContext)

getTitle

public java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)