|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIPanel
javax.faces.component.html.HtmlPanelGroup
com.icesoft.faces.component.panelborder.PanelBorder
public class PanelBorder
PanelBorder is a JSF component class that represent an ICEfaces border layout panel. The "north", "west", "east", "center" and "south" named facets represent the components responsible for rendering the north, west, east, center and south areas of the PanelBorder.
This component extends the JSF HtmlPanelGroup component. By default this component is rendered by the "com.icesoft.faces.BorderLayout" renderer type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class javax.faces.component.html.HtmlPanelGroup |
---|
javax.faces.component.html.HtmlPanelGroup.PropertyKeys |
Field Summary | |
---|---|
static java.lang.String |
CENTER_LAYOUT
|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
DEFAULT_RENDERER_TYPE
|
static java.lang.String |
EAST_LAYOUT
|
static java.lang.String |
NORTH_LAYOUT
|
static java.lang.String |
SOUTH_LAYOUT
|
static java.lang.String |
WEST_LAYOUT
|
Fields inherited from class javax.faces.component.UIComponent |
---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
PanelBorder()
|
Method Summary | |
---|---|
java.lang.String |
getAlign()
|
java.lang.String |
getBgcolor()
|
java.lang.String |
getBorder()
|
java.lang.String |
getCellpadding()
|
java.lang.String |
getCellspacing()
|
javax.faces.component.UIComponent |
getCenter()
Return the value of the center property. |
java.lang.String |
getCenterClass()
Return the value of the centerClass property. |
java.lang.String |
getDir()
|
javax.faces.component.UIComponent |
getEast()
Return the value of the east property. |
java.lang.String |
getEastClass()
Return the value of the eastClass property. |
java.lang.String |
getFamily()
Return the value of the COMPONENT_FAMILY of this
component. |
java.lang.String |
getFrame()
|
java.lang.String |
getHeight()
|
java.lang.String |
getLang()
|
java.lang.String |
getLayout()
Deprecated. Return the value of the |
java.util.List |
getLayoutAsList()
|
javax.faces.component.UIComponent |
getNorth()
Return the value of the north property. |
java.lang.String |
getNorthClass()
Return the value of the northClass property. |
java.lang.String |
getRenderedOnUserRole()
Return the value of the renderedOnUserRole property. |
java.lang.String |
getRules()
|
javax.faces.component.UIComponent |
getSouth()
Return the value of the south property. |
java.lang.String |
getSouthClass()
Return the value of the southClass 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 |
getSummary()
|
java.lang.String |
getTitle()
|
javax.faces.component.UIComponent |
getWest()
Return the value of the west property. |
java.lang.String |
getWestClass()
Return the value of the westClass property. |
java.lang.String |
getWidth()
|
boolean |
isRenderCenter()
|
boolean |
isRenderEast()
|
boolean |
isRendered()
Return the value of the rendered property. |
boolean |
isRenderNorth()
|
boolean |
isRenderSouth()
|
boolean |
isRenderWest()
|
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 |
saveState(javax.faces.context.FacesContext context)
Gets the state of the instance as a Serializable
Object. |
void |
setAlign(java.lang.String align)
|
void |
setBgcolor(java.lang.String bgcolor)
|
void |
setBorder(java.lang.String border)
|
void |
setCellpadding(java.lang.String cellpadding)
|
void |
setCellspacing(java.lang.String cellspacing)
|
void |
setDir(java.lang.String dir)
|
void |
setFrame(java.lang.String frame)
|
void |
setHeight(java.lang.String height)
|
void |
setLang(java.lang.String lang)
|
void |
setLayout(java.lang.String layout)
Set the value of the layout property. |
void |
setRenderCenter(boolean renderCenter)
|
void |
setRenderEast(boolean renderEast)
|
void |
setRenderedOnUserRole(java.lang.String renderedOnUserRole)
Set the value of the renderedOnUserRole property. |
void |
setRenderNorth(boolean renderNorth)
|
void |
setRenderSouth(boolean renderSouth)
|
void |
setRenderWest(boolean renderWest)
|
void |
setRules(java.lang.String rules)
|
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setSummary(java.lang.String summary)
|
void |
setTitle(java.lang.String title)
|
void |
setWidth(java.lang.String width)
|
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, 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, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String DEFAULT_RENDERER_TYPE
public static final java.lang.String NORTH_LAYOUT
public static final java.lang.String WEST_LAYOUT
public static final java.lang.String CENTER_LAYOUT
public static final java.lang.String EAST_LAYOUT
public static final java.lang.String SOUTH_LAYOUT
Constructor Detail |
---|
public PanelBorder()
Method Detail |
---|
public javax.faces.component.UIComponent getNorth()
Return the value of the north
property.
public javax.faces.component.UIComponent getWest()
Return the value of the west
property.
public javax.faces.component.UIComponent getEast()
Return the value of the east
property.
public javax.faces.component.UIComponent getCenter()
Return the value of the center
property.
public javax.faces.component.UIComponent getSouth()
Return the value of the south
property.
public boolean isRendered()
Return the value of the rendered
property.
isRendered
in class javax.faces.component.UIComponentBase
public java.lang.String getFamily()
Return the value of the COMPONENT_FAMILY
of this
component.
getFamily
in class javax.faces.component.UIPanel
public void setLayout(java.lang.String layout)
Set the value of the layout
property.
setLayout
in class javax.faces.component.html.HtmlPanelGroup
public java.lang.String getLayout()
Return the value of the layout
property.
getLayout
in class javax.faces.component.html.HtmlPanelGroup
public java.lang.String getNorthClass()
Return the value of the northClass
property.
public java.lang.String getWestClass()
Return the value of the westClass
property.
public java.lang.String getEastClass()
Return the value of the eastClass
property.
public java.lang.String getCenterClass()
Return the value of the centerClass
property.
public java.lang.String getSouthClass()
Return the value of the southClass
property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass
property.
setStyleClass
in class javax.faces.component.html.HtmlPanelGroup
public java.lang.String getStyleClass()
Return the value of the styleClass
property.
getStyleClass
in class javax.faces.component.html.HtmlPanelGroup
public java.lang.String getStyle()
Return the value of the style
property.
getStyle
in class javax.faces.component.html.HtmlPanelGroup
public void setStyle(java.lang.String style)
Set the value of the style
property.
setStyle
in class javax.faces.component.html.HtmlPanelGroup
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.StateHolder
saveState
in class javax.faces.component.UIComponentBase
public 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.StateHolder
restoreState
in class javax.faces.component.UIComponentBase
public 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 setAlign(java.lang.String align)
public void setBorder(java.lang.String border)
public void setBgcolor(java.lang.String bgcolor)
public void setCellpadding(java.lang.String cellpadding)
public void setCellspacing(java.lang.String cellspacing)
public void setFrame(java.lang.String frame)
public void setHeight(java.lang.String height)
public void setRules(java.lang.String rules)
public void setSummary(java.lang.String summary)
public void setWidth(java.lang.String width)
public void setDir(java.lang.String dir)
public void setLang(java.lang.String lang)
public void setTitle(java.lang.String title)
public java.lang.String getAlign()
public java.lang.String getBorder()
public java.lang.String getBgcolor()
public java.lang.String getCellpadding()
public java.lang.String getCellspacing()
public java.lang.String getFrame()
public java.lang.String getRules()
public java.lang.String getSummary()
public java.lang.String getHeight()
public java.lang.String getWidth()
public java.lang.String getDir()
public java.lang.String getLang()
public java.lang.String getTitle()
public boolean isRenderCenter()
public void setRenderCenter(boolean renderCenter)
public boolean isRenderEast()
public void setRenderEast(boolean renderEast)
public boolean isRenderNorth()
public void setRenderNorth(boolean renderNorth)
public boolean isRenderSouth()
public void setRenderSouth(boolean renderSouth)
public boolean isRenderWest()
public void setRenderWest(boolean renderWest)
public java.util.List getLayoutAsList()
|
ICEfaces ICE Components 3.3.0 Java API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |