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) |
String |
getFamily() |
String |
getGroupBgcolor() |
javax.faces.el.MethodBinding |
getGroupExpandedActionListener() |
String |
getGroupPanel() |
String |
getInnerGroupBgcolor() |
String |
getInnerGroupPanel() |
boolean |
getRendersChildren() |
String |
getSelectedGroupBgcolor() |
String |
getSelectedGroupPanel() |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setGroupBgcolor(String groupBgcolor) |
void |
setGroupExpandedActionListener(javax.faces.el.MethodBinding binding) |
void |
setGroupPanel(String groupPanel) |
void |
setInnerGroupBgcolor(String innerGroupBgcolor) |
void |
setInnerGroupPanel(String innerGroupPanel) |
void |
setSelectedGroupBgcolor(String selectedGroupBgcolor) |
void |
setSelectedGroupPanel(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 String getFamily()
getFamily in class javax.faces.component.UIComponentUIComponent.getFamily()public void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseStateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)public 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 IOException
encodeBegin in class javax.faces.component.UIComponentBaseIOExceptionUIComponentBase.encodeBegin(javax.faces.context.FacesContext)public void encodeChildren(javax.faces.context.FacesContext context)
throws IOException
encodeChildren in class javax.faces.component.UIComponentBaseIOExceptionUIComponentBase.encodeChildren(javax.faces.context.FacesContext)public void encodeEnd(javax.faces.context.FacesContext context)
throws IOException
encodeEnd in class javax.faces.component.UIComponentBaseIOExceptionUIComponentBase.encodeEnd(javax.faces.context.FacesContext)public boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBaseUIComponentBase.getRendersChildren()public String getGroupPanel()
public void setGroupPanel(String groupPanel)
groupPanel - The group panel name to set.public String getGroupBgcolor()
public void setGroupBgcolor(String groupBgcolor)
groupBgcolor - The group background colour to set.public String getSelectedGroupPanel()
public void setSelectedGroupPanel(String selectedGroupPanel)
selectedGroupPanel - The selected group panel name to set.public String getSelectedGroupBgcolor()
public void setSelectedGroupBgcolor(String selectedGroupBgcolor)
selectedGroupBgcolor - The selected group background colour to set.public String getInnerGroupPanel()
public void setInnerGroupPanel(String innerGroupPanel)
innerGroupPanel - The inner group panel name to set.public String getInnerGroupBgcolor()
public void setInnerGroupBgcolor(String innerGroupBgcolor)
innerGroupBgcolor - The inner group background colour to set.Copyright © 2005–2018 Alfresco Software. All rights reserved.