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(FacesEvent event) |
void |
decode(FacesContext context) |
void |
encodeBegin(FacesContext context) |
void |
encodeChildren(FacesContext context) |
void |
encodeEnd(FacesContext context) |
String |
getFamily() |
String |
getGroupBgcolor() |
MethodBinding |
getGroupExpandedActionListener() |
String |
getGroupPanel() |
String |
getInnerGroupBgcolor() |
String |
getInnerGroupPanel() |
boolean |
getRendersChildren() |
String |
getSelectedGroupBgcolor() |
String |
getSelectedGroupPanel() |
void |
restoreState(FacesContext context,
Object state) |
Object |
saveState(FacesContext context) |
void |
setGroupBgcolor(String groupBgcolor) |
void |
setGroupExpandedActionListener(MethodBinding binding) |
void |
setGroupPanel(String groupPanel) |
void |
setInnerGroupBgcolor(String innerGroupBgcolor) |
void |
setInnerGroupPanel(String innerGroupPanel) |
void |
setSelectedGroupBgcolor(String selectedGroupBgcolor) |
void |
setSelectedGroupPanel(String selectedGroupPanel) |
outputAttribute
addFacesListener, 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, setValueBinding
public String getFamily()
getFamily
in class UIComponent
UIComponent.getFamily()
public void restoreState(FacesContext context, Object state)
restoreState
in interface StateHolder
restoreState
in class UIComponentBase
StateHolder.restoreState(javax.faces.context.FacesContext, java.lang.Object)
public Object saveState(FacesContext context)
saveState
in interface StateHolder
saveState
in class UIComponentBase
StateHolder.saveState(javax.faces.context.FacesContext)
public void setGroupExpandedActionListener(MethodBinding binding)
binding
- The MethodBinding to call when the Group expand action is performed by the userpublic MethodBinding getGroupExpandedActionListener()
public void decode(FacesContext context)
decode
in class UIComponentBase
UIComponentBase.decode(javax.faces.context.FacesContext)
public void broadcast(FacesEvent event) throws AbortProcessingException
broadcast
in class UIComponentBase
AbortProcessingException
UIComponentBase.broadcast(javax.faces.event.FacesEvent)
public void encodeBegin(FacesContext context) throws IOException
encodeBegin
in class UIComponentBase
IOException
UIComponentBase.encodeBegin(javax.faces.context.FacesContext)
public void encodeChildren(FacesContext context) throws IOException
encodeChildren
in class UIComponentBase
IOException
UIComponentBase.encodeChildren(javax.faces.context.FacesContext)
public void encodeEnd(FacesContext context) throws IOException
encodeEnd
in class UIComponentBase
IOException
UIComponentBase.encodeEnd(javax.faces.context.FacesContext)
public boolean getRendersChildren()
getRendersChildren
in class UIComponentBase
UIComponentBase.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–2017 Alfresco Software. All rights reserved.