org.openfaces.component.panel
Class SubPanel

java.lang.Object
  extended by UIPanel
      extended by org.openfaces.component.OUIPanel
          extended by org.openfaces.component.panel.AbstractPanelWithCaption
              extended by org.openfaces.component.panel.SubPanel
All Implemented Interfaces:
java.io.Serializable, ComponentWithCaption, OUIComponent

public class SubPanel
extends AbstractPanelWithCaption
implements java.io.Serializable


Field Summary
static java.lang.String COMPONENT_FAMILY
           
static java.lang.String COMPONENT_TYPE
           
 
Constructor Summary
SubPanel()
           
SubPanel(UIComponent caption)
           
SubPanel(UIComponent caption, UIComponent... children)
           
 
Method Summary
 java.lang.String getFamily()
           
 
Methods inherited from class org.openfaces.component.panel.AbstractPanelWithCaption
getCaption, getCaptionClass, getCaptionFacet, getCaptionStyle, getContentClass, getContentStyle, restoreState, saveState, setCaption, setCaptionClass, setCaptionFacet, setCaptionStyle, setContentClass, setContentStyle
 
Methods inherited from class org.openfaces.component.OUIPanel
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
 

Field Detail

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values
Constructor Detail

SubPanel

public SubPanel()

SubPanel

public SubPanel(UIComponent caption)

SubPanel

public SubPanel(UIComponent caption,
                UIComponent... children)
Method Detail

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class OUIPanel


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.