public class UIShelf
extends org.springframework.extensions.webscripts.ui.common.component.SelfRenderingComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
UIShelf.ShelfEvent
Class representing the an action event relevant to the Shelf.
|
| Constructor and Description |
|---|
UIShelf() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
void |
decode(javax.faces.context.FacesContext context) |
void |
encodeBegin(javax.faces.context.FacesContext context) |
void |
encodeChildren(javax.faces.context.FacesContext context) |
void |
encodeEnd(javax.faces.context.FacesContext context) |
java.lang.String |
getFamily() |
java.lang.String |
getGroupBgcolor() |
javax.faces.el.MethodBinding |
getGroupExpandedActionListener() |
java.lang.String |
getGroupPanel() |
java.lang.String |
getInnerGroupBgcolor() |
java.lang.String |
getInnerGroupPanel() |
boolean |
getRendersChildren() |
java.lang.String |
getSelectedGroupBgcolor() |
java.lang.String |
getSelectedGroupPanel() |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context) |
void |
setGroupBgcolor(java.lang.String groupBgcolor) |
void |
setGroupExpandedActionListener(javax.faces.el.MethodBinding binding) |
void |
setGroupPanel(java.lang.String groupPanel) |
void |
setInnerGroupBgcolor(java.lang.String innerGroupBgcolor) |
void |
setInnerGroupPanel(java.lang.String innerGroupPanel) |
void |
setSelectedGroupBgcolor(java.lang.String selectedGroupBgcolor) |
void |
setSelectedGroupPanel(java.lang.String selectedGroupPanel) |
outputAttributeaddFacesListener, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic java.lang.String getFamily()
getFamily in class javax.faces.component.UIComponentUIComponent.getFamily()public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBaseStateHolder.saveState(javax.faces.context.FacesContext)public void setGroupExpandedActionListener(javax.faces.el.MethodBinding binding)
binding - The MethodBinding to call when the Group expand action is performed by the userpublic javax.faces.el.MethodBinding getGroupExpandedActionListener()
public void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBaseUIComponentBase.decode(javax.faces.context.FacesContext)public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionUIComponentBase.broadcast(javax.faces.event.FacesEvent)public void encodeBegin(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeBegin in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeBegin(javax.faces.context.FacesContext)public void encodeChildren(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeChildren in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeChildren(javax.faces.context.FacesContext)public void encodeEnd(javax.faces.context.FacesContext context)
throws java.io.IOException
encodeEnd in class javax.faces.component.UIComponentBasejava.io.IOExceptionUIComponentBase.encodeEnd(javax.faces.context.FacesContext)public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBaseUIComponentBase.getRendersChildren()public java.lang.String getGroupPanel()
public void setGroupPanel(java.lang.String groupPanel)
groupPanel - The group panel name to set.public java.lang.String getGroupBgcolor()
public void setGroupBgcolor(java.lang.String groupBgcolor)
groupBgcolor - The group background colour to set.public java.lang.String getSelectedGroupPanel()
public void setSelectedGroupPanel(java.lang.String selectedGroupPanel)
selectedGroupPanel - The selected group panel name to set.public java.lang.String getSelectedGroupBgcolor()
public void setSelectedGroupBgcolor(java.lang.String selectedGroupBgcolor)
selectedGroupBgcolor - The selected group background colour to set.public java.lang.String getInnerGroupPanel()
public void setInnerGroupPanel(java.lang.String innerGroupPanel)
innerGroupPanel - The inner group panel name to set.public java.lang.String getInnerGroupBgcolor()
public void setInnerGroupBgcolor(java.lang.String innerGroupBgcolor)
innerGroupBgcolor - The inner group background colour to set.Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.