public class UISeparator extends PropertySheetItem
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
componentGenerator, converter, displayLabel, ignoreIfMissing, name, readOnly, resolvedDisplayLabel
COMPONENT_TYPE
SEPARATOR_CHAR
Constructor and Description |
---|
UISeparator()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
generateItem(FacesContext context,
UIPropertySheet propSheet)
Generates the label and control for the item
|
String |
getFamily() |
protected 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, setReadOnly
addFacesListener, 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, setValueBinding
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class UIPanel
UIComponent.getFamily()
protected String getIncorrectParentMsg()
PropertySheetItem
getIncorrectParentMsg
in class PropertySheetItem
protected void generateItem(FacesContext context, UIPropertySheet propSheet) throws IOException
PropertySheetItem
generateItem
in class PropertySheetItem
context
- FacesContextpropSheet
- The property sheet that the item is a child ofIOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.