Class WorkplaceFavoritesSquare

java.lang.Object
org.eclnt.jsfserver.managedbean.DefaultDispatchedBean
org.eclnt.workplace.WorkplaceFavoritesSquare
All Implemented Interfaces:
Serializable

public class WorkplaceFavoritesSquare extends DefaultDispatchedBean implements Serializable
See Also:
  • Constructor Details

    • WorkplaceFavoritesSquare

      public WorkplaceFavoritesSquare(IDispatcher dispatcher)
    • WorkplaceFavoritesSquare

      public WorkplaceFavoritesSquare(IDispatcher dispatcher, String emptyImage, String emptyText)
      Parameters:
      emptyImage - Image that is output by default for empty facorite positions.
      emptyText - Text that is output by default for empty facorite positions.
  • Method Details

    • addFavoritesListener

      public void addFavoritesListener(IFavoritesListener listener)
    • removeFavoritesListener

      public void removeFavoritesListener(IFavoritesListener listener)
    • setDefaultImage

      public void setDefaultImage(String value)
      When dropping a component into the square then a default image will be rendered. The user can update the image by right mouse clik.
    • getDefaultImage

      public String getDefaultImage()
    • updateBigFavoriteInfo

      public void updateBigFavoriteInfo(int index, WorkpageStartInfo fi)
    • getBigFavorites

    • getFavoriteInfos

      public List<WorkpageStartInfo> getFavoriteInfos()
      Returns back the current favorite infos that are kept.
    • setIconDirectoryPath

      public void setIconDirectoryPath(String path)
      Set the path in which the image configruration popup scans for images.