Class TILEDAREABinding

java.lang.Object
org.eclnt.jsfserver.elements.impl.TILEDAREABinding
All Implemented Interfaces:
Serializable, IDynamicContentBindingObject

public class TILEDAREABinding extends Object implements Serializable, IDynamicContentBindingObject
See Also:
  • Constructor Details

    • TILEDAREABinding

      public TILEDAREABinding()
  • Method Details

    • getTiles

      public Map<String,TILEDAREABinding.Tile> getTiles()
    • getContent

      public DYNAMICCONTENTBinding getContent()
    • getPersistor

      public TILEDAREABinding.IPersist getPersistor()
    • setPersistor

      public void setPersistor(TILEDAREABinding.IPersist persistor)
    • getDragTitleOnly

      public boolean getDragTitleOnly()
      If set to true then only the title area of the contained FOLDABLE-areas is drag-able. Otherwise the dragging can be done within the whole FOLDABLE- area.
    • setDragTitleOnly

      public void setDragTitleOnly(boolean dragTitleOnly)
    • addTile

      public void addTile(String id, String title, IPageBean pageBean)
      Adds a tile to the TILEDAREA. After having added all tiles you need to call #importTILEDAREAInfo(TILEDAREAInfo) in order to render the arrangement of tiles in a predefined style.
    • addTile

      public void addTile(String id, String title, IPageBean pageBean, String height)
      Adds a tile to the TILEDAREA. After having added all tiles you need to call #importTILEDAREAInfo(TILEDAREAInfo) in order to render the arrangement of tiles in a predefined style.
    • clearTiles

      public void clearTiles()
    • getLayout

      public TILEDAREAInfo getLayout()
      Get the current layout of tiles.
    • setLayout

      public void setLayout(TILEDAREAInfo value)
    • setObjectbinding

      public void setObjectbinding(String objectbinding)
      Internal usage only.
    • rerenderIfNoLayout

      public void rerenderIfNoLayout()
    • getPersistid

      public String getPersistid()
    • setPersistid

      public void setPersistid(String value)
    • onDropAction

      public void onDropAction(javax.faces.event.ActionEvent event)
    • addNewColumn

      protected void addNewColumn(int newColumnIndex)
    • moveTile

      protected void moveTile(String id, int newColumnIndex, int newRowIndex)
    • removeEmptyColumns

      protected void removeEmptyColumns()
    • render

      protected void render()
    • loadLayout

      protected void loadLayout()
    • persistLayout

      protected void persistLayout()