|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.model.ColumnRenderer
public class ColumnRenderer
Model Object to represent a ColumnRenderer for a specific column
Constructor Summary | |
---|---|
ColumnRenderer()
Default constructor |
|
ColumnRenderer(BehaviorEnum behavior)
Constructor with behavior |
Method Summary | |
---|---|
BehaviorEnum |
getBehavior()
Gets the behavior value |
java.lang.String |
getColumnAlias()
Gets the columnAlias value |
java.lang.String |
getDatasetLinkUrl()
Gets the datasetLinkUrl value |
java.lang.Boolean |
getDisplayable()
Gets the displayable value |
Resource |
getImage()
Gets the image value |
java.lang.String |
getLinkText()
Gets the linkText value |
java.lang.String |
getToolTip()
Gets the toolTip value |
void |
setBehavior(BehaviorEnum behavior)
Sets the value of behavior |
void |
setColumnAlias(java.lang.String columnAlias)
Sets the value of columnAlias |
void |
setDatasetLinkUrl(java.lang.String datasetLinkUrl)
Sets the value of datasetLinkUrl |
void |
setDisplayable(java.lang.Boolean displayable)
Sets the value of displayable |
void |
setImage(Resource image)
Sets the value of image |
void |
setLinkText(java.lang.String linkText)
Sets the value of linkText |
void |
setToolTip(java.lang.String toolTip)
Sets the value of toolTip |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ColumnRenderer()
public ColumnRenderer(BehaviorEnum behavior)
behavior
- the behaviorMethod Detail |
---|
public void setBehavior(BehaviorEnum behavior)
behavior
- the behavior to setpublic BehaviorEnum getBehavior()
public Resource getImage()
public void setImage(Resource image)
image
- the image to setpublic java.lang.String getLinkText()
public void setLinkText(java.lang.String linkText)
linkText
- the linkText to setpublic java.lang.String getColumnAlias()
public void setColumnAlias(java.lang.String columnAlias)
columnAlias
- the columnAlias to setpublic java.lang.String getDatasetLinkUrl()
public void setDatasetLinkUrl(java.lang.String datasetLinkUrl)
datasetLinkUrl
- the datasetLinkUrl to setpublic void setDisplayable(java.lang.Boolean displayable)
displayable
- the displayable to setpublic java.lang.Boolean getDisplayable()
public java.lang.String getToolTip()
public void setToolTip(java.lang.String toolTip)
toolTip
- the toolTip to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |