| com.icesoft.faces.component.panelseries.UISeries com.icesoft.faces.component.panelseries.PanelSeries
PanelSeries | public class PanelSeries extends UISeries (Code) | | PanelSeries is a JSF component class representing an ICEfaces panelSeries.
The panelSeries component provides a mechanism for dynamically generating
a series of repeating child-components within a panel. This component renders
its child components in an iterative fashion similar to way the dataTable
component renders data rows. However, the panelSeries component is more
flexibile in that it can render a series of arbitrarily complex child
components. The dataset can be defined and used by implementing the value and
var attributes respectively.
By default this component is rendered by the "com.icesoft.faces.PanelSeriesRenderer"
renderer type.
version: beta 1.0 |
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
PanelSeries | public PanelSeries()(Code) | | |
getStyle | public String getStyle()(Code) | | Set the value of the style property.
style property value. |
getStyleClass | public String getStyleClass()(Code) | | Set the value of the styleClass property.
style class property value. |
isRendered | public boolean isRendered()(Code) | | |
restoreChild | protected void restoreChild(FacesContext facesContext, UIComponent uiComponent)(Code) | | |
saveChild | protected void saveChild(FacesContext facesContext, UIComponent uiComponent)(Code) | | |
setStyle | public void setStyle(String style)(Code) | | Set the value of the style property.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
|
|