Class WorkplacePerspectiveManager.PerspectiveGridItem

java.lang.Object
org.eclnt.jsfserver.elements.impl.FIXGRIDItem
org.eclnt.workplace.WorkplacePerspectiveManager.PerspectiveGridItem
All Implemented Interfaces:
Serializable, IFIXGRIDItem
Enclosing class:
WorkplacePerspectiveManager

public class WorkplacePerspectiveManager.PerspectiveGridItem extends FIXGRIDItem
See Also:
  • Constructor Details

    • PerspectiveGridItem

      public PerspectiveGridItem(String perspectiveName)
  • Method Details

    • getPerspectiveName

      public String getPerspectiveName()
    • onRowSelect

      public void onRowSelect()
      Description copied from class: FIXGRIDItem
      Reaction on row selections in the client. Override this method for specific reactions.
      Specified by:
      onRowSelect in interface IFIXGRIDItem
      Overrides:
      onRowSelect in class FIXGRIDItem
    • onRemove

      public void onRemove(javax.faces.event.ActionEvent event)