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 Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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
- 
GUIDashlet
public GUIDashlet() - 
GUIDashlet
 
 - 
 - 
Method Details
- 
getId
public long getId() - 
setId
public void setId(long id)  - 
getColumn
public int getColumn() - 
setColumn
public void setColumn(int column)  - 
getRow
public int getRow() - 
setRow
public void setRow(int row)  - 
getIndex
public int getIndex() - 
setIndex
public void setIndex(int index)  - 
getQuery
 - 
getContent
 - 
getName
 - 
getTitle
 - 
setQuery
 - 
setContent
 - 
setName
 - 
setTitle
 - 
getType
 - 
setType
 - 
getMax
 - 
setMax
 - 
isSystemDashlet
public boolean isSystemDashlet() - 
isSystemDashlet
 - 
getColumns
 - 
setColumns
 - 
getColumnsList
 - 
getExtendedAttributes
Retrieve the names of those columns that refer to extended attributes- Returns:
 - the extended attribute names
 
 - 
isUnique
public boolean isUnique() - 
setUnique
public void setUnique(boolean unique)  
 -