Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.types
Class FieldWidget

java.lang.Object
  extended by org.nuxeo.ecm.platform.types.FieldWidget
All Implemented Interfaces:
Serializable

Deprecated. use the nuxeo-platform-layouts-core module descriptors instead

@Deprecated
public class FieldWidget
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FieldWidget()
          Deprecated.  
 
Method Summary
 boolean equals(Object obj)
          Deprecated. Needed because it is used in comparison.
 String getDirectory()
          Deprecated.  
 String getDisplay()
          Deprecated.  
 boolean getDisplayIdAndLabel()
          Deprecated.  
 String getDisplayLabel()
          Deprecated. To be used in the generics JSF - treats the case where there is no label declared
 String getFieldName()
          Deprecated.  
 String getFullName()
          Deprecated.  
 String getJsfComponent()
          Deprecated.  
 String getKeySeparator()
          Deprecated.  
 String getLabel()
          Deprecated.  
 int getMaxlength()
          Deprecated.  
 String getPrefixedName()
          Deprecated.  
 boolean getQualifiedParentKeys()
          Deprecated.  
 String getRequired()
          Deprecated.  
 String getSchemaName()
          Deprecated.  
 String getType()
          Deprecated.  
 int hashCode()
          Deprecated.  
 void setDirectory(String directory)
          Deprecated.  
 void setDisplay(String display)
          Deprecated.  
 void setDisplayIdAndLabel(boolean displayIdLabel)
          Deprecated.  
 void setFieldName(String fieldName)
          Deprecated.  
 void setJsfComponent(String jsfComponent)
          Deprecated.  
 void setLabel(String label)
          Deprecated.  
 void setMaxlength(int maxlength)
          Deprecated.  
 void setPrefixedName(String prefixedName)
          Deprecated.  
 void setRequired(boolean required)
          Deprecated.  
 void setRequired(String required)
          Deprecated.  
 void setSchemaName(String schemaName)
          Deprecated.  
 void setType(String type)
          Deprecated.  
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldWidget

public FieldWidget()
Deprecated. 
Method Detail

getFieldName

public String getFieldName()
Deprecated. 

setFieldName

public void setFieldName(String fieldName)
Deprecated. 

getJsfComponent

public String getJsfComponent()
Deprecated. 

setJsfComponent

public void setJsfComponent(String jsfComponent)
Deprecated. 

getSchemaName

public String getSchemaName()
Deprecated. 

setSchemaName

public void setSchemaName(String schemaName)
Deprecated. 

getFullName

public String getFullName()
Deprecated. 

getPrefixedName

public String getPrefixedName()
Deprecated. 

setPrefixedName

public void setPrefixedName(String prefixedName)
Deprecated. 

getDirectory

public String getDirectory()
Deprecated. 

setDirectory

public void setDirectory(String directory)
Deprecated. 

getRequired

public String getRequired()
Deprecated. 

setRequired

public void setRequired(String required)
Deprecated. 

setRequired

public void setRequired(boolean required)
Deprecated. 

getLabel

public String getLabel()
Deprecated. 

getDisplayLabel

public String getDisplayLabel()
Deprecated. 
To be used in the generics JSF - treats the case where there is no label declared

Returns:

setDisplay

public void setDisplay(String display)
Deprecated. 

getDisplay

public String getDisplay()
Deprecated. 

getKeySeparator

public String getKeySeparator()
Deprecated. 

getQualifiedParentKeys

public boolean getQualifiedParentKeys()
Deprecated. 

setLabel

public void setLabel(String label)
Deprecated. 

getType

public String getType()
Deprecated. 

setType

public void setType(String type)
Deprecated. 

getDisplayIdAndLabel

public boolean getDisplayIdAndLabel()
Deprecated. 

setDisplayIdAndLabel

public void setDisplayIdAndLabel(boolean displayIdLabel)
Deprecated. 

equals

public boolean equals(Object obj)
Deprecated. 
Needed because it is used in comparison.

Overrides:
equals in class Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class Object

getMaxlength

public int getMaxlength()
Deprecated. 

setMaxlength

public void setMaxlength(int maxlength)
Deprecated. 

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.