|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hippoecm.hst.pagecomposer.jaxrs.model.ComponentWrapper.Property
@Deprecated public static class ComponentWrapper.Property
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 |
---|
public ComponentWrapper.Property()
Method Detail |
---|
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public String getLabel()
public void setLabel(String label)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getDescription()
public void setDescription(String description)
public boolean isRequired()
public void setRequired(boolean required)
public void setDocType(String docType)
public String getDocType()
public boolean isAllowCreation()
public void setAllowCreation(boolean allowCreation)
public String getDocLocation()
public void setDocLocation(String docLocation)
public String[] getDropDownListValues()
public void setDropDownListValues(String[] dropDownValues)
public String[] getDropDownListDisplayValues()
public void setDropDownListDisplayValues(String[] dropDownListDisplayValues)
public String getPickerConfiguration()
public void setPickerConfiguration(String pickerConfiguration)
public String getPickerInitialPath()
public void setPickerInitialPath(String pickerInitialPath)
public String getPickerRootPath()
public void setPickerRootPath(String pickerRootPath)
public boolean isPickerPathIsRelative()
public void setPickerPathIsRelative(boolean pickerPathIsRelative)
public boolean isPickerRemembersLastVisited()
public void setPickerRemembersLastVisited(boolean pickerRemembersLastVisited)
public String[] getPickerSelectableNodeTypes()
public void setPickerSelectableNodeTypes(String[] pickerSelectableNodeTypes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |