| |
|
| com.icesoft.faces.component.panelborder.PanelBorder
PanelBorder | public class PanelBorder extends HtmlPanelGroup (Code) | | 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.
version: beta 1.0 |
COMPONENT_FAMILY | final public static String COMPONENT_FAMILY(Code) | | |
COMPONENT_TYPE | final public static String COMPONENT_TYPE(Code) | | |
DEFAULT_RENDERER_TYPE | final public static String DEFAULT_RENDERER_TYPE(Code) | | |
PanelBorder | public PanelBorder()(Code) | | |
getAlign | public String getAlign()(Code) | | the value of align property |
getBgcolor | public String getBgcolor()(Code) | | the value of bgcolor property |
getBorder | public String getBorder()(Code) | | the value of border property |
getCellpadding | public String getCellpadding()(Code) | | the value of cellpadding property |
getCellspacing | public String getCellspacing()(Code) | | the value of cellspacing property |
getCenter | public UIComponent getCenter()(Code) | | Return the value of the center property.
|
getCenterClass | public String getCenterClass()(Code) | | Return the value of the centerClass property.
|
getDir | public String getDir()(Code) | | the value of dir property |
getEast | public UIComponent getEast()(Code) | | Return the value of the east property.
|
getEastClass | public String getEastClass()(Code) | | Return the value of the eastClass property.
|
getFamily | public String getFamily()(Code) | | Return the value of the COMPONENT_FAMILY of this
component.
|
getFrame | public String getFrame()(Code) | | the value of frame property |
getHeight | public String getHeight()(Code) | | the value of height property |
getLang | public String getLang()(Code) | | the value of lang property |
getLayoutAsList | public List getLayoutAsList()(Code) | | |
getNorth | public UIComponent getNorth()(Code) | | Return the value of the north property.
|
getNorthClass | public String getNorthClass()(Code) | | Return the value of the northClass property.
|
getRenderedOnUserRole | public String getRenderedOnUserRole()(Code) | | Return the value of the renderedOnUserRole property.
|
getRules | public String getRules()(Code) | | the value of rules property |
getSouth | public UIComponent getSouth()(Code) | | Return the value of the south property.
|
getSouthClass | public String getSouthClass()(Code) | | Return the value of the southClass property.
|
getStyle | public String getStyle()(Code) | | Return the value of the style property.
|
getStyleClass | public String getStyleClass()(Code) | | Return the value of the styleClass property.
|
getSummary | public String getSummary()(Code) | | the value of summary property |
getTitle | public String getTitle()(Code) | | the value of title property |
getWest | public UIComponent getWest()(Code) | | Return the value of the west property.
|
getWestClass | public String getWestClass()(Code) | | Return the value of the westClass property.
|
getWidth | public String getWidth()(Code) | | the value of width property |
isRenderCenter | public boolean isRenderCenter()(Code) | | |
isRenderEast | public boolean isRenderEast()(Code) | | |
isRenderNorth | public boolean isRenderNorth()(Code) | | |
isRenderSouth | public boolean isRenderSouth()(Code) | | |
isRenderWest | public boolean isRenderWest()(Code) | | |
isRendered | public boolean isRendered()(Code) | | Return the value of the rendered property.
|
restoreState | public void restoreState(FacesContext context, Object state)(Code) | | Perform any processing required to restore the state from the entries
in the state Object.
|
saveState | public Object saveState(FacesContext context)(Code) | | Gets the state of the instance as a Serializable
Object.
|
setCellpadding | public void setCellpadding(String cellpadding)(Code) | | |
setCellspacing | public void setCellspacing(String cellspacing)(Code) | | |
setLayout | public void setLayout(String layout)(Code) | | Set the value of the layout property.
|
setRenderCenter | public void setRenderCenter(boolean renderCenter)(Code) | | |
setRenderEast | public void setRenderEast(boolean renderEast)(Code) | | |
setRenderNorth | public void setRenderNorth(boolean renderNorth)(Code) | | |
setRenderSouth | public void setRenderSouth(boolean renderSouth)(Code) | | |
setRenderWest | public void setRenderWest(boolean renderWest)(Code) | | |
setRenderedOnUserRole | public void setRenderedOnUserRole(String renderedOnUserRole)(Code) | | Set the value of the renderedOnUserRole property.
|
setStyle | public void setStyle(String style)(Code) | | Set the value of the style property.
|
setStyleClass | public void setStyleClass(String styleClass)(Code) | | Set the value of the styleClass property.
|
|
|
|