public class Sidebar
extends javax.faces.component.UIComponentBase
Modifier and Type | Class and Description |
---|---|
static class |
org.primefaces.component.sidebar.SidebarBase.PropertyKeys |
Modifier and Type | Field and Description |
---|---|
static String |
CLOSE_ICON_CLASS |
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
DEFAULT_RENDERER |
static String |
FULL_BAR_CLASS |
static String |
STYLE_CLASS |
static String |
TITLE_BAR_CLOSE_CLASS |
Constructor and Description |
---|
Sidebar() |
Modifier and Type | Method and Description |
---|---|
String |
getAppendTo() |
int |
getBaseZIndex() |
String |
getFamily() |
String |
getOnHide() |
String |
getOnShow() |
String |
getPosition() |
String |
getStyle() |
String |
getStyleClass() |
String |
getWidgetVar() |
boolean |
isBlockScroll() |
boolean |
isFullScreen() |
boolean |
isVisible() |
String |
resolveWidgetVar() |
void |
setAppendTo(String appendTo) |
void |
setBaseZIndex(int baseZIndex) |
void |
setBlockScroll(boolean blockScroll) |
void |
setFullScreen(boolean fullScreen) |
void |
setOnHide(String onHide) |
void |
setOnShow(String onShow) |
void |
setPosition(String position) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setVisible(boolean visible) |
void |
setWidgetVar(String widgetVar) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
public static final String COMPONENT_TYPE
public static final String STYLE_CLASS
public static final String TITLE_BAR_CLOSE_CLASS
public static final String CLOSE_ICON_CLASS
public static final String FULL_BAR_CLASS
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getWidgetVar()
public void setWidgetVar(String widgetVar)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public boolean isVisible()
public void setVisible(boolean visible)
public String getPosition()
public void setPosition(String position)
public boolean isFullScreen()
public void setFullScreen(boolean fullScreen)
public boolean isBlockScroll()
public void setBlockScroll(boolean blockScroll)
public int getBaseZIndex()
public void setBaseZIndex(int baseZIndex)
public String getAppendTo()
public void setAppendTo(String appendTo)
public String getOnShow()
public void setOnShow(String onShow)
public String getOnHide()
public void setOnHide(String onHide)
public String resolveWidgetVar()
resolveWidgetVar
in interface Widget
Copyright © 2019. All rights reserved.