public class WorkplaceFavoritesSquare extends DefaultDispatchedBean implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
class |
WorkplaceFavoritesSquare.BigFavoriteInfo |
class |
WorkplaceFavoritesSquare.ImageSelectionListener |
| Constructor and Description |
|---|
WorkplaceFavoritesSquare(IDispatcher dispatcher) |
WorkplaceFavoritesSquare(IDispatcher dispatcher,
java.lang.String emptyImage,
java.lang.String emptyText) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFavoritesListener(IFavoritesListener listener) |
java.util.List<WorkplaceFavoritesSquare.BigFavoriteInfo> |
getBigFavorites() |
java.lang.String |
getDefaultImage() |
java.util.List<WorkpageStartInfo> |
getFavoriteInfos()
Returns back the current favorite infos that are kept.
|
void |
removeFavoritesListener(IFavoritesListener listener) |
void |
setDefaultImage(java.lang.String value)
When dropping a component into the square then a default image will
be rendered.
|
void |
setIconDirectoryPath(java.lang.String path)
Set the path in which the image configruration popup scans for images.
|
void |
updateBigFavoriteInfo(int index,
WorkpageStartInfo fi) |
ccDestroy, getOwningDispatcher, setDispatcherpublic WorkplaceFavoritesSquare(IDispatcher dispatcher)
public WorkplaceFavoritesSquare(IDispatcher dispatcher, java.lang.String emptyImage, java.lang.String emptyText)
emptyImage - Image that is output by default for empty facorite positions.emptyText - Text that is output by default for empty facorite positions.public void addFavoritesListener(IFavoritesListener listener)
public void removeFavoritesListener(IFavoritesListener listener)
public void setDefaultImage(java.lang.String value)
public java.lang.String getDefaultImage()
public void updateBigFavoriteInfo(int index,
WorkpageStartInfo fi)
public java.util.List<WorkplaceFavoritesSquare.BigFavoriteInfo> getBigFavorites()
public java.util.List<WorkpageStartInfo> getFavoriteInfos()
public void setIconDirectoryPath(java.lang.String path)
Copyright © CaptainCasa Gmbh. All Rights Reserved.