Class GUIDashlet
java.lang.Object
com.logicaldoc.gui.common.client.beans.GUIDashlet
- All Implemented Interfaces:
- Serializable
Setting for the dashlet visualization.
- Since:
- 6.6
- Author:
- Marco Meschieri - LogicalDOC
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintRetrieve the names of those columns that refer to extended attributeslonggetId()intgetIndex()getMax()getName()getQuery()intgetRow()getTitle()getType()booleanstatic booleanisSystemDashlet(String name) booleanisUnique()voidsetColumn(int column) voidsetColumns(String columns) voidsetContent(String content) voidsetId(long id) voidsetIndex(int index) voidvoidvoidvoidsetRow(int row) voidvoidvoidsetUnique(boolean unique) 
- 
Field Details- 
TYPE_DOCEVENT- See Also:
 
- 
TYPE_DOCUMENT- See Also:
 
- 
TYPE_NOTE- See Also:
 
- 
TYPE_CONTENT- See Also:
 
- 
TYPE_BOOKMARK- See Also:
 
 
- 
- 
Constructor Details- 
GUIDashletpublic GUIDashlet()
- 
GUIDashlet
 
- 
- 
Method Details- 
getIdpublic long getId()
- 
setIdpublic void setId(long id) 
- 
getColumnpublic int getColumn()
- 
setColumnpublic void setColumn(int column) 
- 
getRowpublic int getRow()
- 
setRowpublic void setRow(int row) 
- 
getIndexpublic int getIndex()
- 
setIndexpublic void setIndex(int index) 
- 
getQuery
- 
getContent
- 
getName
- 
getTitle
- 
setQuery
- 
setContent
- 
setName
- 
setTitle
- 
getType
- 
setType
- 
getMax
- 
setMax
- 
isSystemDashletpublic boolean isSystemDashlet()
- 
isSystemDashlet
- 
getColumns
- 
setColumns
- 
getColumnsList
- 
getExtendedAttributesRetrieve the names of those columns that refer to extended attributes- Returns:
- the extended attribute names
 
- 
isUniquepublic boolean isUnique()
- 
setUniquepublic void setUnique(boolean unique) 
 
-