Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.0.0)
E17494-01

oracle.alm.view.model
Class AlmShuttleModel

java.lang.Object
  extended by oracle.alm.view.model.AlmShuttleModel

public abstract class AlmShuttleModel
extends java.lang.Object

The AlmShuttleModel is the interface to define the UI model for TPC shuttle tag. Connector writer can implement a customized shuttle model for the shuttle tag in the UI metaData file.

Since:
11.1.1.2.0

Constructor Summary
AlmShuttleModel()
           
 
Method Summary
abstract  java.lang.Class getColumnClass(RenderingContext rcontext, AlmComponent component, int col)
           
abstract  java.util.List<java.lang.String> getColumnLabels(RenderingContext rcontext, AlmComponent component)
           
abstract  java.util.List<Row> getFromData(RenderingContext rcontext, AlmComponent component)
           
abstract  java.util.List<Row> getToData(RenderingContext rcontext, AlmComponent component)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlmShuttleModel

public AlmShuttleModel()
Method Detail

getColumnLabels

public abstract java.util.List<java.lang.String> getColumnLabels(RenderingContext rcontext,
                                                                 AlmComponent component)

getColumnClass

public abstract java.lang.Class getColumnClass(RenderingContext rcontext,
                                               AlmComponent component,
                                               int col)

getFromData

public abstract java.util.List<Row> getFromData(RenderingContext rcontext,
                                                AlmComponent component)

getToData

public abstract java.util.List<Row> getToData(RenderingContext rcontext,
                                              AlmComponent component)

Oracle Fusion Middleware Java API Reference for Oracle Team Productivity Center
11g Release 2 (11.1.2.0.0)
E17494-01

Copyright © 1999,2011, Oracle. All rights reserved.