Modifier and Type | Class | Description |
---|---|---|
static class |
Sidebar.PropertyKeys |
Modifier and Type | Field | 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 | Description |
---|---|
Sidebar() |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTree
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
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
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 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 © 2018. All rights reserved.