Java Doc for FieldSet.java in  » Ajax » gwtext-2.01 » com » gwtext » client » widgets » form » 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 » Ajax » gwtext 2.01 » com.gwtext.client.widgets.form 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


com.gwtext.client.widgets.Panel
   com.gwtext.client.widgets.form.FieldSet

FieldSet
public class FieldSet extends Panel (Code)
Creates a fieldset container for layout and rendering of fields in a Form .



Constructor Summary
public  FieldSet()
     Creates a new FieldSet.
public  FieldSet(String title)
    
public  FieldSet(String title, int labelWidth)
    
public  FieldSet(JavaScriptObject jsObj)
    

Method Summary
native protected  JavaScriptObjectcreate(JavaScriptObject jsObj)
    
protected  JavaScriptObjectgetConfigPrototype()
    
public  StringgetXType()
    
public  voidsetBaseCls(String baseCls)
     The base CSS class applied to the fieldset (defaults to 'x-fieldset').
public  voidsetCheckboxName(String checkboxName)
     The name to assign to the fieldset's checkbox if checkboxToggle = true (defaults to '[checkbox id]-checkbox').
public  voidsetCheckboxToggle(boolean checkboxToggle)
     True to render a checkbox into the fieldset frame just in front of the legend (defaults to false).
public  voidsetItemCls(String itemCls)
     A css class to apply to the x-form-item of fields.
public  voidsetLabelWidth(int labelWidth)
     The width of labels.
public  voidsetLayout(ContainerLayout layout)
     The com.gwtext.client.widgets.Container layout to use inside the fieldset (defaults to com.gwtext.client.widgets.layout.FormLayout ).
public  voidsetLegend(String legend)
     The fieldset legend text.


Constructor Detail
FieldSet
public FieldSet()(Code)
Creates a new FieldSet.



FieldSet
public FieldSet(String title)(Code)



FieldSet
public FieldSet(String title, int labelWidth)(Code)



FieldSet
public FieldSet(JavaScriptObject jsObj)(Code)




Method Detail
create
native protected JavaScriptObject create(JavaScriptObject jsObj)(Code)



getConfigPrototype
protected JavaScriptObject getConfigPrototype()(Code)



getXType
public String getXType()(Code)



setBaseCls
public void setBaseCls(String baseCls) throws IllegalStateException(Code)
The base CSS class applied to the fieldset (defaults to 'x-fieldset').
Parameters:
  baseCls - the base CSS class applied to the fieldset (defaults to 'x-fieldset').
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setCheckboxName
public void setCheckboxName(String checkboxName) throws IllegalStateException(Code)
The name to assign to the fieldset's checkbox if checkboxToggle = true (defaults to '[checkbox id]-checkbox').
Parameters:
  checkboxName - the name to assign to the fieldset's checkbox if checkboxToggle = true (defaults to '[checkbox id]-checkbox').
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setCheckboxToggle
public void setCheckboxToggle(boolean checkboxToggle) throws IllegalStateException(Code)
True to render a checkbox into the fieldset frame just in front of the legend (defaults to false). The fieldset will be expanded or collapsed when the checkbox is toggled.
Parameters:
  checkboxToggle - true to render a checkbox into the fieldset frame just in front of the legend (defaults to false).
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setItemCls
public void setItemCls(String itemCls) throws IllegalStateException(Code)
A css class to apply to the x-form-item of fields. This property cascades to child containers.
Parameters:
  itemCls - a css class to apply to the x-form-item of fields. This property cascades to child containers.
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setLabelWidth
public void setLabelWidth(int labelWidth) throws IllegalStateException(Code)
The width of labels. This property cascades to child containers.
Parameters:
  labelWidth - The width of labels. This property cascades to child containers.
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setLayout
public void setLayout(ContainerLayout layout) throws IllegalStateException(Code)
The com.gwtext.client.widgets.Container layout to use inside the fieldset (defaults to com.gwtext.client.widgets.layout.FormLayout ).
Parameters:
  layout - the container layout to use inside the fieldset
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setLegend
public void setLegend(String legend) throws IllegalStateException(Code)
The fieldset legend text.
Parameters:
  legend - the fieldset legend text.
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



Methods inherited from com.gwtext.client.widgets.Panel
public void addButton(Button button)(Code)(Java Doc)
native public void addListener(PanelListener listener)(Code)(Java Doc)
public void addTool(Tool tool) throws IllegalStateException(Code)(Java Doc)
public void collapse()(Code)(Java Doc)
public void collapse(boolean animate)(Code)(Java Doc)
native protected JavaScriptObject create(JavaScriptObject config)(Code)(Java Doc)
public void expand()(Code)(Java Doc)
public void expand(boolean animate)(Code)(Java Doc)
public String getBaseCls()(Code)(Java Doc)
native public ExtElement getBody()(Code)(Java Doc)
public String getBodyStyle()(Code)(Java Doc)
native public ExtElement getBodyWrap()(Code)(Java Doc)
native public Toolbar getBottomToolbar()(Code)(Java Doc)
public boolean getCollapseFirst()(Code)(Java Doc)
public String getCollapsedCls()(Code)(Java Doc)
protected JavaScriptObject getConfigPrototype()(Code)(Java Doc)
public boolean getFloating()(Code)(Java Doc)
native public ExtElement getFooter()(Code)(Java Doc)
native public int getFrameHeight()(Code)(Java Doc)
native public int getFrameWidth()(Code)(Java Doc)
native public ExtElement getHeader()(Code)(Java Doc)
public String getHtml()(Code)(Java Doc)
public String getIconCls()(Code)(Java Doc)
native public int getInnerHeight()(Code)(Java Doc)
native public int getInnerWidth()(Code)(Java Doc)
public int getMinButtonWidth() throws IllegalStateException(Code)(Java Doc)
public int getShadowOffset()(Code)(Java Doc)
public String getTitle()(Code)(Java Doc)
native public Toolbar getTopToolbar()(Code)(Java Doc)
native public UpdateManager getUpdateManager()(Code)(Java Doc)
public String getXType()(Code)(Java Doc)
public boolean isAnimCollapse()(Code)(Java Doc)
public boolean isAutoScroll()(Code)(Java Doc)
public boolean isBodyBorder()(Code)(Java Doc)
public boolean isBorder()(Code)(Java Doc)
public boolean isClosable()(Code)(Java Doc)
public boolean isCollapsed()(Code)(Java Doc)
public boolean isCollapsible()(Code)(Java Doc)
public boolean isFrame()(Code)(Java Doc)
public boolean isHeader()(Code)(Java Doc)
public boolean isHeaderAsText()(Code)(Java Doc)
public boolean isHideCollapseTool()(Code)(Java Doc)
public boolean isMaskDisabled()(Code)(Java Doc)
public boolean isShadow()(Code)(Java Doc)
public boolean isShim()(Code)(Java Doc)
public boolean isTitleCollapse()(Code)(Java Doc)
public void load(String url)(Code)(Java Doc)
public void load(String url, UrlParam[] params, UrlLoadCallback callback, boolean loadScripts)(Code)(Java Doc)
public void setAnimCollapse(boolean animCollapse)(Code)(Java Doc)
public void setAutoLoad(String url)(Code)(Java Doc)
public void setAutoLoad(String url, UrlLoadConfig loadConfig) throws IllegalStateException(Code)(Java Doc)
public void setAutoScroll(boolean autoScroll) throws IllegalStateException(Code)(Java Doc)
public void setBaseCls(String baseCls) throws IllegalStateException(Code)(Java Doc)
public void setBodyBorder(boolean bodyBorder) throws IllegalStateException(Code)(Java Doc)
public void setBodyStyle(String bodyStyle) throws IllegalStateException(Code)(Java Doc)
public void setBorder(boolean border) throws IllegalStateException(Code)(Java Doc)
public void setBottomToolbar(Toolbar toolbar)(Code)(Java Doc)
public void setBottomToolbar(Button button) throws IllegalStateException(Code)(Java Doc)
public void setBottomToolbar(Button[] buttons) throws IllegalStateException(Code)(Java Doc)
public void setButtonAlign(Position buttonAlign) throws IllegalStateException(Code)(Java Doc)
public void setButtons(Button[] buttons) throws IllegalStateException(Code)(Java Doc)
public void setClosable(boolean closable) throws IllegalStateException(Code)(Java Doc)
public void setCollapseFirst(boolean collapseFirst) throws IllegalStateException(Code)(Java Doc)
public void setCollapsed(boolean collapsed)(Code)(Java Doc)
public void setCollapsedCls(String collapsedCls) throws IllegalStateException(Code)(Java Doc)
public void setCollapsible(boolean collapsible) throws IllegalStateException(Code)(Java Doc)
public void setContentEl(Element contentEl) throws IllegalStateException(Code)(Java Doc)
public void setDraggable(boolean draggable) throws IllegalStateException(Code)(Java Doc)
public void setFloating(boolean floating) throws IllegalStateException(Code)(Java Doc)
public void setFooter(boolean footer) throws IllegalStateException(Code)(Java Doc)
public void setFrame(boolean frame) throws IllegalStateException(Code)(Java Doc)
public void setHeader(boolean header) throws IllegalStateException(Code)(Java Doc)
public void setHeaderAsText(boolean headerAsText)(Code)(Java Doc)
public void setHideCollapseTool(boolean hideCollapseTool) throws IllegalStateException(Code)(Java Doc)
public void setHtml(String html)(Code)(Java Doc)
public void setIconCls(String iconCls)(Code)(Java Doc)
public void setMargins(int margin) throws IllegalStateException(Code)(Java Doc)
public void setMargins(int top, int left, int right, int bottom) throws IllegalStateException(Code)(Java Doc)
public void setMaskDisabled(boolean maskDisabled) throws IllegalStateException(Code)(Java Doc)
public void setMinButtonWidth(int minButtonWidth) throws IllegalStateException(Code)(Java Doc)
public void setPaddings(int padding) throws IllegalStateException(Code)(Java Doc)
public void setPaddings(int top, int left, int right, int bottom) throws IllegalStateException(Code)(Java Doc)
public void setShadow(boolean shadow)(Code)(Java Doc)
public void setShadow(Shadow.Type shadow)(Code)(Java Doc)
public void setShadowOffset(int shadowOffset) throws IllegalStateException(Code)(Java Doc)
public void setShim(boolean shim) throws IllegalStateException(Code)(Java Doc)
public void setStyleName(String style)(Code)(Java Doc)
public void setTitle(String title, String iconCls)(Code)(Java Doc)
public void setTitle(String title)(Code)(Java Doc)
public void setTitleCollapse(boolean titleCollapse) throws IllegalStateException(Code)(Java Doc)
public void setTools(Tool[] tools) throws IllegalStateException(Code)(Java Doc)
public void setTopToolbar(Toolbar toolbar) throws IllegalStateException(Code)(Java Doc)
public void setTopToolbar(Button button) throws IllegalStateException(Code)(Java Doc)
public void setTopToolbar(Button[] buttons) throws IllegalStateException(Code)(Java Doc)
native public void toggleCollapse()(Code)(Java Doc)
native public void toggleCollapse(boolean animate)(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.