public class UISeparator extends PropertySheetItem
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
componentGenerator, converter, displayLabel, ignoreIfMissing, name, readOnly, resolvedDisplayLabel| Constructor and Description |
|---|
UISeparator()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
generateItem(javax.faces.context.FacesContext context,
UIPropertySheet propSheet)
Generates the label and control for the item
|
java.lang.String |
getFamily() |
protected java.lang.String |
getIncorrectParentMsg()
Returns the message to use in the exception that is thrown if the component
is not nested inside a PropertySheet component
|
encodeBegin, generateLabel, getComponentGenerator, getConverter, getDisplayLabel, getIgnoreIfMissing, getName, getResolvedDisplayLabel, isReadOnly, restoreState, saveState, setComponentGenerator, setConverter, setDisplayLabel, setIgnoreIfMissing, setName, setReadOnlyaddFacesListener, broadcast, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final java.lang.String COMPONENT_FAMILY
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIPanelUIComponent.getFamily()protected java.lang.String getIncorrectParentMsg()
PropertySheetItemgetIncorrectParentMsg in class PropertySheetItemprotected void generateItem(javax.faces.context.FacesContext context,
UIPropertySheet propSheet)
throws java.io.IOException
PropertySheetItemgenerateItem in class PropertySheetItemcontext - FacesContextpropSheet - The property sheet that the item is a child ofjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.