|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.faces.event.FacesEvent
javax.faces.event.ActionEvent
oracle.adf.view.faces.bi.event.GanttActionEvent
public class GanttActionEvent
Event delivered when a non-data changing action (such as print) occurred due to user interaction.
Field Summary | |
---|---|
static int |
PRINT
Action type: print. |
static int |
REDO
Action type: redo action. |
static int |
SHOW_AS_HIER
Action type: show the tasks/resources on the data region of the Gantt (left portion) as a tree (if supported by the underlying data model). |
static int |
SHOW_AS_LIST
Action type: show the tasks/resources on the data region of the Gantt (left portion) as a list. |
static int |
UNDO
Action type: undo action. |
static int |
ZOOM
Action type: zoom to a new time scale. |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
GanttActionEvent(javax.faces.component.UIComponent component,
int type)
Constructor of an instance of GanttActionEvent. |
|
GanttActionEvent(javax.faces.component.UIComponent component,
int type,
java.lang.String major,
java.lang.String minor)
Constructor of an instance of GanttActionEvent with the new time scale. |
Method Summary | |
---|---|
int |
getActionType()
Gets the action type performed on the Gantt. |
java.lang.String |
getMajorTimeScale()
Gets the new major time scale after zoom. |
java.lang.String |
getMinorTimeScale()
Gets the new minor time scale after zoom. |
java.lang.Object |
getUndoableEdit()
Gets the UndoableEdit for undo/redo actions. |
void |
setUndoableEdit(java.lang.Object edit)
|
Methods inherited from class javax.faces.event.ActionEvent |
---|
isAppropriateListener, processListener |
Methods inherited from class javax.faces.event.FacesEvent |
---|
getComponent, getPhaseId, queue, setPhaseId |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int UNDO
public static final int REDO
public static final int PRINT
public static final int SHOW_AS_LIST
public static final int SHOW_AS_HIER
public static final int ZOOM
Constructor Detail |
---|
public GanttActionEvent(javax.faces.component.UIComponent component, int type)
component
- the Gantt component.type
- the type of action.public GanttActionEvent(javax.faces.component.UIComponent component, int type, java.lang.String major, java.lang.String minor)
component
- the Gantt component.type
- the type of action.scale
- the new minor time scale.Method Detail |
---|
public int getActionType()
public java.lang.String getMajorTimeScale()
public java.lang.String getMinorTimeScale()
public void setUndoableEdit(java.lang.Object edit)
public java.lang.Object getUndoableEdit()
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |