Java Doc for ComboBox.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.form.Field
   com.gwtext.client.widgets.form.TextField
      com.gwtext.client.widgets.form.ComboBox

All known Subclasses:   com.gwtext.sample.showcase2.client.ThemeChanger,
ComboBox
public class ComboBox extends TextField (Code)

Inner Class :public static class Mode
Inner Class :public static class Trigger

Field Summary
public static  TriggerALL
    
public static  ModeLOCAL
    
public static  TriggerQUERY
    
public static  ModeREMOTE
    

Constructor Summary
public  ComboBox()
    
public  ComboBox(String fieldLabel)
    
public  ComboBox(String fieldLabel, String name)
    
public  ComboBox(String fieldLabel, String name, int width)
    
public  ComboBox(JavaScriptObject jsObj)
    

Method Summary
native public  voidaddListener(ComboBoxListener listener)
    
native public  voidclearValue()
    
native public  voidcollapse()
    
native protected  JavaScriptObjectcreate(JavaScriptObject jsObj)
    
native public  voiddoQuery(String query, boolean forceAll)
    
native public  voidexpand()
    
protected  JavaScriptObjectgetConfigPrototype()
    
native protected  ElementgetElement(JavaScriptObject jsObj)
    
native public  StringgetValue()
    
public  StringgetXType()
    
native public  booleanisExpanded()
    
native public  voidselect(int index, boolean scrollIntoView)
    
native public  voidselectByValue(String value, boolean scrollIntoView)
    
public  voidsetAllQuery(String allQuery)
    
public  voidsetDisplayField(String displayField)
     The underlying data field name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'text' if mode = 'local').
public  voidsetEditable(boolean editable)
     False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true).
public  voidsetForceSelection(boolean forceSelection)
    
public  voidsetHandleHeight(int handleHeight)
    
public  voidsetHiddenName(String hiddenName)
    
public  voidsetHideTrigger(boolean hideTrigger)
     True to hide the trigger element and display only the base text field (defaults to false).
public  voidsetItemSelector(String itemSelector)
     A CSS selector in any format supported by com.gwtext.client.core.DomQuery that will be used to determine what nodes this DataView will be working with.
public  voidsetLazyRender(boolean lazyRender)
     True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Editor, defaults to false).
public  voidsetLinked(boolean linked)
     True to indicate this is a linked combo box.
public  voidsetListAlign(String anchorPosition)
     A valid anchor position value.
public  voidsetListClass(String listClass)
     CSS class to apply to the dropdown list element (defaults to '').
public  voidsetListWidth(int listWidth)
    
public  voidsetLoadingText(String loadingText)
     The text to display in the dropdown list while data is loading.
public  voidsetMaxHeight(int maxHeight)
     The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300).
public  voidsetMinChars(int minChars)
    
public  voidsetMinListWidth(int minListWidth)
     The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value).
public  voidsetMode(ComboBox.Mode mode)
     Set to com.gwtext.client.widgets.form.ComboBox.LOCAL if the ComboBox loads local data.
public  voidsetPageSize(int pageSize)
     If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the filter queries will execute with page start and limit parameters.
public  voidsetQueryDelay(int queryDelay)
    
public  voidsetQueryParam(String queryParam)
    
public  voidsetResizable(boolean resizable)
     True to add a resize handle to the bottom of the dropdown list (defaults to false).
public  voidsetSelectedClass(String selectedClass)
    
public  voidsetShadow(boolean shadow)
    
public  voidsetShadow(Shadow.Type shadow)
     "sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right.
public  voidsetStore(Store store)
    
public  voidsetTitle(String title)
     If supplied, a header element is created containing this text and added into the top of the dropdown list (defaults to undefined, with no header element).
public  voidsetTpl(Template template)
     Set the template to use to render the ComboBox items.
public  voidsetTpl(String template)
     Set the template to use to render the ComboBox items.
public  voidsetTriggerAction(ComboBox.Trigger triggerAction)
     The action to execute when the trigger field is activated.
public  voidsetTriggerClass(String triggerClass)
     A CSS class to apply to the trigger.
public  voidsetTypeAhead(boolean typeAhead)
     True to populate and autoselect the remainder of the text being typed after a configurable delay (typeAheadDelay) if it matches a known value (defaults to false).
public  voidsetTypeAheadDelay(int typeAheadDelay)
    
public  voidsetValue(String value)
     Sets the specified value into the field.
public  voidsetValueField(String valueField)
     The underlying data value name to bind to this CombBox (defaults to undefined if mode = 'remote' or 'value' if mode = 'local').
public  voidsetValueNotFoundText(String valueNotFoundText)
     When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined).

Field Detail
ALL
public static Trigger ALL(Code)



LOCAL
public static Mode LOCAL(Code)



QUERY
public static Trigger QUERY(Code)



REMOTE
public static Mode REMOTE(Code)




Constructor Detail
ComboBox
public ComboBox()(Code)



ComboBox
public ComboBox(String fieldLabel)(Code)



ComboBox
public ComboBox(String fieldLabel, String name)(Code)



ComboBox
public ComboBox(String fieldLabel, String name, int width)(Code)



ComboBox
public ComboBox(JavaScriptObject jsObj)(Code)




Method Detail
addListener
native public void addListener(ComboBoxListener listener)(Code)



clearValue
native public void clearValue()(Code)



collapse
native public void collapse()(Code)



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



doQuery
native public void doQuery(String query, boolean forceAll)(Code)



expand
native public void expand()(Code)



getConfigPrototype
protected JavaScriptObject getConfigPrototype()(Code)



getElement
native protected Element getElement(JavaScriptObject jsObj)(Code)



getValue
native public String getValue()(Code)



getXType
public String getXType()(Code)



isExpanded
native public boolean isExpanded()(Code)



select
native public void select(int index, boolean scrollIntoView)(Code)



selectByValue
native public void selectByValue(String value, boolean scrollIntoView)(Code)



setAllQuery
public void setAllQuery(String allQuery) throws IllegalStateException(Code)
The text query to send to the server to return all records for the list with no filtering (defaults to '')
Parameters:
  allQuery - the all query string
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setDisplayField
public void setDisplayField(String displayField) throws IllegalStateException(Code)
The underlying data field name to bind to this ComboBox (defaults to undefined if mode = 'remote' or 'text' if mode = 'local').
Parameters:
  displayField - the display field
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setEditable
public void setEditable(boolean editable)(Code)
False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true).
Parameters:
  editable - false to disable editing



setForceSelection
public void setForceSelection(boolean forceSelection) throws IllegalStateException(Code)
True to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text into the field (defaults to false)
Parameters:
  forceSelection - true to force selection
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setHandleHeight
public void setHandleHeight(int handleHeight) throws IllegalStateException(Code)
The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)
Parameters:
  handleHeight - the handle height
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setHiddenName
public void setHiddenName(String hiddenName) throws IllegalStateException(Code)
If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults to the underlying DOM element's name)
Parameters:
  hiddenName - the hidden name
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setHideTrigger
public void setHideTrigger(boolean hideTrigger) throws IllegalStateException(Code)
True to hide the trigger element and display only the base text field (defaults to false).
Parameters:
  hideTrigger - true to hide trigger
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setItemSelector
public void setItemSelector(String itemSelector)(Code)
A CSS selector in any format supported by com.gwtext.client.core.DomQuery that will be used to determine what nodes this DataView will be working with.
Parameters:
  itemSelector - the items selector



setLazyRender
public void setLazyRender(boolean lazyRender) throws IllegalStateException(Code)
True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Editor, defaults to false).
Parameters:
  lazyRender - true to lazy render
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setLinked
public void setLinked(boolean linked) throws IllegalStateException(Code)
True to indicate this is a linked combo box.
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setListAlign
public void setListAlign(String anchorPosition) throws IllegalStateException(Code)
A valid anchor position value.
Parameters:
  anchorPosition - the anchor position
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setListClass
public void setListClass(String listClass)(Code)
CSS class to apply to the dropdown list element (defaults to '').
Parameters:
  listClass - list css class



setListWidth
public void setListWidth(int listWidth) throws IllegalStateException(Code)
The width in pixels of the dropdown list (defaults to the width of the ComboBox field)
Parameters:
  listWidth - the list width
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setLoadingText
public void setLoadingText(String loadingText)(Code)
The text to display in the dropdown list while data is loading. Only applies when mode = 'remote' (defaults to 'Loading...')
Parameters:
  loadingText - the loading text



setMaxHeight
public void setMaxHeight(int maxHeight) throws IllegalStateException(Code)
The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300).
Parameters:
  maxHeight - the max height
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setMinChars
public void setMinChars(int minChars)(Code)
The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4, does not apply if editable = false)
Parameters:
  minChars - the min chars before autocomplete



setMinListWidth
public void setMinListWidth(int minListWidth) throws IllegalStateException(Code)
The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value).
Parameters:
  minListWidth - the min list width
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setMode
public void setMode(ComboBox.Mode mode)(Code)
Set to com.gwtext.client.widgets.form.ComboBox.LOCAL if the ComboBox loads local data. (defaults to com.gwtext.client.widgets.form.ComboBox.REMOTE which loads from the server)
Parameters:
  mode - local or remote mode



setPageSize
public void setPageSize(int pageSize) throws IllegalStateException(Code)
If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the filter queries will execute with page start and limit parameters. Only applies when mode = 'remote' (defaults to 0).
Parameters:
  pageSize - the page size
See Also:   ComboBox.setMode(com.gwtext.client.widgets.form.ComboBox.Mode)
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setQueryDelay
public void setQueryDelay(int queryDelay) throws IllegalStateException(Code)
The length of time in milliseconds to delay between the start of typing and sending the query to filter the dropdown list (defaults to 500 if mode = 'remote' or 10 if mode = 'local')
Parameters:
  queryDelay - query delay in milliseconds
See Also:   ComboBox.setMode(com.gwtext.client.widgets.form.ComboBox.Mode)
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setQueryParam
public void setQueryParam(String queryParam) throws IllegalStateException(Code)
Name of the query as it will be passed on the querystring (defaults to 'query')
Parameters:
  queryParam - the query param
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setResizable
public void setResizable(boolean resizable) throws IllegalStateException(Code)
True to add a resize handle to the bottom of the dropdown list (defaults to false).
Parameters:
  resizable - true for resizale
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setSelectedClass
public void setSelectedClass(String selectedClass) throws IllegalStateException(Code)
CSS class to apply to the selected item in the dropdown list (defaults to 'x-combo-selected')
Parameters:
  selectedClass - the selected css class
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setShadow
public void setShadow(boolean shadow) throws IllegalStateException(Code)
True for default effect
Parameters:
  shadow - true to enable shadow
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setShadow
public void setShadow(Shadow.Type shadow) throws IllegalStateException(Code)
"sides" for the default effect, "frame" for 4-way shadow, and "drop" for bottom-right.
Parameters:
  shadow - shadow style
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setStore
public void setStore(Store store) throws IllegalStateException(Code)
The data store to which this combo is bound (defaults to undefined)
Parameters:
  store - the combobox store
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setTitle
public void setTitle(String title) throws IllegalStateException(Code)
If supplied, a header element is created containing this text and added into the top of the dropdown list (defaults to undefined, with no header element).
Parameters:
  title - the combobox title
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setTpl
public void setTpl(Template template) throws IllegalStateException(Code)
Set the template to use to render the ComboBox items. Used to customize dispaly of ComboBox items.

For example the template below uses the fields 'url' and 'text' from the Store's RecordDef.

setTpl(new Template("<div class=\"x-combo-list-item\">" + "<em>{url}</em><strong>{text}</strong>" + "<div class=\"x-clear\"></div></div>"));
Parameters:
  template - template to use for rendering items.
See Also:   Store
See Also:   com.gwtext.client.data.RecordDef
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setTpl
public void setTpl(String template) throws IllegalStateException(Code)
Set the template to use to render the ComboBox items. Used to customize dispaly of ComboBox items.

For example the template below uses the fields 'url' and 'text' from the Store's RecordDef.

setTpl(new Template("<div class=\"x-combo-list-item\">" + "<em>{url}</em><strong>{text}</strong>" + "<div class=\"x-clear\"></div></div>"));
Parameters:
  template - template to use for rendering items.
See Also:   Store
See Also:   com.gwtext.client.data.RecordDef
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setTriggerAction
public void setTriggerAction(ComboBox.Trigger triggerAction) throws IllegalStateException(Code)
The action to execute when the trigger field is activated. Use 'all' to run the query specified by the allQuery config option (defaults to 'query').
Parameters:
  triggerAction - the trigger action
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setTriggerClass
public void setTriggerClass(String triggerClass) throws IllegalStateException(Code)
A CSS class to apply to the trigger.
Parameters:
  triggerClass - the trigger CSS class.
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setTypeAhead
public void setTypeAhead(boolean typeAhead) throws IllegalStateException(Code)
True to populate and autoselect the remainder of the text being typed after a configurable delay (typeAheadDelay) if it matches a known value (defaults to false).
Parameters:
  typeAhead - enable type ahead
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setTypeAheadDelay
public void setTypeAheadDelay(int typeAheadDelay) throws IllegalStateException(Code)
The length of time in milliseconds to wait until the typeahead text is displayed if typeAhead = true (defaults to 250)
Parameters:
  typeAheadDelay - typeahead delay in milliseconds
throws:
  IllegalStateException - this property cannot be changed after the Component has been rendered



setValue
public void setValue(String value)(Code)
Sets the specified value into the field. If the value finds a match, the corresponding record text will be displayed in the field. If the value does not match the data value of an existing item, and the valueNotFoundText config option is defined, it will be displayed as the default field text. Otherwise the field will be blank (although the value will still be set).



setValueField
public void setValueField(String valueField)(Code)
The underlying data value name to bind to this CombBox (defaults to undefined if mode = 'remote' or 'value' if mode = 'local'). Note: use of a valueField requires the user make a selection in order for a value to be mapped.
Parameters:
  valueField - the value field



setValueNotFoundText
public void setValueNotFoundText(String valueNotFoundText)(Code)
When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined).
Parameters:
  valueNotFoundText - text when value not found



Methods inherited from com.gwtext.client.widgets.form.TextField
native public void addListener(TextFieldListener listener)(Code)(Java Doc)
native public void autoSize()(Code)(Java Doc)
native protected JavaScriptObject create(JavaScriptObject jsObj)(Code)(Java Doc)
protected JavaScriptObject getConfigPrototype()(Code)(Java Doc)
public String getText()(Code)(Java Doc)
public String getXType()(Code)(Java Doc)
native public void selectText()(Code)(Java Doc)
native public void selectText(int start, int end)(Code)(Java Doc)
public void setAllowBlank(boolean allowBlank)(Code)(Java Doc)
public void setBlankText(String blankText)(Code)(Java Doc)
public void setDisableKeyFilter(boolean disableKeyFilter) throws IllegalStateException(Code)(Java Doc)
public void setEmptyClass(String emptyClass) throws IllegalStateException(Code)(Java Doc)
public void setEmptyText(String emptyText)(Code)(Java Doc)
public void setGrow(boolean grow) throws IllegalStateException(Code)(Java Doc)
public void setGrowMax(int growMax) throws IllegalStateException(Code)(Java Doc)
public void setGrowMin(int growMin) throws IllegalStateException(Code)(Java Doc)
native public void setMaskRe(String maskRe)(Code)(Java Doc)
public void setMaxLength(int maxLength)(Code)(Java Doc)
public void setMaxLengthText(String maxLengthText)(Code)(Java Doc)
public void setMinLength(int minLength)(Code)(Java Doc)
public void setMinLengthText(String minLengthText)(Code)(Java Doc)
public void setPassword(boolean password) throws IllegalStateException(Code)(Java Doc)
public void setRegex(String regex)(Code)(Java Doc)
public void setRegexText(String regexText)(Code)(Java Doc)
public void setSelectOnFocus(boolean selectOnFocus) throws IllegalStateException(Code)(Java Doc)
public void setValidator(Validator validator)(Code)(Java Doc)
public void setVtype(VType vtype)(Code)(Java Doc)
public void setVtypeText(String vtypeText)(Code)(Java Doc)
native public boolean validateValue(String value)(Code)(Java Doc)

Methods inherited from com.gwtext.client.widgets.form.Field
native public void addListener(FieldListener listener)(Code)(Java Doc)
public void applyTo(String id)(Code)(Java Doc)
native public void applyTo(Element element)(Code)(Java Doc)
native public void clearInvalid()(Code)(Java Doc)
abstract protected JavaScriptObject create(JavaScriptObject config)(Code)(Java Doc)
public String getClearCls()(Code)(Java Doc)
public String getCls()(Code)(Java Doc)
public String getFocusClass()(Code)(Java Doc)
public String getInputType()(Code)(Java Doc)
public String getInvalidClass()(Code)(Java Doc)
public String getInvalidText()(Code)(Java Doc)
public String getLabelSeparator()(Code)(Java Doc)
public String getLabelStyle()(Code)(Java Doc)
public String getName()(Code)(Java Doc)
native public String getRawValue()(Code)(Java Doc)
public int getTabindex()(Code)(Java Doc)
public int getValidationDelay()(Code)(Java Doc)
native public String getValueAsString()(Code)(Java Doc)
public String getXType()(Code)(Java Doc)
public boolean isAutoCreate()(Code)(Java Doc)
native public boolean isDirty()(Code)(Java Doc)
public boolean isHideLabel()(Code)(Java Doc)
public boolean isReadOnly()(Code)(Java Doc)
native public boolean isValid()(Code)(Java Doc)
native public boolean isValid(boolean preventMark)(Code)(Java Doc)
public boolean isValidateOnBlur()(Code)(Java Doc)
native public void markInvalid(String message)(Code)(Java Doc)
native public void reset()(Code)(Java Doc)
public void setAutoCreate(boolean autoCreate) throws IllegalStateException(Code)(Java Doc)
public void setAutoCreate(DomConfig domConfig) throws IllegalStateException(Code)(Java Doc)
public void setClearCls(String clearCls) throws IllegalStateException(Code)(Java Doc)
public void setCls(String cls) throws IllegalStateException(Code)(Java Doc)
public void setDisabled(boolean disabled)(Code)(Java Doc)
public void setFieldClass(String fieldClass) throws IllegalStateException(Code)(Java Doc)
public void setFieldLabel(String fieldLabel)(Code)(Java Doc)
public void setFieldMsgTarget(String msgTarget) throws IllegalStateException(Code)(Java Doc)
public void setFocusClass(String focusClass)(Code)(Java Doc)
public void setHideLabel(boolean hideLabel) throws IllegalStateException(Code)(Java Doc)
public void setInputType(String inputType) throws IllegalStateException(Code)(Java Doc)
public void setInvalidClass(String invalidClass)(Code)(Java Doc)
public void setInvalidText(String invalidText)(Code)(Java Doc)
public void setLabel(String fieldLabel)(Code)(Java Doc)
public void setLabelSeparator(String labelSeparator) throws IllegalStateException(Code)(Java Doc)
public void setLabelStyle(String labelStyle) throws IllegalStateException(Code)(Java Doc)
public void setMsgFx(String msgFx)(Code)(Java Doc)
native public static void setMsgTarget(String msgTarget)(Code)(Java Doc)
public void setName(String name) throws IllegalStateException(Code)(Java Doc)
native public void setRawValue(String value)(Code)(Java Doc)
public void setReadOnly(boolean readOnly) throws IllegalStateException(Code)(Java Doc)
public void setTabIndex(int tabIndex) throws IllegalStateException(Code)(Java Doc)
public void setValidateOnBlur(boolean validateOnBlur)(Code)(Java Doc)
public void setValidationDelay(int validationDelay) throws IllegalStateException(Code)(Java Doc)
public void setValidationEvent(boolean validationEvent) throws IllegalStateException(Code)(Java Doc)
public void setValidationEvent(String validationEvent)(Code)(Java Doc)
public void setValue(String value)(Code)(Java Doc)
public void setWidth(int width) throws IllegalStateException(Code)(Java Doc)
public void setWidth(String width) throws IllegalStateException(Code)(Java Doc)
native public boolean validate()(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.