public class PanelBorder
extends javax.faces.component.html.HtmlPanelGroup
| Modifier and Type | Field and Description |
|---|---|
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 |
| Constructor and Description |
|---|
PanelBorder() |
| Modifier and Type | Method and Description |
|---|---|
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) |
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, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic 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
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.UIComponentBasepublic java.lang.String getFamily()
Return the value of the COMPONENT_FAMILY of this
component.
getFamily in class javax.faces.component.UIPanelpublic void setLayout(java.lang.String layout)
Set the value of the layout property.
setLayout in class javax.faces.component.html.HtmlPanelGrouppublic java.lang.String getLayout()
Return the value of the layout property.
getLayout in class javax.faces.component.html.HtmlPanelGrouppublic 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.HtmlPanelGrouppublic java.lang.String getStyleClass()
Return the value of the styleClass property.
getStyleClass in class javax.faces.component.html.HtmlPanelGrouppublic java.lang.String getStyle()
Return the value of the style property.
getStyle in class javax.faces.component.html.HtmlPanelGrouppublic void setStyle(java.lang.String style)
Set the value of the style property.
setStyle in class javax.faces.component.html.HtmlPanelGrouppublic 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.StateHoldersaveState in class javax.faces.component.UIComponentBasepublic 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.StateHolderrestoreState in class javax.faces.component.UIComponentBasepublic 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()
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.