Java Doc for PanelTabSet.java in  » J2EE » ICEfaces-1.6.1 » com » icesoft » faces » component » paneltabset » 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.paneltabset 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.icesoft.faces.component.panelseries.UISeries
   com.icesoft.faces.component.paneltabset.PanelTabSet

PanelTabSet
public class PanelTabSet extends UISeries (Code)

PanelTabSet is a JSF component class that represents an ICEfaces tab panel container.

This component extends the ICEfaces UISeries component which is a modified implementation of UIData.

By default the component is rendered by the "com.icesoft.faces.TabbedPane" renderer type.



Field Summary
final public static  StringCOMPONENT_FAMILY
     The component family.
final public static  StringCOMPONENT_TYPE
     The component type.
final static  StringTABPLACEMENT_BOTTOM
    

Constructor Summary
public  PanelTabSet()
     Creates an instance and sets the default renderer type to "com.icesoft.faces.TabbedPane".

Method Summary
public  voidaddTabChangeListener(TabChangeListener listener)
    
public  voidapplyPhase(FacesContext context, PhaseId phaseId)
    
public  voidapplyPhase(FacesContext context, UIComponent component, PhaseId phaseId)
    
public  voidbroadcast(FacesEvent event)
    
public  voiddecode(FacesContext context)
    
public  StringgetAlign()
    
public  StringgetBgcolor()
    
public  intgetBorder()
    

Return the value of the border property.

public  StringgetCellpadding()
    
public  StringgetCellspacing()
    
 StringgetContentClass()
    
public  StringgetDir()
    
public  StringgetFamily()
    
public  StringgetFrame()
    
public  StringgetHeight()
    
public  StringgetLang()
    
public  StringgetOnclick()
    
public  StringgetOndblclick()
    
public  StringgetOnkeydown()
    
public  StringgetOnkeypress()
    
public  StringgetOnkeyup()
    
public  StringgetOnmousedown()
    
public  StringgetOnmousemove()
    
public  StringgetOnmouseout()
    
public  StringgetOnmouseover()
    
public  StringgetOnmouseup()
    
public  StringgetRenderedOnUserRole()
    
public  StringgetRules()
    
public  intgetSelectedIndex()
    
 StringgetSpacerClass()
    
public  StringgetStyle()
    
public  StringgetStyleClass()
    
public  StringgetSummary()
    
public  MethodBindinggetTabChangeListener()
    
public  StringgetTabPlacement()
    
public  StringgetTitle()
    
public  StringgetWidth()
    
public  booleanisRendered()
    
public  booleanisVisible()
    
public  voidprocessDecodes(javax.faces.context.FacesContext context)
    
public  voidprocessUpdates(FacesContext context)
    
public  voidprocessValidators(FacesContext context)
    
public  voidremoveTabChangeListener(TabChangeListener listener)
    
public  voidrestoreState(FacesContext context, Object state)
    
public  ObjectsaveState(FacesContext context)
    
public  voidsetAlign(String align)
    
public  voidsetBgcolor(String bgcolor)
    
public  voidsetBorder(int 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  voidsetOnclick(String onclick)
    
public  voidsetOndblclick(String ondblclick)
    
public  voidsetOnkeydown(String onkeydown)
    
public  voidsetOnkeypress(String onkeypress)
    
public  voidsetOnkeyup(String onkeyup)
    
public  voidsetOnmousedown(String onmousedown)
    
public  voidsetOnmousemove(String onmousemove)
    
public  voidsetOnmouseout(String onmouseout)
    
public  voidsetOnmouseover(String onmouseover)
    
public  voidsetOnmouseup(String onmouseup)
    
public  voidsetRenderedOnUserRole(String renderedOnUserRole)
    
public  voidsetRules(String rules)
    
 voidsetSelectedIndex(Integer selectedIndex)
    
public  voidsetSelectedIndex(int selectedIndex)
    
public  voidsetStyle(String style)
    
public  voidsetStyleClass(String styleClass)
    
public  voidsetSummary(String summary)
    
public  voidsetTabChangeListener(MethodBinding tabChangeListener)
    
public  voidsetTabPlacement(String tabPlacement)
    
public  voidsetTitle(String title)
    
public  voidsetVisible(boolean visible)
    
public  voidsetWidth(String width)
    

Field Detail
COMPONENT_FAMILY
final public static String COMPONENT_FAMILY(Code)
The component family.



COMPONENT_TYPE
final public static String COMPONENT_TYPE(Code)
The component type.



TABPLACEMENT_BOTTOM
final static String TABPLACEMENT_BOTTOM(Code)




Constructor Detail
PanelTabSet
public PanelTabSet()(Code)
Creates an instance and sets the default renderer type to "com.icesoft.faces.TabbedPane".




Method Detail
addTabChangeListener
public void addTabChangeListener(TabChangeListener listener)(Code)



applyPhase
public void applyPhase(FacesContext context, PhaseId phaseId)(Code)

Parameters:
  context -
Parameters:
  phaseId -



applyPhase
public void applyPhase(FacesContext context, UIComponent component, PhaseId phaseId)(Code)

Parameters:
  context -
Parameters:
  component -
Parameters:
  phaseId -



broadcast
public void broadcast(FacesEvent event) throws AbortProcessingException(Code)



decode
public void decode(FacesContext context)(Code)



getAlign
public String getAlign()(Code)
the value of align property



getBgcolor
public String getBgcolor()(Code)
the value of bgcolor



getBorder
public int getBorder()(Code)

Return the value of the border property. Contents:

Width (in pixels) of the border to be drawn around this table.

border



getCellpadding
public String getCellpadding()(Code)
the value of cellpadding property



getCellspacing
public String getCellspacing()(Code)
the value of cellspacing property



getContentClass
String getContentClass()(Code)



getDir
public String getDir()(Code)
the value of dir property



getFamily
public String getFamily()(Code)



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



getOnclick
public String getOnclick()(Code)
the value of onclick property



getOndblclick
public String getOndblclick()(Code)
the value of ondblclick property



getOnkeydown
public String getOnkeydown()(Code)
the value of onkeydown property



getOnkeypress
public String getOnkeypress()(Code)
the value of onkeypress property



getOnkeyup
public String getOnkeyup()(Code)
the value of onkeyup property



getOnmousedown
public String getOnmousedown()(Code)
the value of onmousedown property



getOnmousemove
public String getOnmousemove()(Code)
the value of onmousemove property



getOnmouseout
public String getOnmouseout()(Code)
the value of onmouseout property



getOnmouseover
public String getOnmouseover()(Code)
the value of onmouseover property



getOnmouseup
public String getOnmouseup()(Code)
the value of onmouseup property



getRenderedOnUserRole
public String getRenderedOnUserRole()(Code)

Return the value of the renderedOnUserRole property.

renderedOnUserRole



getRules
public String getRules()(Code)
the value of rules property



getSelectedIndex
public int getSelectedIndex()(Code)
the value of selectedIndex



getSpacerClass
String getSpacerClass()(Code)



getStyle
public String getStyle()(Code)



getStyleClass
public String getStyleClass()(Code)



getSummary
public String getSummary()(Code)
the value of summary property



getTabChangeListener
public MethodBinding getTabChangeListener()(Code)
the tabChangeListener



getTabPlacement
public String getTabPlacement()(Code)
the value of tabPlacement, currently only "top" and "bottom" aresupported



getTitle
public String getTitle()(Code)
the value of title property



getWidth
public String getWidth()(Code)
the value of width property



isRendered
public boolean isRendered()(Code)



isVisible
public boolean isVisible()(Code)

Return the value of the visible property.

visible



processDecodes
public void processDecodes(javax.faces.context.FacesContext context)(Code)



processUpdates
public void processUpdates(FacesContext context)(Code)



processValidators
public void processValidators(FacesContext context)(Code)



removeTabChangeListener
public void removeTabChangeListener(TabChangeListener listener)(Code)

Parameters:
  listener -



restoreState
public void restoreState(FacesContext context, Object state)(Code)



saveState
public Object saveState(FacesContext context)(Code)



setAlign
public void setAlign(String align)(Code)

Parameters:
  align -



setBgcolor
public void setBgcolor(String bgcolor)(Code)

Parameters:
  bgcolor -



setBorder
public void setBorder(int border)(Code)

Set the value of the border property.


Parameters:
  border -



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)

Parameters:
  height -



setLang
public void setLang(String lang)(Code)



setOnclick
public void setOnclick(String onclick)(Code)



setOndblclick
public void setOndblclick(String ondblclick)(Code)



setOnkeydown
public void setOnkeydown(String onkeydown)(Code)



setOnkeypress
public void setOnkeypress(String onkeypress)(Code)



setOnkeyup
public void setOnkeyup(String onkeyup)(Code)



setOnmousedown
public void setOnmousedown(String onmousedown)(Code)



setOnmousemove
public void setOnmousemove(String onmousemove)(Code)



setOnmouseout
public void setOnmouseout(String onmouseout)(Code)



setOnmouseover
public void setOnmouseover(String onmouseover)(Code)



setOnmouseup
public void setOnmouseup(String onmouseup)(Code)



setRenderedOnUserRole
public void setRenderedOnUserRole(String renderedOnUserRole)(Code)

Set the value of the renderedOnUserRole property.


Parameters:
  renderedOnUserRole -



setRules
public void setRules(String rules)(Code)



setSelectedIndex
void setSelectedIndex(Integer selectedIndex)(Code)

Parameters:
  selectedIndex -



setSelectedIndex
public void setSelectedIndex(int selectedIndex)(Code)

Parameters:
  selectedIndex -



setStyle
public void setStyle(String style)(Code)



setStyleClass
public void setStyleClass(String styleClass)(Code)



setSummary
public void setSummary(String summary)(Code)



setTabChangeListener
public void setTabChangeListener(MethodBinding tabChangeListener)(Code)

Parameters:
  tabChangeListener -



setTabPlacement
public void setTabPlacement(String tabPlacement)(Code)

Parameters:
  tabPlacement -



setTitle
public void setTitle(String title)(Code)



setVisible
public void setVisible(boolean visible)(Code)

Set the value of the visible property.


Parameters:
  visible -



setWidth
public void setWidth(String width)(Code)



Fields inherited from com.icesoft.faces.component.panelseries.UISeries
final public static String COMPONENT_TYPE(Code)(Java Doc)
final public static String RENDERER_TYPE(Code)(Java Doc)
protected transient DataModel dataModel(Code)(Java Doc)
protected Map savedChildren(Code)(Java Doc)

Methods inherited from com.icesoft.faces.component.panelseries.UISeries
public void broadcast(FacesEvent event) throws AbortProcessingException(Code)(Java Doc)
public void encodeBegin(FacesContext context) throws IOException(Code)(Java Doc)
public String getClientId(FacesContext context)(Code)(Java Doc)
public int getRowCount()(Code)(Java Doc)
public Object getRowData()(Code)(Java Doc)
public int getRowIndex()(Code)(Java Doc)
public String getVar()(Code)(Java Doc)
public boolean isRowAvailable()(Code)(Java Doc)
protected void iterate(FacesContext facesContext, PhaseId phase)(Code)(Java Doc)
public void processDecodes(FacesContext context)(Code)(Java Doc)
public void processUpdates(FacesContext context)(Code)(Java Doc)
public void processValidators(FacesContext context)(Code)(Java Doc)
public void queueEvent(FacesEvent event)(Code)(Java Doc)
protected void restoreChild(FacesContext facesContext, UIComponent component)(Code)(Java Doc)
protected void restoreChildState(FacesContext facesContext, UIComponent component)(Code)(Java Doc)
protected void restoreChildrenState(FacesContext facesContext)(Code)(Java Doc)
public void restoreState(FacesContext context, Object state)(Code)(Java Doc)
protected void saveChild(FacesContext facesContext, UIComponent component)(Code)(Java Doc)
protected void saveChildState(FacesContext facesContext, UIComponent component)(Code)(Java Doc)
protected void saveChildrenState(FacesContext facesContext)(Code)(Java Doc)
public Object saveState(FacesContext context)(Code)(Java Doc)
public void setRowIndex(int rowIndex)(Code)(Java Doc)
public void setValue(Object value)(Code)(Java Doc)
public void setValueBinding(String name, ValueBinding binding)(Code)(Java Doc)
public void setVar(String var)(Code)(Java Doc)

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