public class JcrColumnDefinition extends ColumnDefinition
| Constructor and Description |
|---|
JcrColumnDefinition(java.lang.String propertyName,
int propertyType,
java.lang.String headerLabel,
int columnSize)
Use this kind of columns to configure a table that displays JCR
Node |
JcrColumnDefinition(java.lang.String selectorName,
java.lang.String propertyName,
int propertyType,
java.lang.String headerLabel)
Use this kind of columns to configure a table that displays JCR
Row |
JcrColumnDefinition(java.lang.String selectorName,
java.lang.String propertyName,
int propertyType,
java.lang.String headerLabel,
int columnSize)
Use this kind of columns to configure a table that displays JCR
Row |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnSize() |
java.lang.String |
getHeaderLabel() |
java.lang.String |
getPropertyName() |
int |
getPropertyType() |
java.lang.String |
getSelectorName() |
void |
setColumnSize(int columnSize) |
void |
setHeaderLabel(java.lang.String headerLabel) |
void |
setPropertyName(java.lang.String propertyName) |
void |
setPropertyType(int propertyType) |
void |
setSelectorName(java.lang.String selectorName) |
getLabel, getLabelProvider, getMinWidth, getWeight, setLabel, setLabelProvider, setMinWidth, setWeightpublic JcrColumnDefinition(java.lang.String selectorName,
java.lang.String propertyName,
int propertyType,
java.lang.String headerLabel)
RowselectorName - propertyName - propertyType - headerLabel - public JcrColumnDefinition(java.lang.String selectorName,
java.lang.String propertyName,
int propertyType,
java.lang.String headerLabel,
int columnSize)
RowselectorName - propertyName - propertyType - headerLabel - columnSize - public JcrColumnDefinition(java.lang.String propertyName,
int propertyType,
java.lang.String headerLabel,
int columnSize)
NodepropertyName - propertyType - headerLabel - columnSize - public java.lang.String getSelectorName()
public void setSelectorName(java.lang.String selectorName)
public java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
public int getPropertyType()
public void setPropertyType(int propertyType)
public int getColumnSize()
public void setColumnSize(int columnSize)
public java.lang.String getHeaderLabel()
public void setHeaderLabel(java.lang.String headerLabel)
Copyright © 2007–2020. All rights reserved.