org.openfaces.component.panel
Class AbstractPanelWithCaption
java.lang.Object
UIPanel
org.openfaces.component.OUIPanel
org.openfaces.component.panel.AbstractPanelWithCaption
- All Implemented Interfaces:
- ComponentWithCaption, OUIComponent
- Direct Known Subclasses:
- FoldingPanel, SidePanel, SubPanel
public abstract class AbstractPanelWithCaption
- extends OUIPanel
- implements ComponentWithCaption
Methods inherited from class org.openfaces.component.OUIPanel |
getFamily, getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.openfaces.component.OUIComponent |
getOnblur, getOnclick, getOncontextmenu, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRolloverClass, getRolloverStyle, getStyle, getStyleClass, setOnblur, setOnclick, setOncontextmenu, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRolloverClass, setRolloverStyle, setStyle, setStyleClass |
AbstractPanelWithCaption
public AbstractPanelWithCaption()
saveState
public java.lang.Object saveState(FacesContext context)
- Overrides:
saveState
in class OUIPanel
restoreState
public void restoreState(FacesContext context,
java.lang.Object object)
- Overrides:
restoreState
in class OUIPanel
getCaption
public java.lang.String getCaption()
- Specified by:
getCaption
in interface ComponentWithCaption
setCaption
public void setCaption(java.lang.String caption)
- Specified by:
setCaption
in interface ComponentWithCaption
getCaptionFacet
public UIComponent getCaptionFacet()
- Specified by:
getCaptionFacet
in interface ComponentWithCaption
setCaptionFacet
public void setCaptionFacet(UIComponent component)
- Specified by:
setCaptionFacet
in interface ComponentWithCaption
getCaptionStyle
public java.lang.String getCaptionStyle()
- Specified by:
getCaptionStyle
in interface ComponentWithCaption
setCaptionStyle
public void setCaptionStyle(java.lang.String captionStyle)
- Specified by:
setCaptionStyle
in interface ComponentWithCaption
getCaptionClass
public java.lang.String getCaptionClass()
- Specified by:
getCaptionClass
in interface ComponentWithCaption
setCaptionClass
public void setCaptionClass(java.lang.String captionClass)
- Specified by:
setCaptionClass
in interface ComponentWithCaption
getContentStyle
public java.lang.String getContentStyle()
setContentStyle
public void setContentStyle(java.lang.String contentStyle)
getContentClass
public java.lang.String getContentClass()
setContentClass
public void setContentClass(java.lang.String contentClass)
Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.