public class HtmlPanelGroup
extends javax.faces.component.html.HtmlPanelGroup
implements org.icefaces.impl.component.SeriesStateHolder
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_TYPE |
static java.lang.String |
RENDERER_TYPE |
static java.lang.String |
SCROLLABLE_STYLE |
protected java.lang.Boolean |
visible |
| Constructor and Description |
|---|
HtmlPanelGroup() |
| Modifier and Type | Method and Description |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event) |
void |
decode(javax.faces.context.FacesContext context) |
java.lang.Object |
getContextValue()
Return the value of the
contextValue property,
which uniquely identifies the portion of the data model that
is being represented within this panelGroup. |
com.icesoft.faces.context.effects.CurrentStyle |
getCurrentStyle()
Return the value of the
currentStyle property. |
java.lang.String |
getDraggable()
Return the value of the
draggable property. |
javax.faces.el.MethodBinding |
getDragListener()
Return the value of the
dragListener property. |
java.lang.String |
getDragMask()
Return the value of the
dragMask property. |
java.lang.String |
getDragOptions()
Return the value of the
dragOptions property. |
java.lang.Object |
getDragValue()
Return the value of the
dragValue property. |
javax.faces.el.MethodBinding |
getDropListener()
Return the value of the
dropListener property. |
java.lang.String |
getDropMask()
Return the value of the
dropMask property. |
java.lang.String |
getDropTarget()
Return the value of the
dropTarget property. |
java.lang.String |
getDropTargetScrollerId() |
java.lang.Object |
getDropValue()
Return the value of the
dropValue property. |
com.icesoft.faces.context.effects.Effect |
getEffect()
Return the value of the
effect property. |
java.lang.String |
getHoverclass() |
java.lang.String |
getMenuPopup()
Return the value of the
menuPopup property,
which is the id of the ice:menuPopup to show when the user
context-clicks on this component |
java.lang.String |
getOnclick()
Return the value of the
onclick property. |
com.icesoft.faces.context.effects.Effect |
getOnclickeffect()
Return the value of the
onclickeffect property. |
java.lang.String |
getOndblclick()
Return the value of the
ondblclick property. |
com.icesoft.faces.context.effects.Effect |
getOndblclickeffect()
Return the value of the
ondblclickeffect property. |
java.lang.String |
getOnkeydown()
Return the value of the
onkeydown property. |
com.icesoft.faces.context.effects.Effect |
getOnkeydowneffect()
Return the value of the
onkeydowneffect property. |
java.lang.String |
getOnkeypress()
Return the value of the
onkeypress property. |
com.icesoft.faces.context.effects.Effect |
getOnkeypresseffect()
Return the value of the
onkeypresseffect property. |
java.lang.String |
getOnkeyup()
Return the value of the
onkeyup property. |
com.icesoft.faces.context.effects.Effect |
getOnkeyupeffect()
Return the value of the
onkeyupeffect property. |
java.lang.String |
getOnmousedown()
Return the value of the
onmousedown property. |
com.icesoft.faces.context.effects.Effect |
getOnmousedowneffect()
Return the value of the
onmousedowneffect property. |
java.lang.String |
getOnmousemove()
Return the value of the
onmousemove property. |
com.icesoft.faces.context.effects.Effect |
getOnmousemoveeffect()
Return the value of the
onmousemoveeffect property. |
java.lang.String |
getOnmouseout()
Return the value of the
onmouseout property. |
com.icesoft.faces.context.effects.Effect |
getOnmouseouteffect()
Return the value of the
onmouseouteffect property. |
java.lang.String |
getOnmouseover()
Return the value of the
onmouseover property. |
com.icesoft.faces.context.effects.Effect |
getOnmouseovereffect()
Return the value of the
onmouseovereffect property. |
java.lang.String |
getOnmouseup()
Return the value of the
onmouseup property. |
com.icesoft.faces.context.effects.Effect |
getOnmouseupeffect()
Return the value of the
onmouseupeffect property. |
java.lang.String |
getPanelTooltip()
Return the value of the
panelTooltip property. |
java.lang.String |
getRenderedOnUserRole()
Return the value of the
renderedOnUserRole property. |
java.lang.String |
getRenderedStyle()
Return the value of the
renderedStyle property. |
java.lang.String |
getScrollHeight()
Return the value of the
scrollHeight property. |
java.lang.String |
getScrollWidth()
Return the value of the
scrollWidth property. |
java.lang.String |
getStyle()
Return the value of the
style property. |
java.lang.String |
getStyleClass()
Return the value of the
styleClass property. |
java.lang.String |
getTitle()
Return the value of the
title property. |
boolean |
isRendered()
Return the value of the
rendered property. |
boolean |
isVisible()
Return the value of the
visible property. |
void |
queueEvent(javax.faces.event.FacesEvent event) |
void |
restoreSeriesState(javax.faces.context.FacesContext facesContext,
java.lang.Object state) |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries
in the state Object.
|
java.lang.Object |
saveSeriesState(javax.faces.context.FacesContext facesContext) |
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a
Serializable
Object. |
void |
setContextValue(java.lang.Object contextValue)
Set the value of the
contextValue property,
which uniquely identifies the portion of the data model that
is being represented within this panelGroup. |
void |
setCurrentStyle(com.icesoft.faces.context.effects.CurrentStyle currentStyle)
Set the value of the
currentStyle property. |
void |
setDraggable(java.lang.String draggable)
Set the value of the
draggable property. |
void |
setDragListener(javax.faces.el.MethodBinding dragListener)
Set the value of the
dragListener property. |
void |
setDragMask(java.lang.String dragMask)
Set the value of the
dragMask property. |
void |
setDragOptions(java.lang.String s)
Set the value of the
dragOptions property. |
void |
setDragValue(java.lang.Object dragValue)
Set the value of the
dragValue property. |
void |
setDropListener(javax.faces.el.MethodBinding dropListener)
Set the value of the
dropListener property. |
void |
setDropMask(java.lang.String dropMask)
Set the value of the
dropMask property. |
void |
setDropTarget(java.lang.String dropTarget)
Set the value of the
dropTarget property. |
void |
setDropTargetScrollerId(java.lang.String dropTargetScrollerId) |
void |
setDropValue(java.lang.Object dropValue)
Set the value of the
dropValue property. |
void |
setEffect(com.icesoft.faces.context.effects.Effect effect)
Set the value of the
effect property. |
void |
setHoverclass(java.lang.String hoverclass) |
void |
setMenuPopup(java.lang.String menuPopup)
Set the value of the
menuPopup property,
which is the id of the ice:menuPopup to show when the user
context-clicks on this component |
void |
setOnclick(java.lang.String onclick)
Set the value of the
onclick property. |
void |
setOnclickeffect(com.icesoft.faces.context.effects.Effect onclickeffect)
Set the value of the
onclickeffect property. |
void |
setOndblclick(java.lang.String ondblclick)
Set the value of the
ondblclick property. |
void |
setOndblclickeffect(com.icesoft.faces.context.effects.Effect ondblclickeffect)
Set the value of the
ondblclickeffect property. |
void |
setOnkeydown(java.lang.String onkeydown)
Set the value of the
onkeydown property. |
void |
setOnkeydowneffect(com.icesoft.faces.context.effects.Effect onkeydowneffect)
Set the value of the
onkeydowneffect property. |
void |
setOnkeypress(java.lang.String onkeypress)
Set the value of the
onkeypress property. |
void |
setOnkeypresseffect(com.icesoft.faces.context.effects.Effect onkeypresseffect)
Set the value of the
onkeypresseffect property. |
void |
setOnkeyup(java.lang.String onkeyup)
Set the value of the
onkeyup property. |
void |
setOnkeyupeffect(com.icesoft.faces.context.effects.Effect onkeyupeffect)
Set the value of the
onkeyupeffect property. |
void |
setOnmousedown(java.lang.String onmousedown)
Set the value of the
onmousedown property. |
void |
setOnmousedowneffect(com.icesoft.faces.context.effects.Effect onmousedowneffect)
Set the value of the
onmousedowneffect property. |
void |
setOnmousemove(java.lang.String onmousemove)
Set the value of the
onmousemove property. |
void |
setOnmousemoveeffect(com.icesoft.faces.context.effects.Effect onmousemoveeffect)
Set the value of the
onmousemoveeffect property. |
void |
setOnmouseout(java.lang.String onmouseout)
Set the value of the
onmouseout property. |
void |
setOnmouseouteffect(com.icesoft.faces.context.effects.Effect onmouseouteffect)
Set the value of the
onmouseouteffect property. |
void |
setOnmouseover(java.lang.String onmouseover)
Set the value of the
onmouseover property. |
void |
setOnmouseovereffect(com.icesoft.faces.context.effects.Effect onmouseovereffect)
Set the value of the
onmouseovereffect property. |
void |
setOnmouseup(java.lang.String onmouseup)
Set the value of the
onmouseup property. |
void |
setOnmouseupeffect(com.icesoft.faces.context.effects.Effect onmouseupeffect)
Set the value of the
onmouseupeffect property. |
void |
setPanelTooltip(java.lang.String panelTooltip)
Set the value of the
panelTooltip property. |
void |
setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the
renderedOnUserRole property. |
void |
setRenderedStyle(java.lang.String renderedStyle)
Set the value of the
renderedStyle property. |
void |
setScrollHeight(java.lang.String scrollHeight)
Set the value of the
scrollHeight property. |
void |
setScrollWidth(java.lang.String scrollWidth)
Set the value of the
scrollWidth property. |
void |
setStyle(java.lang.String style)
Set the value of the
style property. |
void |
setTitle(java.lang.String title)
Set the value of the
title property. |
void |
setValueBinding(java.lang.String s,
javax.faces.el.ValueBinding vb) |
void |
setVisible(boolean visible)
Set the value of the
visible property. |
getLayout, setLayout, setStyleClassaddClientBehavior, addFacesListener, clearInitialState, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
public static final java.lang.String SCROLLABLE_STYLE
protected java.lang.Boolean visible
public void decode(javax.faces.context.FacesContext context)
decode in class javax.faces.component.UIComponentBasepublic void setValueBinding(java.lang.String s,
javax.faces.el.ValueBinding vb)
setValueBinding in class javax.faces.component.UIComponentBasepublic void setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the renderedOnUserRole property.
public java.lang.String getRenderedOnUserRole()
Return the value of the renderedOnUserRole property.
public void setVisible(boolean visible)
Set the value of the visible property.
public boolean isVisible()
Return the value of the visible property.
public void setStyle(java.lang.String style)
Set the value of the style property.
setStyle in class javax.faces.component.html.HtmlPanelGrouppublic java.lang.String getStyle()
Return the value of the style property.
getStyle in class javax.faces.component.html.HtmlPanelGrouppublic void setDragOptions(java.lang.String s)
Set the value of the dragOptions property.
public java.lang.String getDragOptions()
Return the value of the dragOptions property.
public void setScrollWidth(java.lang.String scrollWidth)
Set the value of the scrollWidth property.
public java.lang.String getScrollWidth()
Return the value of the scrollWidth property.
public void setScrollHeight(java.lang.String scrollHeight)
Set the value of the scrollHeight property.
public java.lang.String getScrollHeight()
Return the value of the scrollHeight property.
public boolean isRendered()
Return the value of the rendered property.
isRendered in class javax.faces.component.UIComponentBasepublic java.lang.String getDraggable()
Return the value of the draggable property.
public void setDraggable(java.lang.String draggable)
Set the value of the draggable property.
public javax.faces.el.MethodBinding getDragListener()
Return the value of the dragListener property.
public void setDragListener(javax.faces.el.MethodBinding dragListener)
Set the value of the dragListener property.
public java.lang.Object getDragValue()
Return the value of the dragValue property.
public void setDragValue(java.lang.Object dragValue)
Set the value of the dragValue property.
public java.lang.String getDropTarget()
Return the value of the dropTarget property.
public void setDropTarget(java.lang.String dropTarget)
Set the value of the dropTarget property.
public javax.faces.el.MethodBinding getDropListener()
Return the value of the dropListener property.
public void setDropListener(javax.faces.el.MethodBinding dropListener)
Set the value of the dropListener property.
public java.lang.Object getDropValue()
Return the value of the dropValue property.
public void setDropValue(java.lang.Object dropValue)
Set the value of the dropValue property.
public java.lang.String getDropMask()
Return the value of the dropMask property.
public void setDropMask(java.lang.String dropMask)
Set the value of the dropMask property.
public java.lang.String getDragMask()
Return the value of the dragMask property.
public void setDragMask(java.lang.String dragMask)
Set the value of the dragMask property.
public com.icesoft.faces.context.effects.Effect getEffect()
Return the value of the effect property.
public void setEffect(com.icesoft.faces.context.effects.Effect effect)
Set the value of the effect property.
public com.icesoft.faces.context.effects.Effect getOnclickeffect()
Return the value of the onclickeffect property.
public void setOnclickeffect(com.icesoft.faces.context.effects.Effect onclickeffect)
Set the value of the onclickeffect property.
public com.icesoft.faces.context.effects.Effect getOndblclickeffect()
Return the value of the ondblclickeffect property.
public void setOndblclickeffect(com.icesoft.faces.context.effects.Effect ondblclickeffect)
Set the value of the ondblclickeffect property.
public com.icesoft.faces.context.effects.Effect getOnmousedowneffect()
Return the value of the onmousedowneffect property.
public void setOnmousedowneffect(com.icesoft.faces.context.effects.Effect onmousedowneffect)
Set the value of the onmousedowneffect property.
public com.icesoft.faces.context.effects.Effect getOnmouseupeffect()
Return the value of the onmouseupeffect property.
public void setOnmouseupeffect(com.icesoft.faces.context.effects.Effect onmouseupeffect)
Set the value of the onmouseupeffect property.
public com.icesoft.faces.context.effects.Effect getOnmousemoveeffect()
Return the value of the onmousemoveeffect property.
public void setOnmousemoveeffect(com.icesoft.faces.context.effects.Effect onmousemoveeffect)
Set the value of the onmousemoveeffect property.
public com.icesoft.faces.context.effects.Effect getOnmouseovereffect()
Return the value of the onmouseovereffect property.
public void setOnmouseovereffect(com.icesoft.faces.context.effects.Effect onmouseovereffect)
Set the value of the onmouseovereffect property.
public com.icesoft.faces.context.effects.Effect getOnmouseouteffect()
Return the value of the onmouseouteffect property.
public void setOnmouseouteffect(com.icesoft.faces.context.effects.Effect onmouseouteffect)
Set the value of the onmouseouteffect property.
public com.icesoft.faces.context.effects.Effect getOnkeypresseffect()
Return the value of the onkeypresseffect property.
public void setOnkeypresseffect(com.icesoft.faces.context.effects.Effect onkeypresseffect)
Set the value of the onkeypresseffect property.
public com.icesoft.faces.context.effects.Effect getOnkeydowneffect()
Return the value of the onkeydowneffect property.
public void setOnkeydowneffect(com.icesoft.faces.context.effects.Effect onkeydowneffect)
Set the value of the onkeydowneffect property.
public com.icesoft.faces.context.effects.Effect getOnkeyupeffect()
Return the value of the onkeyupeffect property.
public void setOnkeyupeffect(com.icesoft.faces.context.effects.Effect onkeyupeffect)
Set the value of the onkeyupeffect property.
public java.lang.String getMenuPopup()
Return the value of the menuPopup property,
which is the id of the ice:menuPopup to show when the user
context-clicks on this component
public void setMenuPopup(java.lang.String menuPopup)
Set the value of the menuPopup property,
which is the id of the ice:menuPopup to show when the user
context-clicks on this component
public java.lang.Object saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object.
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
Perform any processing required to restore the state from the entries in the state Object.
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic java.lang.Object saveSeriesState(javax.faces.context.FacesContext facesContext)
saveSeriesState in interface org.icefaces.impl.component.SeriesStateHolderpublic void restoreSeriesState(javax.faces.context.FacesContext facesContext,
java.lang.Object state)
restoreSeriesState in interface org.icefaces.impl.component.SeriesStateHolderpublic void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class javax.faces.component.UIComponentBasejavax.faces.event.AbortProcessingExceptionpublic void queueEvent(javax.faces.event.FacesEvent event)
queueEvent in class javax.faces.component.UIComponentBasepublic com.icesoft.faces.context.effects.CurrentStyle getCurrentStyle()
Return the value of the currentStyle property.
public void setCurrentStyle(com.icesoft.faces.context.effects.CurrentStyle currentStyle)
Set the value of the currentStyle property.
public java.lang.String getRenderedStyle()
Return the value of the renderedStyle property.
public void setRenderedStyle(java.lang.String renderedStyle)
Set the value of the renderedStyle property.
public java.lang.String getHoverclass()
public void setHoverclass(java.lang.String hoverclass)
public java.lang.String getStyleClass()
Return the value of the styleClass property.
getStyleClass in class javax.faces.component.html.HtmlPanelGrouppublic void setPanelTooltip(java.lang.String panelTooltip)
Set the value of the panelTooltip property.
public java.lang.String getPanelTooltip()
Return the value of the panelTooltip property.
public void setContextValue(java.lang.Object contextValue)
Set the value of the contextValue property,
which uniquely identifies the portion of the data model that
is being represented within this panelGroup.
public java.lang.Object getContextValue()
Return the value of the contextValue property,
which uniquely identifies the portion of the data model that
is being represented within this panelGroup.
public java.lang.String getOnclick()
Return the value of the onclick property.
public void setOnclick(java.lang.String onclick)
Set the value of the onclick property.
public java.lang.String getOndblclick()
Return the value of the ondblclick property.
public void setOndblclick(java.lang.String ondblclick)
Set the value of the ondblclick property.
public java.lang.String getOnmousedown()
Return the value of the onmousedown property.
public void setOnmousedown(java.lang.String onmousedown)
Set the value of the onmousedown property.
public java.lang.String getOnmouseup()
Return the value of the onmouseup property.
public void setOnmouseup(java.lang.String onmouseup)
Set the value of the onmouseup property.
public java.lang.String getOnmousemove()
Return the value of the onmousemove property.
public void setOnmousemove(java.lang.String onmousemove)
Set the value of the onmousemove property.
public java.lang.String getOnmouseover()
Return the value of the onmouseover property.
public void setOnmouseover(java.lang.String onmouseover)
Set the value of the onmouseover property.
public java.lang.String getOnmouseout()
Return the value of the onmouseout property.
public void setOnmouseout(java.lang.String onmouseout)
Set the value of the onmouseout property.
public java.lang.String getOnkeypress()
Return the value of the onkeypress property.
public void setOnkeypress(java.lang.String onkeypress)
Set the value of the onkeypress property.
public java.lang.String getOnkeydown()
Return the value of the onkeydown property.
public void setOnkeydown(java.lang.String onkeydown)
Set the value of the onkeydown property.
public java.lang.String getOnkeyup()
Return the value of the onkeyup property.
public void setOnkeyup(java.lang.String onkeyup)
Set the value of the onkeyup property.
public java.lang.String getDropTargetScrollerId()
public void setDropTargetScrollerId(java.lang.String dropTargetScrollerId)
public void setTitle(java.lang.String title)
Set the value of the title property.
public java.lang.String getTitle()
Return the value of the title property.
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.