org.hippoecm.hst.pagecomposer.jaxrs.model
Class ComponentWrapper.Property

java.lang.Object
  extended by org.hippoecm.hst.pagecomposer.jaxrs.model.ComponentWrapper.Property
Enclosing class:
ComponentWrapper

Deprecated. will be replaced soon

@Deprecated
public static class ComponentWrapper.Property
extends Object


Constructor Summary
ComponentWrapper.Property()
          Deprecated.  
 
Method Summary
 String getDefaultValue()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getDocLocation()
          Deprecated.  
 String getDocType()
          Deprecated.  
 String[] getDropDownListDisplayValues()
          Deprecated.  
 String[] getDropDownListValues()
          Deprecated.  
 String getLabel()
          Deprecated.  
 String getName()
          Deprecated.  
 String getPickerConfiguration()
          Deprecated.  
 String getPickerInitialPath()
          Deprecated.  
 String getPickerRootPath()
          Deprecated.  
 String[] getPickerSelectableNodeTypes()
          Deprecated.  
 String getType()
          Deprecated.  
 String getValue()
          Deprecated.  
 boolean isAllowCreation()
          Deprecated.  
 boolean isPickerPathIsRelative()
          Deprecated.  
 boolean isPickerRemembersLastVisited()
          Deprecated.  
 boolean isRequired()
          Deprecated.  
 void setAllowCreation(boolean allowCreation)
          Deprecated.  
 void setDefaultValue(String defaultValue)
          Deprecated.  
 void setDescription(String description)
          Deprecated.  
 void setDocLocation(String docLocation)
          Deprecated.  
 void setDocType(String docType)
          Deprecated.  
 void setDropDownListDisplayValues(String[] dropDownListDisplayValues)
          Deprecated.  
 void setDropDownListValues(String[] dropDownValues)
          Deprecated.  
 void setLabel(String label)
          Deprecated.  
 void setName(String name)
          Deprecated.  
 void setPickerConfiguration(String pickerConfiguration)
          Deprecated.  
 void setPickerInitialPath(String pickerInitialPath)
          Deprecated.  
 void setPickerPathIsRelative(boolean pickerPathIsRelative)
          Deprecated.  
 void setPickerRemembersLastVisited(boolean pickerRemembersLastVisited)
          Deprecated.  
 void setPickerRootPath(String pickerRootPath)
          Deprecated.  
 void setPickerSelectableNodeTypes(String[] pickerSelectableNodeTypes)
          Deprecated.  
 void setRequired(boolean required)
          Deprecated.  
 void setType(String type)
          Deprecated.  
 void setValue(String value)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComponentWrapper.Property

public ComponentWrapper.Property()
Deprecated. 
Method Detail

getName

public String getName()
Deprecated. 

setName

public void setName(String name)
Deprecated. 

getValue

public String getValue()
Deprecated. 

setValue

public void setValue(String value)
Deprecated. 

getType

public String getType()
Deprecated. 

setType

public void setType(String type)
Deprecated. 

getLabel

public String getLabel()
Deprecated. 

setLabel

public void setLabel(String label)
Deprecated. 

getDefaultValue

public String getDefaultValue()
Deprecated. 

setDefaultValue

public void setDefaultValue(String defaultValue)
Deprecated. 

getDescription

public String getDescription()
Deprecated. 

setDescription

public void setDescription(String description)
Deprecated. 

isRequired

public boolean isRequired()
Deprecated. 

setRequired

public void setRequired(boolean required)
Deprecated. 

setDocType

public void setDocType(String docType)
Deprecated. 

getDocType

public String getDocType()
Deprecated. 

isAllowCreation

public boolean isAllowCreation()
Deprecated. 

setAllowCreation

public void setAllowCreation(boolean allowCreation)
Deprecated. 

getDocLocation

public String getDocLocation()
Deprecated. 

setDocLocation

public void setDocLocation(String docLocation)
Deprecated. 

getDropDownListValues

public String[] getDropDownListValues()
Deprecated. 

setDropDownListValues

public void setDropDownListValues(String[] dropDownValues)
Deprecated. 

getDropDownListDisplayValues

public String[] getDropDownListDisplayValues()
Deprecated. 

setDropDownListDisplayValues

public void setDropDownListDisplayValues(String[] dropDownListDisplayValues)
Deprecated. 

getPickerConfiguration

public String getPickerConfiguration()
Deprecated. 

setPickerConfiguration

public void setPickerConfiguration(String pickerConfiguration)
Deprecated. 

getPickerInitialPath

public String getPickerInitialPath()
Deprecated. 

setPickerInitialPath

public void setPickerInitialPath(String pickerInitialPath)
Deprecated. 

getPickerRootPath

public String getPickerRootPath()
Deprecated. 

setPickerRootPath

public void setPickerRootPath(String pickerRootPath)
Deprecated. 

isPickerPathIsRelative

public boolean isPickerPathIsRelative()
Deprecated. 

setPickerPathIsRelative

public void setPickerPathIsRelative(boolean pickerPathIsRelative)
Deprecated. 

isPickerRemembersLastVisited

public boolean isPickerRemembersLastVisited()
Deprecated. 

setPickerRemembersLastVisited

public void setPickerRemembersLastVisited(boolean pickerRemembersLastVisited)
Deprecated. 

getPickerSelectableNodeTypes

public String[] getPickerSelectableNodeTypes()
Deprecated. 

setPickerSelectableNodeTypes

public void setPickerSelectableNodeTypes(String[] pickerSelectableNodeTypes)
Deprecated. 


Copyright © 2008-2012 Hippo. All Rights Reserved.