|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
org.alfresco.web.ui.repo.component.property.PropertySheetItem
org.alfresco.web.ui.repo.component.property.UISeparator
public class UISeparator
Component to represent a separator within a property sheet
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
Fields inherited from class org.alfresco.web.ui.repo.component.property.PropertySheetItem |
---|
componentGenerator, converter, displayLabel, ignoreIfMissing, name, readOnly, resolvedDisplayLabel |
Fields inherited from class javax.faces.component.UIPanel |
---|
COMPONENT_TYPE |
Fields inherited from interface javax.faces.component.NamingContainer |
---|
SEPARATOR_CHAR |
Constructor Summary | |
---|---|
UISeparator()
Default constructor |
Method Summary | |
---|---|
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 |
Methods inherited from class org.alfresco.web.ui.repo.component.property.PropertySheetItem |
---|
encodeBegin, generateLabel, getComponentGenerator, getConverter, getDisplayLabel, getIgnoreIfMissing, getName, getResolvedDisplayLabel, isReadOnly, restoreState, saveState, setComponentGenerator, setConverter, setDisplayLabel, setIgnoreIfMissing, setName, setReadOnly |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public UISeparator()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class javax.faces.component.UIPanel
UIComponent.getFamily()
protected java.lang.String getIncorrectParentMsg()
PropertySheetItem
getIncorrectParentMsg
in class PropertySheetItem
protected void generateItem(javax.faces.context.FacesContext context, UIPropertySheet propSheet) throws java.io.IOException
PropertySheetItem
generateItem
in class PropertySheetItem
context
- FacesContextpropSheet
- The property sheet that the item is a child of
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |