Class CCLaunchPad.TilesItem

java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.ccaddons.pbc.CCLaunchPad.TilesItem
All Implemented Interfaces:
Serializable, org.eclnt.jsfserver.elements.impl.IFIXGRIDItem
Enclosing class:
CCLaunchPad

public class CCLaunchPad.TilesItem extends org.eclnt.jsfserver.elements.impl.FIXGRIDItem implements Serializable
See Also:
  • Field Summary

    Fields inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem

    ROWHEIGHT_DEFAULT
  • Constructor Summary

    Constructors
    Constructor
    Description
    TilesItem(org.eclnt.jsfserver.pagebean.IPageBean tile, String type, String configString, boolean editable)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    org.eclnt.jsfserver.pagebean.IPageBean
     
    boolean
     
    void
    onTileAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     
    void
    onTileRemoveAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
     

    Methods inherited from class org.eclnt.jsfserver.elements.impl.FIXGRIDItem

    assignRowComponent, checkIfCellIsHighlighted, checkIfCellsAreHighlighted, getChangeIndex, getHighlightedCells, getOriginalIndex, getRequestFocus, getRowHeight, getSelected, highlightCell, onRowDeselect, onRowDrop, onRowExecute, onRowPopupMenuItem, onRowPopupMenuLoad, onRowSelect, requestFocus, setOriginalIndex, setRowHeight, setSelected, unhighlightAllCells, unhighlightCell, unrequestFocus, updateSelectedInternally

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TilesItem

      public TilesItem(org.eclnt.jsfserver.pagebean.IPageBean tile, String type, String configString, boolean editable)
  • Method Details

    • getTile

      public org.eclnt.jsfserver.pagebean.IPageBean getTile()
    • isEditable

      public boolean isEditable()
    • getDropreceive

      public String getDropreceive()
    • getDragsend

      public String getDragsend()
    • onTileAction

      public void onTileAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)
    • onTileRemoveAction

      public void onTileRemoveAction(org.eclnt.jsfserver.base.faces.event.ActionEvent event)