public class UIWelcomebox
extends javax.faces.component.UIComponentBase
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static String |
FACET_WELCOMETEXT |
static String |
RENDERER_TYPE |
Constructor and Description |
---|
UIWelcomebox() |
Modifier and Type | Method and Description |
---|---|
String |
getFamily() |
javax.faces.el.MethodBinding |
getOnStateChange() |
String |
getShowBoxTitle() |
String |
getStyle() |
String |
getStyleClass() |
String |
getTitle() |
boolean |
isCloseable() |
boolean |
isClosed() |
boolean |
processOnStateChange(javax.faces.context.FacesContext context,
boolean blOpen) |
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
Object |
saveState(javax.faces.context.FacesContext context) |
void |
setCloseable(boolean closeable) |
void |
setClosed(boolean closed) |
void |
setOnStateChange(javax.faces.el.MethodBinding onStateChange) |
void |
setShowBoxTitle(String showBoxTitle) |
void |
setStyle(String style) |
void |
setStyleClass(String styleClass) |
void |
setTitle(String title) |
_xspCleanTransientData, _xspGetReadOnlyObj, _xspGetRendererData, _xspRemoveReadOnlyObj, _xspRemoveRendererData, _xspSetIdUnchecked, _xspSetReadOnlyObj, _xspSetRendererData, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding
public static final String FACET_WELCOMETEXT
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
public String getFamily()
getFamily
in class javax.faces.component.UIComponent
public String getTitle()
public void setTitle(String title)
public boolean isCloseable()
public void setCloseable(boolean closeable)
public boolean isClosed()
public void setClosed(boolean closed)
public String getShowBoxTitle()
public void setShowBoxTitle(String showBoxTitle)
public String getStyle()
public void setStyle(String style)
public String getStyleClass()
public void setStyleClass(String styleClass)
public javax.faces.el.MethodBinding getOnStateChange()
public void setOnStateChange(javax.faces.el.MethodBinding onStateChange)
public void restoreState(javax.faces.context.FacesContext context, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public boolean processOnStateChange(javax.faces.context.FacesContext context, boolean blOpen)
Copyright © 2021. All Rights Reserved.