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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Retrieve the names of those columns that refer to extended attributeslong
getId()
int
getIndex()
getMax()
getName()
getQuery()
int
getRow()
getTitle()
getType()
boolean
static boolean
isSystemDashlet
(String name) boolean
isUnique()
void
setColumn
(int column) void
setColumns
(String columns) void
setContent
(String content) void
setId
(long id) void
setIndex
(int index) void
void
void
void
setRow
(int row) void
void
void
setUnique
(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)
-