com.smartgwt.client.data.fields
Class DataSourcePasswordField

java.lang.Object
  extended by com.smartgwt.client.core.JsObject
      extended by com.smartgwt.client.core.DataClass
          extended by com.smartgwt.client.data.DataSourceField
              extended by com.smartgwt.client.data.fields.DataSourcePasswordField

public class DataSourcePasswordField
extends DataSourceField


Field Summary
 
Fields inherited from class com.smartgwt.client.core.JsObject
jsObj
 
Constructor Summary
DataSourcePasswordField()
           
DataSourcePasswordField(java.lang.String name)
           
DataSourcePasswordField(java.lang.String name, java.lang.String title)
           
DataSourcePasswordField(java.lang.String name, java.lang.String title, int length)
           
DataSourcePasswordField(java.lang.String name, java.lang.String title, int length, boolean required)
           
 
Method Summary
 
Methods inherited from class com.smartgwt.client.data.DataSourceField
getCanEdit, getCanFilter, getCanSave, getCanSortClientOnly, getChildrenProperty, getChildTagName, getDetail, getExportTitle, getForeignKey, getGroup, getHidden, getIgnore, getInapplicable, getJavaClass, getJavaCollectionClass, getJavaKeyClass, getLength, getMultiple, getName, getOrCreateRef, getPrimaryKey, getPropertiesOnly, getRequired, getSequenceName, getTitle, getType, getTypeAsDataSource, getValueXPath, getXmlAttribute, setCanEdit, setCanFilter, setCanSave, setCanSortClientOnly, setChildrenProperty, setChildTagName, setDetail, setEditorType, setExportTitle, setFieldValueExtractor, setForeignKey, setGroup, setHidden, setIgnore, setInapplicable, setJavaClass, setJavaCollectionClass, setJavaKeyClass, setLength, setMultiple, setName, setPrimaryKey, setPropertiesOnly, setRequired, setRootValue, setRootValue, setRootValue, setSequenceName, setTitle, setType, setType, setTypeAsDataSource, setValidators, setValidOperators, setValueMap, setValueMap, setValueXPath, setXmlAttribute
 
Methods inherited from class com.smartgwt.client.core.DataClass
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsObject, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute
 
Methods inherited from class com.smartgwt.client.core.JsObject
isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSourcePasswordField

public DataSourcePasswordField()

DataSourcePasswordField

public DataSourcePasswordField(java.lang.String name)

DataSourcePasswordField

public DataSourcePasswordField(java.lang.String name,
                               java.lang.String title)

DataSourcePasswordField

public DataSourcePasswordField(java.lang.String name,
                               java.lang.String title,
                               int length)

DataSourcePasswordField

public DataSourcePasswordField(java.lang.String name,
                               java.lang.String title,
                               int length,
                               boolean required)