public class DisabledPropertyRefDescriptor extends Object implements Serializable
WebLayoutManager.referencePropertyAsExpression(String, Serializable, String, String, String, String)
Modifier and Type | Field and Description |
---|---|
protected Boolean |
enabled |
protected String |
name |
protected String |
template |
protected String |
widgetMode |
protected String |
widgetType |
protected String |
widgetTypeCategory |
Constructor and Description |
---|
DisabledPropertyRefDescriptor() |
Modifier and Type | Method and Description |
---|---|
DisabledPropertyRefDescriptor |
clone() |
Boolean |
getEnabled() |
String |
getId() |
String |
getName() |
String |
getTemplate() |
String |
getWidgetMode() |
String |
getWidgetType() |
String |
getWidgetTypeCategory() |
protected boolean |
matches(String value1,
String value2) |
boolean |
matches(String name,
String widgetType,
String widgetTypeCategory,
String widgetMode,
String template) |
void |
setEnabled(Boolean enabled) |
void |
setName(String name) |
void |
setTemplate(String template) |
void |
setWidgetMode(String widgetMode) |
void |
setWidgetType(String widgetType) |
void |
setWidgetTypeCategory(String widgetTypeCategory) |
String |
toString() |
protected String widgetType
protected String widgetTypeCategory
protected String widgetMode
public DisabledPropertyRefDescriptor()
public String getWidgetType()
public void setWidgetType(String widgetType)
public String getWidgetTypeCategory()
public void setWidgetTypeCategory(String widgetTypeCategory)
public String getWidgetMode()
public void setWidgetMode(String widgetMode)
public String getTemplate()
public void setTemplate(String template)
public Boolean getEnabled()
public void setEnabled(Boolean enabled)
public boolean matches(String name, String widgetType, String widgetTypeCategory, String widgetMode, String template)
public DisabledPropertyRefDescriptor clone()
Copyright © 2018 Nuxeo. All rights reserved.