org.apache.myfaces.component.html.ext
Class HtmlPanelGroup
java.lang.Object
javax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
javax.faces.component.html.HtmlPanelGroup
org.apache.myfaces.component.html.ext.HtmlPanelGroup
- All Implemented Interfaces:
- javax.faces.component.StateHolder, UserRoleAware, org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
- Direct Known Subclasses:
- HtmlDataScroller, HtmlPanelNavigation, HtmlPanelNavigationMenu
public class HtmlPanelGroup
- extends javax.faces.component.html.HtmlPanelGroup
- implements UserRoleAware, org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
- Version:
- $Revision: 472630 $ $Date: 2006-11-08 21:40:03 +0100 (Mi, 08 Nov 2006) $
- Author:
- Manfred Geiler (latest modification by $Author: grantsmith $)
Fields inherited from class javax.faces.component.UIPanel |
COMPONENT_FAMILY |
Fields inherited from interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable |
DISPLAY_VALUE_ONLY_ATTR, DISPLAY_VALUE_ONLY_STYLE_ATTR, DISPLAY_VALUE_ONLY_STYLE_CLASS_ATTR |
Methods inherited from class javax.faces.component.html.HtmlPanelGroup |
getStyle, getStyleClass, setStyle, setStyleClass |
Methods inherited from class javax.faces.component.UIPanel |
getFamily |
Methods inherited from class javax.faces.component.UIComponentBase |
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_COLSPAN
public static final int DEFAULT_COLSPAN
- See Also:
- Constant Field Values
COMPONENT_TYPE
public static final java.lang.String COMPONENT_TYPE
- See Also:
- Constant Field Values
BLOCK_LAYOUT
public static final java.lang.String BLOCK_LAYOUT
- See Also:
- Constant Field Values
HtmlPanelGroup
public HtmlPanelGroup()
getClientId
public java.lang.String getClientId(javax.faces.context.FacesContext context)
- Overrides:
getClientId
in class javax.faces.component.UIComponentBase
setEnabledOnUserRole
public void setEnabledOnUserRole(java.lang.String enabledOnUserRole)
- Specified by:
setEnabledOnUserRole
in interface UserRoleAware
getEnabledOnUserRole
public java.lang.String getEnabledOnUserRole()
- Specified by:
getEnabledOnUserRole
in interface UserRoleAware
setVisibleOnUserRole
public void setVisibleOnUserRole(java.lang.String visibleOnUserRole)
- Specified by:
setVisibleOnUserRole
in interface UserRoleAware
getVisibleOnUserRole
public java.lang.String getVisibleOnUserRole()
- Specified by:
getVisibleOnUserRole
in interface UserRoleAware
isSetDisplayValueOnly
public boolean isSetDisplayValueOnly()
- Specified by:
isSetDisplayValueOnly
in interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
isDisplayValueOnly
public boolean isDisplayValueOnly()
- Specified by:
isDisplayValueOnly
in interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
setDisplayValueOnly
public void setDisplayValueOnly(boolean displayValueOnly)
- Specified by:
setDisplayValueOnly
in interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
getDisplayValueOnlyStyle
public java.lang.String getDisplayValueOnlyStyle()
- Specified by:
getDisplayValueOnlyStyle
in interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
setDisplayValueOnlyStyle
public void setDisplayValueOnlyStyle(java.lang.String displayValueOnlyStyle)
- Specified by:
setDisplayValueOnlyStyle
in interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
getDisplayValueOnlyStyleClass
public java.lang.String getDisplayValueOnlyStyleClass()
- Specified by:
getDisplayValueOnlyStyleClass
in interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
setDisplayValueOnlyStyleClass
public void setDisplayValueOnlyStyleClass(java.lang.String displayValueOnlyStyleClass)
- Specified by:
setDisplayValueOnlyStyleClass
in interface org.apache.myfaces.shared_tomahawk.component.DisplayValueOnlyCapable
getLayout
public java.lang.String getLayout()
setColspan
public void setColspan(int colspan)
setLayout
public void setLayout(java.lang.String layout)
getColspan
public int getColspan()
isRendered
public boolean isRendered()
- Overrides:
isRendered
in class javax.faces.component.UIComponentBase
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState
in interface javax.faces.component.StateHolder
- Overrides:
saveState
in class javax.faces.component.html.HtmlPanelGroup
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState
in interface javax.faces.component.StateHolder
- Overrides:
restoreState
in class javax.faces.component.html.HtmlPanelGroup
Copyright © 2010. All Rights Reserved.