Java Doc for PanelBorder.java in  » J2EE » ICEfaces-1.6.1 » com » icesoft » faces » component » panelborder » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » J2EE » ICEfaces 1.6.1 » com.icesoft.faces.component.panelborder 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


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



Field Summary
final public static  StringCENTER_LAYOUT
    
final public static  StringCOMPONENT_FAMILY
    
final public static  StringCOMPONENT_TYPE
    
final public static  StringDEFAULT_RENDERER_TYPE
    
final public static  StringEAST_LAYOUT
    
final public static  StringNORTH_LAYOUT
    
final public static  StringSOUTH_LAYOUT
    
final public static  StringWEST_LAYOUT
    
 ListdefaultLayout
    

Constructor Summary
public  PanelBorder()
    

Method Summary
public  StringgetAlign()
    
public  StringgetBgcolor()
    
public  StringgetBorder()
    
public  StringgetCellpadding()
    
public  StringgetCellspacing()
    
public  UIComponentgetCenter()
    
public  StringgetCenterClass()
    
public  StringgetDir()
    
public  UIComponentgetEast()
    
public  StringgetEastClass()
    
public  StringgetFamily()
    
public  StringgetFrame()
    
public  StringgetHeight()
    
public  StringgetLang()
    
public  StringgetLayout()
    
public  ListgetLayoutAsList()
    
public  UIComponentgetNorth()
    
public  StringgetNorthClass()
    
public  StringgetRenderedOnUserRole()
    
public  StringgetRules()
    
public  UIComponentgetSouth()
    
public  StringgetSouthClass()
    
public  StringgetStyle()
    
public  StringgetStyleClass()
    
public  StringgetSummary()
    
public  StringgetTitle()
    
public  UIComponentgetWest()
    
public  StringgetWestClass()
    
public  StringgetWidth()
    
public  booleanisRenderCenter()
    
public  booleanisRenderEast()
    
public  booleanisRenderNorth()
    
public  booleanisRenderSouth()
    
public  booleanisRenderWest()
    
public  booleanisRendered()
    
public  voidrestoreState(FacesContext context, Object state)
    
public  ObjectsaveState(FacesContext context)
    
public  voidsetAlign(String align)
    
public  voidsetBgcolor(String bgcolor)
    
public  voidsetBorder(String border)
    
public  voidsetCellpadding(String cellpadding)
    
public  voidsetCellspacing(String cellspacing)
    
public  voidsetDir(String dir)
    
public  voidsetFrame(String frame)
    
public  voidsetHeight(String height)
    
public  voidsetLang(String lang)
    
public  voidsetLayout(String layout)
    
public  voidsetRenderCenter(boolean renderCenter)
    
public  voidsetRenderEast(boolean renderEast)
    
public  voidsetRenderNorth(boolean renderNorth)
    
public  voidsetRenderSouth(boolean renderSouth)
    
public  voidsetRenderWest(boolean renderWest)
    
public  voidsetRenderedOnUserRole(String renderedOnUserRole)
    
public  voidsetRules(String rules)
    
public  voidsetStyle(String style)
    
public  voidsetStyleClass(String styleClass)
    
public  voidsetSummary(String summary)
    
public  voidsetTitle(String title)
    
public  voidsetWidth(String width)
    

Field Detail
CENTER_LAYOUT
final public static String CENTER_LAYOUT(Code)



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)



EAST_LAYOUT
final public static String EAST_LAYOUT(Code)



NORTH_LAYOUT
final public static String NORTH_LAYOUT(Code)



SOUTH_LAYOUT
final public static String SOUTH_LAYOUT(Code)



WEST_LAYOUT
final public static String WEST_LAYOUT(Code)



defaultLayout
List defaultLayout(Code)




Constructor Detail
PanelBorder
public PanelBorder()(Code)




Method Detail
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



getLayout
public String getLayout()(Code)



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.




setAlign
public void setAlign(String align)(Code)



setBgcolor
public void setBgcolor(String bgcolor)(Code)



setBorder
public void setBorder(String border)(Code)



setCellpadding
public void setCellpadding(String cellpadding)(Code)



setCellspacing
public void setCellspacing(String cellspacing)(Code)



setDir
public void setDir(String dir)(Code)



setFrame
public void setFrame(String frame)(Code)



setHeight
public void setHeight(String height)(Code)



setLang
public void setLang(String lang)(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.




setRules
public void setRules(String rules)(Code)



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.




setSummary
public void setSummary(String summary)(Code)



setTitle
public void setTitle(String title)(Code)



setWidth
public void setWidth(String width)(Code)



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.