public class PropertyDescriptor extends LinkCollection
Java class for PropertyDescriptor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyDescriptor"> <complexContent> <extension base="{http://www.xwiki.org}LinkCollection"> <sequence> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="icon" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="displayer" type="{http://www.w3.org/2001/XMLSchema}anyType"/> <element name="filter" type="{http://www.w3.org/2001/XMLSchema}anyType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="visible" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" /> <attribute name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="filterable" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> <attribute name="styleName" type="{http://www.w3.org/2001/XMLSchema}string" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected LiveDataPropertyDescriptor.DisplayerDescriptor |
displayer |
protected LiveDataPropertyDescriptor.FilterDescriptor |
filter |
protected Boolean |
filterable |
protected StringMap |
icon |
protected String |
id |
protected String |
name |
protected Boolean |
sortable |
protected String |
styleName |
protected String |
type |
protected Boolean |
visible |
links
Constructor and Description |
---|
PropertyDescriptor() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
LiveDataPropertyDescriptor.DisplayerDescriptor |
getDisplayer()
Gets the value of the displayer property.
|
LiveDataPropertyDescriptor.FilterDescriptor |
getFilter()
Gets the value of the filter property.
|
StringMap |
getIcon()
Gets the value of the icon property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getStyleName()
Gets the value of the styleName property.
|
String |
getType()
Gets the value of the type property.
|
boolean |
isFilterable()
Gets the value of the filterable property.
|
boolean |
isSortable()
Gets the value of the sortable property.
|
boolean |
isVisible()
Gets the value of the visible property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setDisplayer(LiveDataPropertyDescriptor.DisplayerDescriptor value)
Sets the value of the displayer property.
|
void |
setFilter(LiveDataPropertyDescriptor.FilterDescriptor value)
Sets the value of the filter property.
|
void |
setFilterable(Boolean value)
Sets the value of the filterable property.
|
void |
setIcon(StringMap value)
Sets the value of the icon property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setSortable(Boolean value)
Sets the value of the sortable property.
|
void |
setStyleName(String value)
Sets the value of the styleName property.
|
void |
setType(String value)
Sets the value of the type property.
|
void |
setVisible(Boolean value)
Sets the value of the visible property.
|
PropertyDescriptor |
withDescription(String value) |
PropertyDescriptor |
withDisplayer(LiveDataPropertyDescriptor.DisplayerDescriptor value) |
PropertyDescriptor |
withFilter(LiveDataPropertyDescriptor.FilterDescriptor value) |
PropertyDescriptor |
withFilterable(Boolean value) |
PropertyDescriptor |
withIcon(StringMap value) |
PropertyDescriptor |
withId(String value) |
PropertyDescriptor |
withName(String value) |
PropertyDescriptor |
withSortable(Boolean value) |
PropertyDescriptor |
withStyleName(String value) |
PropertyDescriptor |
withType(String value) |
PropertyDescriptor |
withVisible(Boolean value) |
getLinks, withLinks, withLinks
protected String description
protected StringMap icon
protected LiveDataPropertyDescriptor.DisplayerDescriptor displayer
protected LiveDataPropertyDescriptor.FilterDescriptor filter
protected String id
protected String name
protected String type
protected Boolean visible
protected Boolean sortable
protected Boolean filterable
protected String styleName
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public StringMap getIcon()
StringMap
public void setIcon(StringMap value)
value
- allowed object is
StringMap
public LiveDataPropertyDescriptor.DisplayerDescriptor getDisplayer()
LiveDataPropertyDescriptor.DisplayerDescriptor
public void setDisplayer(LiveDataPropertyDescriptor.DisplayerDescriptor value)
value
- allowed object is
LiveDataPropertyDescriptor.DisplayerDescriptor
public LiveDataPropertyDescriptor.FilterDescriptor getFilter()
LiveDataPropertyDescriptor.FilterDescriptor
public void setFilter(LiveDataPropertyDescriptor.FilterDescriptor value)
value
- allowed object is
LiveDataPropertyDescriptor.FilterDescriptor
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getType()
String
public void setType(String value)
value
- allowed object is
String
public boolean isVisible()
Boolean
public void setVisible(Boolean value)
value
- allowed object is
Boolean
public boolean isSortable()
Boolean
public void setSortable(Boolean value)
value
- allowed object is
Boolean
public boolean isFilterable()
Boolean
public void setFilterable(Boolean value)
value
- allowed object is
Boolean
public String getStyleName()
String
public void setStyleName(String value)
value
- allowed object is
String
public PropertyDescriptor withDescription(String value)
public PropertyDescriptor withIcon(StringMap value)
public PropertyDescriptor withDisplayer(LiveDataPropertyDescriptor.DisplayerDescriptor value)
public PropertyDescriptor withFilter(LiveDataPropertyDescriptor.FilterDescriptor value)
public PropertyDescriptor withId(String value)
public PropertyDescriptor withName(String value)
public PropertyDescriptor withType(String value)
public PropertyDescriptor withVisible(Boolean value)
public PropertyDescriptor withSortable(Boolean value)
public PropertyDescriptor withFilterable(Boolean value)
public PropertyDescriptor withStyleName(String value)
Copyright © 2004–2022 XWiki. All rights reserved.